-
• #2
I once needed a small widget to send the acceleration data over BLE as json. I have attached the files. You should be able to use it as a sample.
1 Attachment
-
• #3
This isn't implemented as a Bangle widget, but works with the Bangle or the Puck. Take a look at it: https://github.com/AkosLukacs/PuckStreaming
-
• #4
Thanks, I will give it a try.
-
• #5
Thanks, I will give it a try. I appreciate the inclusion of a web BLE page.
-
• #7
Thanks, Gordon. I appreciate it.
-
• #8
Posted on Wed 10th, June 2020
This project is applicable to stream data to a smartphone, so without using web BLE? -
• #9
Web BLE is just a way to access BLE via a web browser, so should work with any smartphone that has either a Web BLE capable browser (Chrome-based things on Android, and no idea about iThings). Or should work with any native development tools, BLE is not a new thing in phones.
-
• #10
no idea about iThings
You need to spend $2 on the WebBLE app for iOS devices since unfortunately Apple don't include support in iOS
Has anyone posted sample code that shows how to publish the Bangle.js accelerometer x,y,z values over Bluetooth LE?
Thanks,