Showing posts with label heart rate. Show all posts
Showing posts with label heart rate. Show all posts

Sunday, 22 May 2016

Raspberry pi 3 + Angel Sensor : Hello Temperature, Heart Rate, Steps Count !

Steps 

The code is stored at a public repo at GitHub.

1. Get a clone of the repository
  $ git clone https://github.com/vaggos2002/py-angel-sensor

2. Change your current directory
    $ cd py-angel-sensor

3. Install the required libraries  on your raspberry pi 3 :
  $ sudo apt-get install pip
  $ sudo pip install requirements

4. Press the Angel Sensor button to start the sensor for 2 secs.

5. Press the Angel Sensor button to start the HR measurements for 10 secs.

6.  Run the code
  $ ./main.py -a '<angel sensor mac address >' -T (for temperature) -H (for heart rate) -S (for steps count)
  e.g. :  ./main.py -a '00:07:80:02:F3:8C' -H -S
After the last step, you should start to see at your terminal the following measurements :

Expected outcome of the script