nodemcu / nodemcu-firmware

Lua based interactive firmware for ESP8266, ESP8285 and ESP32

Home Page:https://nodemcu.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Provide simple Bluetooth GATT/GAP interface

pjsg opened this issue · comments

Missing feature

It would be nice to have a simple way to build small bluetooth gadgets that supported GAP/GATT.

Justification

It would be useful

Workarounds

None.

I never tried but does @jmattsson's BT module for ESP32 support all you'd need?

Not as far as I can tell....

I never tried but does @jmattsson's BT module for ESP32 support all you'd need?

Nah, it only handles sending/receiving BT advertisements. Having "real" BT support would certainly be nice (as long as I'm not the one having to implement it 😁 ).