Git Product home page Git Product logo

air-quality-rover-raspi's Introduction

Terrestrial Robot & Environmental Monitoring

A project begun in the summer of 2021, aiming to explore electronics, environmental data visualization, and web development!

End Goal:

An automated environmental monitoring device that has pre-programmed routes and sends data to the cloud via IoT interfaces.

Current Status (8/25/2021):

Deliverables thus far:

Sensors collect data, but the process to send it to my local computer and visualize it on Flask webpage is completely manual (completed via SSH into the Pi).

pm_size_comparison

Electronics

I used a RaspberryPi Zero connected to a Breadboard and portable powerbank. As for the environmental monitoring tools, I connected a GPS Module as well as a Particulate Matter sensor (PM10, PM2.5, & PM1). I obtained sensors for other common air pollutants, but not the materials to connect them to the breadboard.

I connected to the RPi headlessly over SSH, but am looking to acquire a monitor/keyboard/mouse set to connect with a higher degree of ease.

Data Acquisition

Both the GPS module and PM monitoring device send data through a serial port. See: Air_quality_v2.py from Marc Los Huertos' repository, EJnPi. The data is read in as bytes and then processed into a .csv file which will be sent to my local computer after it is done processing.

Data Visualization

After many trials and errors with plotting packages, I settled on ipyleaflet for geographical plotting and plotly for interactive timeseries data. My main goal was to make the data as interactive and intuitive as possible because environmental monitoring is an incredible tool for communicating data such that community members can make informed decisions for their health! I have background in GIS and would love to explore interactivity with ArcGIS or ArcGIS Online in the future.

Web Development

For this project I used a Flask app deployed on Heroku. I am very comfortable working in Python (and am excited to learn some more JavaScript and CSS) so this was an easy choice for me.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.