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 Tue, 27 Aug 2024 16:31:51 +0000 hourly 1 https://wordpress.org/?v=6.8.2 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

]]>
By: Rok https://randomnerdtutorials.com/esp32-servo-motor-web-server-arduino-ide/#comment-863209 Sat, 30 Sep 2023 14:42:12 +0000 http://randomnerdtutorials.com/?p=61334#comment-863209 Hi,

what I did to solve is replace
if constexpr (std::is_floating_point_v) {

to

if constexpr (0) {

and

static const int TIMER_RESOLUTION = std::min(16, SOC_LEDC_TIMER_BIT_WIDE_NUM);

to

static const int TIMER_RESOLUTION = 14;

That solved the issue for me

]]>
By: Ilham https://randomnerdtutorials.com/esp32-servo-motor-web-server-arduino-ide/#comment-863148 Sat, 30 Sep 2023 07:33:29 +0000 http://randomnerdtutorials.com/?p=61334#comment-863148 In reply to Rok.

Hi, I also got a similar error. I tried one by one the available library versions, Alhamdulillah the error disappeared if I used version 1.0.3.
you can use that version now. Hope to hear good news from you.

]]>
By: Andrea https://randomnerdtutorials.com/esp32-servo-motor-web-server-arduino-ide/#comment-862919 Thu, 28 Sep 2023 18:17:28 +0000 http://randomnerdtutorials.com/?p=61334#comment-862919 In reply to Rok.

I have same error: are you using Arduino IDE 2.2.1?
I have a project based on this tutorial and it work fine using IDE 1.8.19
Once updated to new version this error appear.
Can anyone help us to solve?

]]>
By: Tejas https://randomnerdtutorials.com/esp32-servo-motor-web-server-arduino-ide/#comment-861977 Fri, 22 Sep 2023 14:58:46 +0000 http://randomnerdtutorials.com/?p=61334#comment-861977 👍]]> Great website with amazing explanations 👍👍

]]>