Idea is to create a 2.4MHz radio connection between two Arduino nano BLE 33 sense boards using nRF24L01 transceivers.
Connection is not working yet. At the receiving end no data is received. Everything else looks as expected.
We do not get any compiler errors or incompatibility errors from the RF24.h library. We are using V1.3.11
We did power the transceivers separated instead of from the +3V3 from the Arduino board. This did not make a difference.
Update: running tests on two Arduino Uno's, where the debug statement printDetails shows status info about the transceivers correctly, has shown the transceivers are probably not working properly. They do not hold on to the addresses. This is likely to be the cause of the issues. Expect new updates.




Comments