-
To enable connecting microcontrollers in different ways than just serial-over-USB/BT/foo, some IP based transport would be nice, for use over WiFi/Ethernet.
Example microcontroller includes https://mb…
-
Hi. I love the look of this library. When I run the example I get Exception (3):
epc1=0x4010011d epc2=0x00000000 epc3=0x00000000 excvaddr=0x4002ea20 depc=0x00000000
followed by a stack dump and wdt…
-
Hello.
What I did today
1. Install ubuntu 18.04 x64
2. Install esp-open-sdk
3. Install Sming
4. Install esptool
5. Install esptool2
6. Build Sming
7. Build&Flash&Test Basic_Blink
8. Build&Fla…
-
hi @Markus , I'm working on the 3d printer board which its serial pins connected to serial pin of ESP module. , in the module couple of html page store in its flash , these file send g-code lin…
-
Local "production" system produces OOM, killing the connector:
```
[Wed Oct 23 20:50:22 2024] in:imjournal invoked oom-killer: gfp_mask=0x140cca(GFP_HIGHUSER_MOVABLE|__GFP_COMP), order=0, oom_score_…
-
**Describe the bug**
I'm getting empty page with "Connected" on ESP32 WROOM 32D in both hotspot and regular mode.
Browser console shows this:
```controls.js:11 websock open
controls.js:60 Unknow…
-
Hi. I have big headache configuring my NodeMCU Arduino to talk to the web socket.
Here is the log from the NodeMCU :
```
[WS-Client] connect ws...
[hostByName] request IP for: example.com
[host…
-
I experienced random disconnects from my ESP8266 Websocket Client.
The websocket server is uvicorn 0.15.0 and i compared the debug logs from uvicorn with the crashes from the ESP.
Then i saw a pat…
-
Hi!
I'm using this library since a while on the ESP8266 where it worked like a charm!
Now I switched to the ESP32 with the following warnings:
[E][WiFiClient.cpp:261] setSocketOption(): 1006 :…
-
hi , sorry to open a ticket for my question, but I have a question that may related to your field of repository and any possible hint really appreciated
Actually I interested to send game-pad data by…