maniacbug

Untitled

May 21st, 2012
637
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.94 KB | None | 0 0
  1. Receiver....
  2. -----------------------------------------------------------------------------------
  3. RF24/examples/GettingStarted/
  4. ROLE: Pong back
  5. *** PRESS 'T' to begin transmitting to the other node
  6. STATUS = 0x0e RX_DR=0 TX_DS=0 MAX_RT=0 RX_P_NO=7 TX_FULL=0
  7. RX_ADDR_P0-1 = 0xf0f0f0f0d2 0xf0f0f0f0e1
  8. RX_ADDR_P2-5 = 0xc3 0xc4 0xc5 0xc6
  9. TX_ADDR = 0xf0f0f0f0d2
  10. RX_PW_P0-6 = 0x10 0x10 0x00 0x00 0x00 0x00
  11. EN_AA = 0x3f
  12. EN_RXADDR = 0x03
  13. RF_CH = 0x4c
  14. RF_SETUP = 0x07
  15. CONFIG = 0x0f
  16. DYNPD/FEATURE = 0x00 0x00
  17. Data Rate = 1MBPS
  18. Model = nRF24L01+
  19. CRC Length = 16 bits
  20. PA Power = PA_HIGH
  21. Got payload 3748...Sent response.
  22.  
  23. Transmitter..............
  24. -----------------------------------------------------------------------------------
  25. RF24/examples/GettingStarted/
  26. ROLE: Pong back
  27. *** PRESS 'T' to begin transmitting to the other node
  28. STATUS = 0x0e RX_DR=0 TX_DS=0 MAX_RT=0 RX_P_NO=7 TX_FULL=0
  29. RX_ADDR_P0-1 = 0xf0f0f0f0d2 0xf0f0f0f0e1
  30. RX_ADDR_P2-5 = 0xc3 0xc4 0xc5 0xc6
  31. TX_ADDR = 0xf0f0f0f0d2
  32. RX_PW_P0-6 = 0x10 0x10 0x00 0x00 0x00 0x00
  33. EN_AA = 0x3f
  34. EN_RXADDR = 0x03
  35. EN_RXADDR = 0x03
  36. RF_SETUP = 0x07
  37. CONFIG = 0x0f
  38. DYNPD/FEATURE = 0x00 0x00
  39. Data Rate = 1MBPS
  40. Model = nRF24L01+
  41. CRC Length = 16 bits
  42. PA Power = PA_HIGH
  43. *** CHANGING TO TRANSMIT ROLE -- PRESS 'R' TO SWITCH BACK
  44. Now sending 3748...failed.
  45. Failed, response timed out.
  46. Now sending 5450...failed.
  47. Failed, response timed out.
  48. Now sending 6656...failed.
  49. Failed, response timed out.
  50. Now sending 8358...failed.
  51. Failed, response timed out.
  52. Now sending 10060...failed.
  53. Failed, response timed out.
  54. Now sending 11762...failed.
  55. Failed, response timed out.
  56. Now sending 13464...failed.
  57. Failed, response timed out.
  58. *** CHANGING TO RECEIVE ROLE -- PRESS 'T' TO SWITCH BACK
Advertisement
Add Comment
Please, Sign In to add comment