aaronds / arduino-nrf24l01

An Arduino port of the http://www.tinkerer.eu/AVRLib/nRF24L01 library.
229 stars 181 forks source link

example ping client doesn't work #2

Open td-gonzales opened 12 years ago

td-gonzales commented 12 years ago

The server just responds with. I added some code out output the data in the packet which is where the 0000 is then nothing else happens.

Listening... Got packet 0000 Reply sent.

The client just repeats this over and over.

Timeout on response from server! Finished sending

I'm not sure what is going on of if I have a problem with my wiring or system.

I followed the wiring instructions in the documentation.

c4-driod commented 1 year ago

I met similar problem. Headache!