nodemcu-firmware icon indicating copy to clipboard operation
nodemcu-firmware copied to clipboard

Provide simple Bluetooth GATT/GAP interface

Open pjsg opened this issue 4 years ago • 3 comments
trafficstars

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.

pjsg avatar Oct 13 '21 00:10 pjsg

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

marcelstoer avatar Oct 13 '21 15:10 marcelstoer

Not as far as I can tell....

pjsg avatar Oct 13 '21 17:10 pjsg

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 😁 ).

jmattsson avatar Oct 13 '21 22:10 jmattsson