This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

nRF24l01 receiver changes values

Hello, 

I am building a wireless sensor network for my coffee business, I am using a raspberry pi as the gateway with nrf24l01 connected to it, I have a bunch of sensor nodes scattered around creating the place, the values that the sensors are reading are all correct(checked on serial monitor), I collect the data, store in an array and send the array over to the gateway, what happens is that every couple of minutes, the third value in the payload acts like a floated value (not equal to the value on the serial monitor), can anyone help me out with this issue. 

I am sure that my pcb and wiring is correct and I think the problem is with the software, I am using rf24 and rf24network libraries.

please let me now if codes and schematics are required for the assistance, ill be more than happy to provide them.

Related