Advertisement
jellin

RF24L01

Apr 25th, 2012
948
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.58 KB | None | 0 0
  1. RF24/examples/GettingStarted/
  2. ROLE: Pong back
  3. *** PRESS 'T' to begin transmitting to the other node
  4. STATUS = 0x0e RX_DR=0 TX_DS=0 MAX_RT=0 RX_P_NO=7 TX_FULL=0
  5. RX_ADDR_P0-1 = 0xf0f0f0f0d2 0xf0f0f0f0e1
  6. RX_ADDR_P2-5 = 0xc3 0xc4 0xc5 0xc6
  7. TX_ADDR = 0xf0f0f0f0d2 RX_PW_P0-6 = 0x08 0x08 0x00 0x00 0x00 0x00
  8. EN_AA = 0x3f
  9. EN_RXADDR = 0x03
  10. RF_CH = 0x4c RF_SETUP = 0x07
  11. CONFIG = 0x0f DYNPD/FEATURE = 0x00 0x00
  12. Data Rate = 1MBPS Model = nRF24L01+
  13. CRC Length = 16 bits PA Power = PA_HIGH
  14. *** CHANGING TO TRANSMIT ROLE -- PRESS 'R' TO SWITCH BACK
  15. Now sending 10686...failed.
  16. Failed, response timed out.
  17. Now sending 11958...ok...Got response 11958, round-trip delay: 22
  18. Now sending 12983...ok...Got response 12983, round-trip delay: 22
  19. Now sending 14007...ok...Got response 14007, round-trip delay: 32
  20. Now sending 15040...failed.
  21. Got response 15040, round-trip delay: 74
  22. Now sending 16115...failed.
  23. Got response 16115, round-trip delay: 74
  24. Now sending 17191...failed.
  25. Failed, response timed out.
  26. Now sending 18462...ok...Got response 18462, round-trip delay: 62
  27. Now sending 19525...failed.
  28. Failed, response timed out.
  29. Now sending 20797...failed.
  30. Got response 20797, round-trip delay: 79
  31. Now sending 21877...ok...Got response 21877, round-trip delay: 31
  32. Now sending 22909...ok...Got response 22909, round-trip delay: 58
  33. Now sending 23968...ok...Got response 23968, round-trip delay: 48
  34. Now sending 25019...ok...Got response 25019, round-trip delay: 40
  35. *** CHANGING TO RECEIVE ROLE -- PRESS 'T' TO SWITCH BACK
  36. $$$$$$$$$$$$$$$$$$$$$AND RECEIVER RESPONSE$$$$$$$$$$$$$$$$$$$$$$$
  37. RF24/examples/GettingStarted/
  38. ROLE: Pong back
  39. *** PRESS 'T' to begin transmitting to the other node
  40. STATUS = 0x0e RX_DR=0 TX_DS=0 MAX_RT=0 RX_P_NO=7 TX_FULL=0 RX_ADDR_P0-1 = 0xf0f0f0f0d2 0xf0f0f0f0e1 RX_ADDR_P2-5 = 0xc3 0xc4 0xc5 0xc6
  41. TX_ADDR = 0xf0f0f0f0d2
  42. RX_PW_P0-6 = 0x08 0x08 0x00 0x00 0x00 0x00
  43. EN_AA = 0x3f EN_RXADDR = 0x03
  44. RF_CH = 0x4c RF_SETUP = 0x07
  45. CONFIG = 0x0f DYNPD/FEATURE = 0x00 0x00
  46. Data Rate = 1MBPS Model = nRF24L01+
  47. CRC Length = 16 bits
  48. PA Power = PA_HIGH
  49. Got payload 10686...Sent response.
  50. Got payload 11958...Sent response.
  51. Got payload 12983...Sent response.
  52. Got payload 14007...Sent response.
  53. Got payload 15040...Sent response.
  54. Got payload 16115...Sent response.
  55. Got payload 17191...Sent response.
  56. Got payload 18462...Sent response.
  57. Got payload 19525...Sent response.
  58. Got payload 20797...Sent response.
  59. Got payload 21877...Sent response.
  60. Got payload 22909...Sent response.
  61. Got payload 23968...Sent response.
  62. Got payload 25019...Sent response.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement