how to create an app to control two servo motors with esp8266 node mcu
As @TIMAI2 wrote it, search, but to give some more info:
- I think connecting via bluetooth is easier than via ethernet.
- ESP8266 does not have bluetooth, so you either have to connect a BT module to the ESP (e.g: HC-05, HC-06) or use ESP32 instead, it has BT.
- If you wish to stick to the ESP8266 search for @Juan_Antonio 's ESP8266 tutorials.