MRX
MRX
I believe the ESP32 already have bluetooth capabilities
Would be nice if the firmware expose a simple communication protocol over BT that mirrors the existing Clockwise API plus a function to push JSON updates directly over Bluetooth. Maybe...
Sure! I can put something together for that.
Hi @jnthas, I’ve drafted an Android app that scans for the ESP32 over BLE and mirrors all parameters from CWWebServer.h as readable and writable GATT characteristics. Once the firmware exposes...
@krzimmer I haven’t pinned down the exact issue yet, but removing the following code made the display work again for now. Basically, I commented out the sections related to: displaySetup(...)...