So I have Esp8266 and a ESP 12F Doiting, I would like to take a reading from one device and receive it on the other. The device is treading windspeed via a prox sensor outside and I would like it to show on an indoor ESP.
I know that there have been projects here doing this but haven’t been working on anything or keeping up with this site for months now.
2 Answers
Hi Larry.
I think Steve’s suggestion is what you’re looking for. I would go with ESP-NOW:
- https://randomnerdtutorials.com/esp-now-esp32-arduino-ide/
- https://randomnerdtutorials.com/esp-now-two-way-communication-esp32/
Alternatively, you can also use the following method:
I hope this helps.
Regards,
Sara