-
Hello,
how would you serve it over HTTP?
Is there an example?
I don't think serving the log directly from SPIFFS into the WebServer handler function is the appropriate method mainly because there i…
maxdd updated
2 years ago
-
Is there any function to read the incomming TCP Message?
Or has anybody a complete TCP Server example?
For creating a TCP Server i just have added
sendCmd(F("AT+CIPSERVER=1,1314"));
to t…
-
I wrote following code using ESP8266 ESP-01. I have used CoAP protocol which runs over UDP.
I now want to use CoAP with DTLS. Is there any support in ESP, please let me know ?
#include
#include …
-
I have a basic `ESP8266WebServer` that sends roughly 1000 characters worth of response via `send()`. Everything works fine when the traffic is over the local IPv4 address _192.168.xx.xx_.
However,…
-
Thanks for that great project. Got it working with MQTT support from the in-dev branch.
Leds are working fine, control via WebUI as well. So i wanted to connect to Homeassistant (2023.11.3) with Mosq…
-
On esp8266 the event handler from file
```
lib\framework\WebSocketTxRx.h
```
is not passed the correct size_t len. As a result the if condition to proceed with updating the state is never exec…
-
Using the latest library built under 8266 2.4.0 running the basic example telling Alexa to turn ON or OFF from a Dot gen2 only produces an ON response in the serial output. Also looking at the brightn…
-
### What happened?
After the upgrade to 14.1 WLED wasn't accessable anymore. Erasing the flash and flashing 14.0 solved the issue. Another upgrade to 14.1 resulted in broken wifi again. If you flash …
-
Hi Guys,
I've recently had to investigate causes for an ESP8266 application crash and along the way found out about the need to add the "ICACHE_FLASH_ATTR" attribute to all interrupt handlers and any…
-
sorry to open ticket for my question but actually I'm looking for light gcode visualizer or probably cad2gcode convertor in my webpage , but this webpage hosted on tiny ESP826612F module which is conn…