You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Moved printf.h to root library folder
- Modified printf.h for better compatibility with Arduino Due and Teensy
- Fixed some potential bugs preventing Teensy from working
- Improved Due support and performance
- may help correct issue gnulnulf#7
Modified write() to use startFastWrite, then toggle CE after completion
to remove need for a delay on some boards.
Added delay to startWrite for non-Arduino boards.
Removed receive buffer flushes. This prevents an issue in the
RF24Network library, where payloads would be received, but flushed when
a transmission takes place prior to reading.
Should address issues gnulnulf#7 and maniacbug#11
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 -
Output on Pi -
Now when I change to "R" mode, output on Arduino :
Output on Pi running "pingtest"
I cannot establish communication between the 2 devices. I have checked, double checked and triple checked the connections. They're all correct. Using connections as mentioned in http://hack.lenotta.com/arduino-raspberry-pi-switching-light-with-nrf24l01/
Also, both devices are in the same room so range is not a problem.
The text was updated successfully, but these errors were encountered: