-
from
a45be9e438f6cf9c54ec150581819c3b95d5af6b
```
==================== CURRENT THREAD STACK =====================
#0 0x403764c5 in panic_abort (details=0x3fcebc3b \"assert failed: etharp_que…
-
Hi,
I am experiencing some kernel panics when using the pubsubclient library.
The code is quite straightfoward, just connect to an active wifi client. I have attached a simplifed version below.
…
-
## Environment:
macOS Monterey 12.1, Homebrew
## Device
[LilyGO TTGO T-Camera ESP32-WROVER](https://makeradvisor.com/esp32-ttgo-t-camera-pir-sensor-oled/)
## menuconfig:
```
[*] Use SSD1306 …
-
## Description of the problem
For my application i need to run Webserver.h on port 80 on the ESP32. The program is compiling properly - until "server.begin();" is called - afterwards the program co…
-
Bonjour,
Je fais des recherches sur la relève des compteurs avec everblu depuis quelques jours et les améliorations que vous avez apportées pour le déploiement sur ESP32 m'intéressent.
J'ai tester…
-
I realise Adafruit folks are working on this library at the moment, so perhaps this will work itself out as part of that.
However, I've been running into issues when trying to use IoTCentralDevice.…
-
### Hardware
ESP32
### Firmware version
v2.4.7
### Application version
v2.4.7
### What happened? What did you expect to happen?
My device is continually dropping off the network and coming back…
-
### The problem
When a received MQTT message is read in multiple chunks under esp32 MQTT backend, any messages after the first will have a nullptr topic pointer. This then causes a std::logic_error t…
-
Hi, I've tried to install the app onto my devboard (having set things like the MQTT server, ssid and password and I get this constantly.
My WiFi is mac filtered but it doesn't seem to be getting even …
-
**_Your Code that I edit for ESP32 only and I try Verify .._**
and it will error at this line
_"esp_wifi_set_mac(ESP_IF_WIFI_AP, &GatewayMac[0]);"_
`
#define SKETCH_NAME "ESP-NOW GATEWAY"
…