Comments on: ESP32 Web Server: Control Stepper Motor (WebSocket) https://randomnerdtutorials.com/stepper-motor-esp32-websocket/ Learn ESP8266, ESP32, Arduino, and Raspberry Pi Fri, 14 Mar 2025 16:10:36 +0000 hourly 1 https://wordpress.org/?v=6.8.2 By: Willi https://randomnerdtutorials.com/stepper-motor-esp32-websocket/#comment-996752 Fri, 03 Jan 2025 09:19:24 +0000 https://randomnerdtutorials.com/?p=105630#comment-996752 In reply to Sara Santos.

I tried to delete my posting because I made a mistake and that’s why it didn’t work.
Unfortunately I can’t delete unreviewed posts.
Can you please do that?
I apologize for that.
It works fine now.
Thank you for your work.

]]>
By: Sara Santos https://randomnerdtutorials.com/stepper-motor-esp32-websocket/#comment-996548 Thu, 02 Jan 2025 10:26:08 +0000 https://randomnerdtutorials.com/?p=105630#comment-996548 In reply to Willi.

Hi.
Try to downgrade the ESP32 boards version to 3.0.7.
Then, let me know if that fixes the issue.
Regards,
Sara

]]>
By: Willi https://randomnerdtutorials.com/stepper-motor-esp32-websocket/#comment-996301 Wed, 01 Jan 2025 11:27:29 +0000 https://randomnerdtutorials.com/?p=105630#comment-996301 Hi,
Thanks for this great tutorial.
Unfortunately I get this error message when compiling:
…libraries/ESP_Async_WebServer/AsyncWebSocket.cpp.o:(.literal._ZN17AsyncWebLockGuardC5ERK12AsyncWebLockGuardC5ERK12AsyncWebLock[_ZN17AsyncWebLockGuardC5ERK12AsyncWebLock]+0x0): undefined reference to `pxCurrentTCB’

Greetings from Germany
Willi

]]>
By: dan m https://randomnerdtutorials.com/stepper-motor-esp32-websocket/#comment-993891 Mon, 23 Dec 2024 19:08:13 +0000 https://randomnerdtutorials.com/?p=105630#comment-993891 In reply to Sara Santos.

It’s just a minor typographical, not logical, error. If you check the code in the scrolling section of the tutorial above and on the raw code page in function submitForm(), you’ll see that “var” is missing where it should say “var direction;”.

]]>
By: Sara Santos https://randomnerdtutorials.com/stepper-motor-esp32-websocket/#comment-993790 Mon, 23 Dec 2024 10:59:10 +0000 https://randomnerdtutorials.com/?p=105630#comment-993790 In reply to dan m.

Hi
Can you provide more details about the error?

]]>
By: dan m https://randomnerdtutorials.com/stepper-motor-esp32-websocket/#comment-993739 Mon, 23 Dec 2024 06:00:09 +0000 https://randomnerdtutorials.com/?p=105630#comment-993739 Hi Sarah and Rui, thanks again for another great tutorial. I used some of this code to implement radio buttons. I believe there is an error in your raw text file, s/b
var direction;
https://raw.githubusercontent.com/RuiSantosdotme/Random-Nerd-Tutorials/master/Projects/ESP32/ESP32_Stepper_Motor_Websocket/data/script.js

function submitForm(){
const rbs = document.querySelectorAll(‘input[name=”direction”]’);
direction;
….

]]>
By: Marius https://randomnerdtutorials.com/stepper-motor-esp32-websocket/#comment-961769 Thu, 26 Sep 2024 19:47:24 +0000 https://randomnerdtutorials.com/?p=105630#comment-961769 Hello Sara,
I have a problem with ESPAsyncWebServer by Iacamera:

I get an Error with ESPAsyncWebServer 3.1.2 and also with 3.1.0 .
I tried Arduino IDE 1.8.19, 2.3.0, 2.3.2 and 2.3.3 on different PC’s.

Are you using the same ESPAsyncWebServer?
if not, how can I get another make?

]]>
By: Sara Santos https://randomnerdtutorials.com/stepper-motor-esp32-websocket/#comment-906353 Mon, 15 Apr 2024 20:53:14 +0000 https://randomnerdtutorials.com/?p=105630#comment-906353 In reply to Marco.

Hi.
Check the power supply.
Regards,
Sara

]]>
By: Marco https://randomnerdtutorials.com/stepper-motor-esp32-websocket/#comment-906329 Mon, 15 Apr 2024 16:56:32 +0000 https://randomnerdtutorials.com/?p=105630#comment-906329 Thank you for the tutorial!
I just have one question, my motor stops shortly after starting and only starts again when the set cycles are about to end. What could it be?

Regards
Marco

]]>
By: Sara Santos https://randomnerdtutorials.com/stepper-motor-esp32-websocket/#comment-902179 Sat, 30 Mar 2024 10:29:02 +0000 https://randomnerdtutorials.com/?p=105630#comment-902179 In reply to Ernster Klein.

Hi.
It should work with any version.
But, for uploading the filesystem image, you need to use Arduino 1.8.x
Regards,
Sara

]]>