Hello
I'm using 2 arduino nano 33 iot's, each with an nrf24l01 +PA + LNA to send and receive data, I've wired and coded them using this post How to use the NRF24L01 module with Arduino | Arduino Project Hub
The code is only slightly changed on my end, as in instead of a char I sent a second int.
The ints are hardcoded to 0 and 10.
I'm transmitting 0 as the first payload, and I checked the sender console and it is sending out 0 and 10. On my receiver the 10 arrives perfectly, but the first packet becomes 15 almost every single time, I'm not sure what's going on. I tried adding a 10uF cap at Vcc - Gnd of the receiver but that didn't help. Also tried only sending one int (0) but also the same issue.
Welcome to the forum
Please post your sketches, using code tag when you do
In my experience the easiest way to tidy up the code and add the code tags is as follows
Start by tidying up your code by using Tools/Auto Format in the IDE to make it easier to read. Then use Edit/Copy for Forum and paste what was copied in a new reply. Code tags will have been added to the code to make it easy to read in the forum thus making it easier to provide help.
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.