-
thanks for the answers... i guess for bluetooth, i didn't really get the answer i wanted - i want to turn off the bluetooth radio (not just turn off discovery or discoverable, or some low power option). Just want to confirm this is what happens when you untick BLE. Reason is, I don't like the idea of having a bluetooth signal near my head for long periods of time (e.g. when i sleep).
I think you said yes, bluetooth radio is turned off, except for when you reboot the watch? so if i don't reboot then bluetooth radio is off? Just confirming :)
Hi! :)
I think for most intents and purposes, yes. But not when on the DFU bootloader before Espruino firmware is loaded on the watch - this way you can always restore the watch if something goes badly. Hopefully someone will correct me if I'm wrong.
This comment on another conversation may be interesting (don't know if it's accurate still): https://forum.espruino.com/conversations/376607/#16555865
I don't think there's something quite like that dynamic hrm logging, but should be possible. One could discuss whether to add the functionality to the
health
app as an option or if it should be a new app (personally I'd probably say add to thehealth
app).There is activity fetching to Gadgetbridge, currently sending heart rate, steps and movement info that was stored by the
health
app. Gadgetbridge fetches data from the last sync date up to the latest available data. Sleep data is logged by thesleeplog
app, but syncing it to Gadgetbridge is not implemented yet (would be a neat addition if you're up for a challange maybe). Activity fetching was added with this PR I think.