Is it a way to send data to Puck.js using BLE in advertising mode? #2103
Replies: 3 comments
-
Posted at 2017-03-24 by @gfwilliams Yes, it does - although only in 1v92 which will be released in a few days hopefully (or the 'cutting edge' travis builds). You use it like this:
|
Beta Was this translation helpful? Give feedback.
-
Posted at 2017-03-25 by oesterle Awesome, @gfwilliams! Is there a way to guess which CI builds contain something emerging like this? (I certainly don't want to create another documentation task. :-D ) |
Beta Was this translation helpful? Give feedback.
-
Posted at 2017-03-27 by @gfwilliams It's a good point - I guess ideally there would be a Travis documentation task that build the reference pages and then copied them and the changelog into the Travis folder. For now, you'd have to look at a certain Git commit in http://www.espruino.com/binaries/travis, and then look on GitHub at the Changelog at that revision |
Beta Was this translation helpful? Give feedback.
-
Posted at 2017-03-23 by SergeP
Hi Gordon,
I am new in BLE usage.
I've found (in BLE standard) something about Scan Responce requests, which may be used to send some data to BLE device in advertising mode, without connection. I think it may be useful to save battery (and may be not, depending of implementation).
Does Puck.js have possibility to receive these requests? Is it really useful to save battery compared to work in connected mode?
Beta Was this translation helpful? Give feedback.
All reactions