Comments on: ESP32 Servo Motor Web Server with Arduino IDE https://randomnerdtutorials.com/esp32-servo-motor-web-server-arduino-ide/ Learn ESP8266, ESP32, Arduino, and Raspberry Pi Thu, 07 May 2026 07:52:23 +0000 hourly 1 https://wordpress.org/?v=6.8.5 By: Sara Santos https://randomnerdtutorials.com/esp32-servo-motor-web-server-arduino-ide/#comment-1185737 Thu, 07 May 2026 07:52:23 +0000 http://randomnerdtutorials.com/?p=61334#comment-1185737 In reply to jib zak.

Hi.
Thanks for the suggestion.
We’ll take a look into it.
regards,
Sara

]]>
By: jib zak https://randomnerdtutorials.com/esp32-servo-motor-web-server-arduino-ide/#comment-1185415 Wed, 06 May 2026 09:29:16 +0000 http://randomnerdtutorials.com/?p=61334#comment-1185415 please do a tutorial in micropython ESP8266

]]>
By: Sara Santos https://randomnerdtutorials.com/esp32-servo-motor-web-server-arduino-ide/#comment-1120684 Sat, 08 Nov 2025 10:50:27 +0000 http://randomnerdtutorials.com/?p=61334#comment-1120684 In reply to Kris Pal.

Hi.
What errors exactly do you get?
Regards,
Sara

]]>
By: Kris Pal https://randomnerdtutorials.com/esp32-servo-motor-web-server-arduino-ide/#comment-1120372 Fri, 07 Nov 2025 21:58:40 +0000 http://randomnerdtutorials.com/?p=61334#comment-1120372 Very good tutorial, but Async Web Servers examples do not work with ESP32 s3 wroom 1 boards

]]>
By: Kevin https://randomnerdtutorials.com/esp32-servo-motor-web-server-arduino-ide/#comment-951886 Tue, 27 Aug 2024 16:31:51 +0000 http://randomnerdtutorials.com/?p=61334#comment-951886 Very good tutorial, this was my first build and your process made it easy. One item I want to change is replace the website scroll bar with a switch/button something that causes the servo to perform a full range of motion from it’s set position 160 degrees and back to set position. But my coding/html skills are too basic to get there yet. Is there a similar project to this?

]]>
By: Joe https://randomnerdtutorials.com/esp32-servo-motor-web-server-arduino-ide/#comment-941800 Thu, 25 Jul 2024 17:28:26 +0000 http://randomnerdtutorials.com/?p=61334#comment-941800 Is it there any way to control servo speed?

]]>
By: Sivaguru Mudaliar https://randomnerdtutorials.com/esp32-servo-motor-web-server-arduino-ide/#comment-928227 Thu, 20 Jun 2024 00:54:29 +0000 http://randomnerdtutorials.com/?p=61334#comment-928227 You may face compilation errors with the latest ESP32Servo library. Please downgrade to an older revision. The same goes for the ESP32 board definitions. Version 3.0 has many changes that may not be working for you.

]]>
By: qualia universe https://randomnerdtutorials.com/esp32-servo-motor-web-server-arduino-ide/#comment-922899 Sat, 08 Jun 2024 20:24:02 +0000 http://randomnerdtutorials.com/?p=61334#comment-922899 It just worked~~ thank you.

]]>
By: omar https://randomnerdtutorials.com/esp32-servo-motor-web-server-arduino-ide/#comment-914801 Sun, 12 May 2024 15:26:22 +0000 http://randomnerdtutorials.com/?p=61334#comment-914801 can i control on servo by bluetooth?

]]>
By: John N https://randomnerdtutorials.com/esp32-servo-motor-web-server-arduino-ide/#comment-890193 Sun, 11 Feb 2024 21:02:09 +0000 http://randomnerdtutorials.com/?p=61334#comment-890193 Another good tutorial Thanks! With a few basic changes I was able to adapt this to the ESP8266. Thanks again Sara & Rui!
1 Change the library to #include <ESP8266WiFi.h>
2 Change the attach method from myservo.attach(servoPin); to myservo.attach(servoPin,500,2400);
3. Change the static const int servoPin = (*); * = What ever pin you’re using on the ESP8266

]]>