Balázs Kelemen
Balázs Kelemen
What is the point of disabling the captive portal redirection?
Captive portal comes up only when the Thing is in AP mode and one was connected to the network provided by the Thing. That cannot be done without knowing the...
I do not see why uMQTT couldn't work. I believe, you can adopt MQTT example to start uMQTT instead.
As far as I see, this is an ESP32 error dump, but I cannot see the stack trace, so it is not trivial for me to find out the specific...
Thanks for the investigation you've done already! Unfortunately I still do not see why it is failing.
What I would recommend in this case, is to use snprintf, where you can even define very complicated formatting. In our case the format will be something like this "%s-%s%s-%d%d",...
Same problem with macOS Catalina 10.15.3, and Arduino 1.8.11 - Serial detection works (however openning the tools menu always takes about 5secs). - Upload also works. - Serial monitor/serial plotter...
I confirm the problem. The SoftwareSerial occupies PinChangeInterrupt PCI vectors, so does the PciManager. This causes the conflict. As matter stand PciManager cannot be used in combination with SoftwareSerial. I...
Unfortunately I couldn't found a way to consult with the authors of SoftwareSerial. If one can help me in that I might do any further steps. If you are about...
I have forked (and keep managed) a version of the SoftTimer, that contains only the core functionality and no classes requires PCI. https://github.com/prampec/arduino-softtimer-nopci (It still can be possible to migrate...