Comments on: ESP32 WebSocket Server: Control Outputs (Arduino IDE) https://randomnerdtutorials.com/esp32-websocket-server-arduino/ Learn ESP8266, ESP32, Arduino, and Raspberry Pi Sun, 03 May 2026 10:07:33 +0000 hourly 1 https://wordpress.org/?v=6.8.5 By: ZisuP https://randomnerdtutorials.com/esp32-websocket-server-arduino/#comment-1184547 Sun, 03 May 2026 10:07:33 +0000 https://randomnerdtutorials.com/?p=99437#comment-1184547 ets Jan 8 2013,rst cause:2, boot mode:(3,6)

load 0x4010f000, len 3424, room 16
tail 0
chksum 0x2e
load 0x3fff20b8, len 40, room 8
tail 0
chksum 0x2b
csum 0x2b
v0004ddf0
~ld

error for NodeMCU 1.0 (esp8266)
I change arduino code :
#include <ESP8266WiFi.h>
#include <ESPAsyncTCP.h>
#include <ESPAsyncWebServer.h>
compiled without errors.

]]>
By: Monica https://randomnerdtutorials.com/esp32-websocket-server-arduino/#comment-1146361 Mon, 05 Jan 2026 07:49:16 +0000 https://randomnerdtutorials.com/?p=99437#comment-1146361 Muchas gracias!

Me ha ayudado vuestro ejemplo para tener una web y comunicarme con la ESP32.

]]>
By: Sara Santos https://randomnerdtutorials.com/esp32-websocket-server-arduino/#comment-1098450 Wed, 17 Sep 2025 22:07:19 +0000 https://randomnerdtutorials.com/?p=99437#comment-1098450 In reply to Rainer.

Use the latest ESP32 core and the latest versions of the libraries.
Can you tell me the board you’re selecting and the exact error you’re getting?
Regards,
Sara

]]>
By: Rainer https://randomnerdtutorials.com/esp32-websocket-server-arduino/#comment-1098263 Wed, 17 Sep 2025 13:28:07 +0000 https://randomnerdtutorials.com/?p=99437#comment-1098263 Did a new try with the send email. now with the correct libs it compiles fine.
but it crasches with DMA problem. which version of the libs end esp32 add on should iuse

]]>
By: Rainer https://randomnerdtutorials.com/esp32-websocket-server-arduino/#comment-1098261 Wed, 17 Sep 2025 13:04:34 +0000 https://randomnerdtutorials.com/?p=99437#comment-1098261 Ok foud the libs, ha filter on communication.

]]>
By: Rainer https://randomnerdtutorials.com/esp32-websocket-server-arduino/#comment-1098260 Wed, 17 Sep 2025 12:56:53 +0000 https://randomnerdtutorials.com/?p=99437#comment-1098260 YesI know, but I be frustrated more and more

I reinstalled 2.3.6 started, go thr latest ESP32 3.0.3 from Espressive.

Start on page ESP32CAB eBook207 and try to install the libraries. But I can no more find the the requested libs by ESPAsync as requested in the library Manager, did them find some days earlier, I leared lib versions etc. may be important for compile and successfull run a sketch, so it would be fine to note the version you worked with in the eBook

Regards

Rainer

]]>
By: Sara Santos https://randomnerdtutorials.com/esp32-websocket-server-arduino/#comment-1098232 Wed, 17 Sep 2025 09:56:08 +0000 https://randomnerdtutorials.com/?p=99437#comment-1098232 In reply to Rainer.

First, you need to know where you Arduino folder is.
Usually, it’s in Documents > Arduino
Inside, there’s a folder called Libraries.
there you can check the libraries folders.

Regards,
Sara

]]>
By: Rainer https://randomnerdtutorials.com/esp32-websocket-server-arduino/#comment-1098197 Wed, 17 Sep 2025 05:05:23 +0000 https://randomnerdtutorials.com/?p=99437#comment-1098197 In reply to Sara Santos.

Thank you for the answer.
I do not think so. As I normally work with Platforn IO, I did a fresh install of the latest 2.x Arduino IDE , to go trough the examplea on your ebook. As I do not have much knowledge on the Arduino IDE, can can you tell me how to delete the old libs. I think just uninstall will not delete them. physically

Regards

Rainer

]]>
By: Sara Santos https://randomnerdtutorials.com/esp32-websocket-server-arduino/#comment-1098094 Tue, 16 Sep 2025 21:51:58 +0000 https://randomnerdtutorials.com/?p=99437#comment-1098094 In reply to Rainer.

Hi.
Do you still have the old AsyncWebServer libraries installed?
Or their folders in the libraries folder?

Regards,
Sara

]]>
By: Rainer https://randomnerdtutorials.com/esp32-websocket-server-arduino/#comment-1097995 Tue, 16 Sep 2025 17:10:19 +0000 https://randomnerdtutorials.com/?p=99437#comment-1097995 like you tutorials since at least 6+ years, but onc again theydo not compile
“/Users/mk/Library/Arduino15/packages/esp32/hardware/esp32/3.2.0/libraries/Network/src/NetworkServer.cpp:36:15: error: no declaration matches ‘NetworkClient NetworkServer::available()’
36 | NetworkClient NetworkServer::available() {
| ^~~~~~~~~~~~~
/Users/mk/Library/Arduino15/packages/esp32/hardware/esp32/3.2.0/libraries/Network/src/NetworkServer.cpp:36:15: note: no functions named ‘NetworkClient NetworkServer::available()’
In file included from /Users/mk/Library/Arduino15/packages/esp32/hardware/esp32/3.2.0/libraries/Network/src/NetworkServer.cpp:19:
/Users/mk/Library/Arduino15/packages/esp32/hardware/esp32/3.2.0/libraries/Network/src/NetworkServer.h:26:7: note: ‘class NetworkServer’ defined here
26 | class NetworkServer {
| ^~~~~~~~~~~~~
exit status 1

Compilation error: exit status 1”

followed your instruction to get the same libs.
Arduino IDE 2.3.6
OS X 13.6.4
ESP32 DEv Kit V 1 selected the ESP32 Dev Kit

]]>