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?
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.
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?