☆
I'm using an ESP32 connected to a BLE gateway for machine-status monitoring. Everything works correctly at first, but after approximately 30 minutes the ESP32 disconnects and does not reconnect until the device is restarted.
Has anyone experienced this with long-running BLE connections? Is there a recommended connection interval or power-management setting I should check?
client->connect(serverAddress);
client->setMTU(185);