Meshcore BLE pin workaround

Hello all,

I spun up a quick ESPHome custom component to work around the BLE PIN issue with the meshcore-HA HACS integration.

Please note that I used Codex for this.

Basically, it uses an ESP32 (I’m using one of the M5Stack Atom boards) to connect as a BLE client, then passes the data through over TCP. You can then connect to the MeshCore node via TCP.

https://github.com/matthew73210/meshcore-ble-bridge

Matthew out.