-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support Bluetooth API #390
Comments
FYI we've defined a file transfer BLE service: https://github.com/adafruit/Adafruit_CircuitPython_BLE_File_Transfer We're using it for CircuitPython but the API is generic. I've started a webbluetooth library for it here: https://github.com/adafruit/ble-file-transfer-js |
@tannewt Thanks for your info! |
Hi team! I recently found out about kaluma and I’m deeply in love with it! I have a use case that I want to build for BLE, and I just found out that it’s not supported yet. I looked into the stack to see whether I could write the Bluetooth module myself but it seems a little complicated for the uninitiated. Do you have any plans for Bluetooth support or some starter code for me to pick up and build upon? |
Also curious on this. I just coded up a IOT device using micropython but would like to use kaluma instead. This is a show stopper for many of my applications. Is there any way I can contribute to help implement this? |
Ref: Web Bluetooth API
The text was updated successfully, but these errors were encountered: