Advertisement
maniacbug

Untitled

Apr 18th, 2012
525
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 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 = 0xe7e7e7e7e7 0xc2c2c2c2c2
  6. RX_ADDR_P2-5 = 0xc3 0xc4 0xc5 0xc6
  7. TX_ADDR = 0xe7e7e7e7e7
  8. RX_PW_P0-6 = 0x00 0x00 0x00 0x00 0x00 0x00
  9. EN_AA = 0x3f
  10. EN_RXADDR = 0x03
  11. RF_CH = 0x02
  12. RF_SETUP = 0x0f
  13. CONFIG = 0x08
  14. DYNPD/FEATURE = 0x00 0x00
  15. Data Rate = 2MBPS
  16. Model = nRF24L01+
  17. CRC Length = 8 bits
  18. PA Power = PA_HIGH
  19.  
  20. Other times I get this:
  21.  
  22. RF24/examples/GettingStarted/
  23. ROLE: Pong back
  24. *** PRESS 'T' to begin transmitting to the other node
  25. STATUS = 0xff RX_DR=1 TX_DS=1 MAX_RT=1 RX_P_NO=7 TX_FULL=1
  26. RX_ADDR_P0-1 = 0xffffffffff 0xffffffffff
  27. RX_ADDR_P2-5 = 0xff 0xff 0xff 0xff
  28. TX_ADDR = 0xffffffffff
  29. RX_PW_P0-6 = 0xff 0xff 0xff 0xff 0xff 0xff
  30. EN_AA = 0xff
  31. EN_RXADDR = 0xff
  32. RF_CH = 0xff
  33. RF_SETUP = 0xff
  34. CONFIG = 0xff
  35. DYNPD/FEATURE = 0xff 0xff
  36. Data Rate = 1MBPS
  37. Model = nRF24L01
  38. CRC Length = 16 bits
  39. PA Power = PA_HIGH
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement