Plotly Graph For Sensly The Raspberry Pi Hat

About the project

Sensly is a portable pollution sensor capable of detecting the pollution levels in the air using its onboard gas sensors to collect information about the various gases present. We've developed the Sensly Hat for the Raspberry Pi. This is the section for all you graph lovers out there.

Items used in this project

Hardware components

Sensly Hat Sensly Hat https://altitude.tech/product/sensly-hat-gas-sensor-raspberry-pi-development-board/#configuration x 1
Raspberry Pi 3 Raspberry Pi 3 https://altitude.tech/product/raspberry-pi-3-official-charger-flashed-pianywhere-drivers-16gb-sandisk-micro-sd/ x 1

Software apps and online services

Plotly Plotly plot.ly

Story

Step 1: Creating a Plotly Account and Getting Your Credentials

Next we need to create a plotly account. Head over to plot.ly to do this.

Once you’re done you need to head over to the settings to get your username, API key and streaming tokens. You’ll need 11 streaming tokens.

Step 2: Update the Config.json File

To set up Sensly to log directly to plotly we need to first of all download the required files. These can be found at https://github.com/Altitude-Tech/Sensly_Plotly, to download these files on your pi, open the terminal and type the command

Once you get your API Keys and Streaming Tokens we need to put these into your config.json file which is found in the Sensly Plotly file you downloaded at the start of this instructable.

  • $ sudo nano /Path/To/Sensly_Plotly/config.json

Add your username, API_Key and streaming tokens to the file

Step 3: Run the Sensly_Plotly Script

Next, we need to ensure that you have put the R0 values you obtained during calibration into the Sensly_Plotly.py script you put them in the area shown in the first picture.

Make sure you are connected to the internet then press f5 to run the script, if successful your pi should open a web browser and start logging Sensly >

Finally if you would like this script to run at boot then we run the crontab command.

  • $ crontab -e

Add this to the bottom of the file.

  • $ @reboot python /path/to/Sensly_Plotly.py

Code

Sensly Plotly

Credits

Photo of Altitude_Tech

Altitude_Tech

Altitude Tech LTD is founded by professionals and students in the area of robotics, electronics and product design, which makes the team the heart of the company.

   

Leave your feedback...