This is a test project to:
- Log heart rate during meditation sessions
- Test audio cues during meditation
- Run
npm install. noble is the only dependancy to read heart rate data from Bluetooth sensor - Run
node 1_scan_uuid.jsto get UUID of your sensor. - Run
TICKR_UUID=uuid AUDIO_CUE_PERIOD=60 node 2_start_session.jsto start session. It'll play audio cues everyAUDIO_CUE_PERIODseconds and log heart rate to a file insession_logsfolder.
