I don't like heart rate sensors.
#3
(11-05-2020, 06:21 PM)11Eleven Wrote: Let us buy a model without the heart-rate monitor, or be able to switch it off and have a bit more control over our privacy, if that's still even a thing.  Big Grin

The point of PineTime is that the hardware is well documented and the software is user modifiable so you should already be able to do all of these things.

Depending on your degree of concern about the sensor you can:

1. Buy a dev kit, physically unplug or remove the sensor and glue the back on yourself
2. Pick one (or more) of the PineTime operating systems and disable or rip out the code that runs the sensor. For example if you adopted wasp-os then disabling is a one line change (and ripping it out isn't that much harder)
3. Review the existing code to run the heart rate sensor and decide if it already meets your privacy concerns. Again using wasp-os as an example the heart rate monitor is only ever active when the heart application is running (e.g. when you can see the graph of your heart activity on the screen). All the heart rate monitoring code is written in python so you don't need lots of embedded C experience to understand it. This is the code that disables the sensor when you switch to another screen: https://github.com/daniel-thompson/wasp-...py#L33-L35 .
PineTime: wasp-os and MicroPython, Pinebook Pro:  Debian Bullseye


Messages In This Thread
I don't like heart rate sensors. - by 11Eleven - 11-05-2020, 06:21 PM
RE: I don't like heart rate sensors. - by KC9UDX - 11-05-2020, 08:34 PM
RE: I don't like heart rate sensors. - by KC9UDX - 11-22-2020, 07:40 PM
RE: I don't like heart rate sensors. - by danielt - 11-06-2020, 04:50 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Heart Rate and Accelerometer, ESP32, Arduino pinetimer 0 284 02-26-2024, 11:35 PM
Last Post: pinetimer
  Updating sensors notification kbm 2 1,928 04-30-2022, 11:41 AM
Last Post: kbm
  bogus heart rate values samjam 1 2,196 08-23-2021, 09:13 AM
Last Post: wibble
  Blood pressure estimation from heart rate sensor wibble 8 11,237 10-15-2020, 05:41 AM
Last Post: evilbunny

Forum Jump:


Users browsing this thread: 1 Guest(s)