There is Bluetooth LE on Linux - but it's still not that stable and only works on new versions of Bluez. As far as I can tell it may be using DBUS to Bluez to do what needs doing... I don't think that's going to end up being portable to ESP32 :(
It'd be nice to be able to make jswrap_bluetooth multiplatform though. I've tried a little, but there's still quite a lot of platform-specific stuff in there.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
There is Bluetooth LE on Linux - but it's still not that stable and only works on new versions of Bluez. As far as I can tell it may be using DBUS to Bluez to do what needs doing... I don't think that's going to end up being portable to ESP32 :(
It'd be nice to be able to make
jswrap_bluetooth
multiplatform though. I've tried a little, but there's still quite a lot of platform-specific stuff in there.