mongoose-os-libs/bt-common

Request: support for JS?

Opened this issue · 5 comments

I can see that there is an API, but it's not documented and there are many TODO. Is there any plan to fully support BLE in JS any soon?

rojer commented

there are no concrete plans to do it anytime soon

This example is not working properly as well.
https://github.com/mongoose-os-apps/example-ble-js

Once WiFi is configured, Bluetooth gets disabled.

you can't have BLE and WiFi at the same time on an ESP32

I have been struggling doing that for last 2 days. Thanks for responding soon.

you can't have BLE and WiFi at the same time on an ESP32

You can, this has been confirmed multiple times by Expressif engineers. E.g. https://esp32.com/viewtopic.php?f=13&t=6707

Also, by default a MOS app will leave BT and Wifi enabled at the same time after startup.