Dear Friends
How can I input data from the screen of smart phone into the esp32
I need it to send step qty to control step motor
Thank you
1 Answers
Hi.
You can use a web server with an HTML form or WebSockets.
- https://randomnerdtutorials.com/esp32-esp8266-input-data-html-form/
- https://randomnerdtutorials.com/esp32-websocket-server-arduino/
I have that tutorial ready to control a stepper motor where you can insert the number of steps. It will be published soon.
Regards,
Sara