Pavel Brychta
Pavel Brychta
That is just an example - instead of calling `WiFi.begin(...)` every 2 seconds you have to use SDK internal functions. Try to use ` WiFi.setAutoConnect(true);` and `WiFi.setAutoReconnect(true);` - then there...
I don't think that the problem is with MQTT - I'm heavy user of async-mqtt-client, my software is constructed the way I've described and I never observed such behavior (actually...
I've got your mail, but i prefer to response here to keep the discussion public. Unfortunately I'm not allowed to share whole code, but I can give just fragments and...
> how to check if TCP connection disconnected? Are you talking about HiveMQ, or ESP8266? If it's about MiveMQ then check their documentation about logging posibilities. If it's about the...
Do you have any logs from your tests? Otherwise we have nothing to handle with.
So from the log it seems like the 5 minutes gap came not from connecting part, but disconnecting - after packetid: 3 to Disconnected message is the gap. Anyway I...
It make no sense such behavior to me if you really pull the cable just for one second. Can you ping the router which cable are you pulling out and...
I'm with @bertmelis for `PayloadHandler` class. String, std::string result can be handled same way as AruduinoJSON does - by using templates and syntax like ```cpp PayloadHandler payloadHandler; ... String result...
You can also try 3dcontentcentral.com , and/or http://www.pcb-3d.com/electric_type/ffc-fpc-flat-flexible-connectors/ ...
Hi, please see the attached linker script for 2M/4M variant. Also there is need to change boards.txt (now probably by some python script) with this: generic.menu.FlashSize.4M2M=4M (2M SPIFFS) generic.menu.FlashSize.4M2M.build.flash_size=4M generic.menu.FlashSize.4M2M.build.flash_ld=eagle.flash.4m2m.ld...