fsievers22 / esphome-ble-remote

ESPHome external component for a BLE HID client
MIT License
25 stars 10 forks source link

Switch from Arduino BLE library to bluedroid esp32 bluetooth stack #2

Closed fsievers22 closed 2 years ago

fsievers22 commented 2 years ago

The Arduino BLE Library is not optimal, because there is the scan for bluetooth devices is a blocking call --> no wifi communication in parallel. Port to esp32 native bluetooth stack, which has this feature and much more.