giddyhup

Results 28 comments of giddyhup

I also have problems with my ESP32 disconnecting and not coming online again. The reboot would be a welcome workaround but an actual solution would also be appreciated.

Thanks for noticing this. I have only remote logging set up. The BLE device I am monitoring is very chatty. I use the default bin and see lots of Bluetooth...

@shmuelzon perhaps you could provide a bin where less/no bluetooth messages are being logged. I would try to catch the ESP32 module's log output on a Raspberry Pi or an...

@shmuelzon thanks for the binaries. It may take some time for me to work with them but I will report back. Regarding re-connection issues. I noticed this comment in wifi.c:...

I did first what could be done without much infrastructure change. I remote-flashed the DEBUG image and collected the log remotely. The flash procedure ended with a warm reboot. I...

Please find attached a redacted excerpt where I de-authed the module on purpose to see what happens. A panic happened, the module rebooted and reconnected. So here, the result at...

Apparently serial logging fixes the reconnection issues. : ) The module is online since I started logging. I'll keep logging.

I was joking, but if you want to try it yourself here's what I did: I flashed (OTA) [ble2mqtt.debug.bin.gz](https://github.com/shmuelzon/esp32-ble2mqtt/files/8448877/ble2mqtt.debug.bin.gz) and connected my ESP32 module via its USB port to a...

@shmuelzon, thanks for pointing that out. Initially, my ESP32 was connected to a USB charging brick that provides 5V/1A or more. Currently, it is connected to a Pi 4's USB...

@shmuelzon I was offline for a few days and am now back to continue with this issue. I downgraded to the official version (16) and can confirm that the issue...