Xasin / TapBadge

DIY Smart Home touch badge - control things like in StarTrek!
GNU General Public License v3.0
1 stars 2 forks source link

Switch to BT SPP instead of BLE #1

Open Xasin opened 5 years ago

Xasin commented 5 years ago

As the ESP BT Library decided to be a pain to work with, and sadly does not provide Low Energy (due to a APB Max Freq Lock), it does not provide any benefits over classic BT in SPP mode.

As such, a DIY protocol should be created to utilize BT SPP in regular "burst" exchanges, to save energy and be easy to use. The following criteria should be met:

Xasin commented 5 years ago

Only the EOT signal and auto-reconnect remain now - looking good!