Thanks for the sketch and the code, I'm just experimenting with NRF24 and I was wondering, why did you connect the DHT11 to the digital port of Arduino? Why not Analogue? So far I have always used it on Analogue and it was the initial recommendation too.
Also, where did you define the parameters of your local wifi and the EasyIoT server?
Thanks a lot!
The DHT11 is a low-cost digital temperature and humidity sensor, so it is suppose to be pluged into digital. The arduino analog ports can be used as digital pins as well, so when you plug the DHT11 into an analog pin and upload the DHT library it automatically sets the pins to a digital.
Arduino digital ports can not however be used as analog ports.
Hi hjfbaius, nice work! how are you powering the 4 boards in use?
I tried your programm with a DHT22, an arduino mini pro (8Mhz, without LED's,without voltage regulator) but it emptied the 2xAAA batteries quite fast so the node stopped working reliably.