arduino wifi gateway/nrf24 and esp-01
-
Hello, i am curious if it is possible to setup an arduino gateway but instead of using Ethernet or serial to communicate with controller using an esp-01 wifi module hooked up to an arduino. so the arduino would have both nrf24 to talk to sensors, and esp-01 to talk to controller.
i see directions to use a standalone esp8266 as wifi gateway (without arduino), but the esp-01 does not have many pins to hook up an nrf24 so im hoping an arduino can use both nrf24 and esp-01 to act as gateway
Thanks for any insights!
-
@rustafarii it should be possible thanks to thre great work by thucar in https://forum.mysensors.org/topic/9147/my_gateway_tinygsm
-
Indeed, that thingy does exactly what you are asking for
https://www.openhardware.io/view/567/MySensors-GSM-Gateway
-
Whaaaaat that is awesome!!!!! i cant wait to give it a go! Thanks!