I want to increase the range of my existing EasyIOT server. I have wifi setup from my home to my farm using TP-Link 5210 cpe. Can I use ESP-8266 12E and NRF24L01+ as a repeater to my existing EasyIOT server which will be installed on my farm and will help to connect NRF24L01+ based sensor nodes installed on my farm to raspberry pi EasyIOT server installed in my home. Is this possible?
I want to increase the range of my existing EasyIOT server. I have wifi setup from my home to my farm using TP-Link 5210 cpe. Can I use ESP-8266 12E and NRF24L01+ as a repeater to my existing EasyIOT server which will be installed on my farm and will help to connect NRF24L01+ based sensor nodes installed on my farm to raspberry pi EasyIOT server installed in my home. Is this possible?
I think it's possible. Try with MQTT broker gateway on ESP8266 connected to NRF24L01 and connect EasyIoT Server with MQTT client driver to this broker. Of course you will need manually configure your MySensors network and EasyIoT server configuration.
I've tested this weekend ESP8266 and NRF24L01 connection without Arduino and it works. My test was with RF24 library only.
Do you mean "MQTTGateway.ino" file in "Arduino-master\external_libraries\MySensors\examples\MQTTGateway" folder? But it uses Ethernet Shield. May you confirm the sketch? And wiring should be according to "Esp8266Gateway" sketch right?
vickeyhort wrote: Do you mean "MQTTGateway.ino" file in "Arduino-master\external_libraries\MySensors\examples\MQTTGateway" folder? But it uses Ethernet Shield. May you confirm the sketch? And wiring should be according to "Esp8266Gateway" sketch right?
No. I've tested my code and not MySensors but RF24 library. RF24 library is included in MySensors library so it can be done.