Introduction: Plotly Graph for Sensly the Raspberry Pi Hat

About: 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.

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. This information can be fed directly to your smartphone for real-time push notification updates. Sensly uses industrial sensors that assure an accurate reading of the office, home, or work environment. Being aware of this data helps you to take action and bring the pollution levels down around you.
Our team at Altitude Tech LTD are big fans of the Raspberry Pi mini computer. We’re really keen to help the Raspberry Pi community develop their own Sensly device and start working on experiments whilst learning about different types of gases. We’ve developed the Sensly Hat for the Raspberry Pi.

This is the section for all you graph lovers out there.

To buy or find out more https://store.altitude.tech/

To set up your Sensly head over to our first instructables and follow the instructions up till step 6. Once calibrated run the update.sh script to take Sensly out of calibration mode.

  • $ cd /path/to/Sensly_Install
  • $ sudo ./update.sh

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 data to the web. The graph on the left hand side is the gases being detected and the graph on the right hand side is the particulate matter being detected.

Step 4: Finishing Up

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
Sensors Contest 2017

Participated in the
Sensors Contest 2017