ForceTronics / nRF24L01_Wireless_Sensor_Dev_Board

This repository is for Arduino code that goes to an open source Wireless Sensor Development Board that is being developed on the ForceTronics YouTube channel. The Wireless Sensor Dev Board will feature an ATmega 328p MCU and a nRF24L01+ Transceiver Module. The 328p will be programmed using the Arduino IDE (Pro Mini 3.3V 8MHz bootloader). In the future this wireless sensor dev board will be available for sale at www.forcetronics.com
28 stars 22 forks source link

lost communication #1

Open OthmaneHAMMAM opened 6 years ago

OthmaneHAMMAM commented 6 years ago

Hi I uploded the "nRF24_Network_Router_End_Device_NoLibrary" sketch into my arduino NANO and the "Wireless_Sensor_Network_Coordinator.ino" sketch into an UNO, the problem is that the coordinator recieve data only one time and never get it again. Is there a problem i ISR cause this recent sketch does not have one ? am I wrong ?
I appreciate your help a lot

kny5 commented 6 years ago

It's a problem caused by the max current available in the Arduino Nano outputs. Try it again using Arduino UNO to see the difference.