Hacker News new | ask | show | jobs
by russdill 42 days ago
Microcontrollers that support BLE are getting so cheap this really is becoming an option. Hopefully with some button that activates it.
2 comments

RFCOMM is old Bluetooth, not BLE.

Nordic has a serial-over-ble profile, but it is not standard like RFCOMM.

Indeed… a fact making me really sad about BLE :(. The Nordic profile might become widespread enough to become de-facto standard, but AFAIK isn't quite widespread enough yet, i.e. people are still homebrewing almost the same thing(?)
I mean, sure there are still rough edges, but it's not like rs232 over Juliet is some widely supported standard.

There are Android apps that support serial over ble

Home Assistant and it’s relative esphome just added serial-proxy support. Basically you can use any esp32 board to add smart capabilities for old devices via serial port.