I want to develop ESP-Now gateway, based on this work https://github.com/HarringayMakerSpace/ESP-Now.
Using espnow, it is possible to develop battery-powered devices for sensors,
using less IP-address devices.
For the gateway, I use 2 ESP8266, one is for connection with the esp-now network,
and the other is for connection to the internet via wifi. For the first device, I use arduino IDE,
while for the second device, I use espruino.
Communication between devices is using UART. Now, both device is using hardware serial.
I use ESP-07.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Yes, sure.
I want to develop ESP-Now gateway, based on this work
https://github.com/HarringayMakerSpace/ESP-Now.
Using espnow, it is possible to develop battery-powered devices for sensors,
using less IP-address devices.
For the gateway, I use 2 ESP8266, one is for connection with the esp-now network,
and the other is for connection to the internet via wifi. For the first device, I use arduino IDE,
while for the second device, I use espruino.
Communication between devices is using UART. Now, both device is using hardware serial.
I use ESP-07.
Regards,
Maman