RF24 icon indicating copy to clipboard operation
RF24 copied to clipboard

Cannot establish Communication

Open mohitathwani opened this issue 11 years ago • 3 comments

I am trying to establish a connection between my Arduino Uno and RPi.

I followed the connections and run the Getting Started example on the Arduino and "pongtest" on the Pi

Output on Arduino -

‰­¼8)>±û8<«<²)=

mohitathwani avatar Mar 16 '14 14:03 mohitathwani

I've got exactly the same problem.

Let me point out that each time you try to send a message with the code from the lib's examples, you can get two different "fails". Ex. : "Now sending 3411559399...ok...Failed, response timed out." -> ok / error but on your arduino : "Now sending 8286...failed. Failed, response timed out." -> error / error

I've got the same issue on a nano. The worst thing, it has worked before with the exact same setup ...

ch3wb avatar Apr 01 '14 20:04 ch3wb

I was running into the same issue. However, adding a 10uF capacitor between the Vcc (3.3V) and GND did the trick. Apparently the 3.3V regulator is not stable enough and adding a capacitor between those two reduces the jitter.

All the best!

sparupat avatar Aug 11 '14 23:08 sparupat

+1 sparupat, I using it

llaull avatar Aug 12 '14 06:08 llaull