Part of the City Scanner project at MIT Senseable City Lab, Flatburn is an open-source, solar-powered, modular sensing platform that can be easily deployed on road vehicles to collect various environmental data.
This repository contains all information to build your own Flatburn, explore datasets collected using Flatburn and other City Scanner deployments worldwide and learn how to perform environmental analysis and use the data to contribute to the development of healtier cities.
- /hardware
- fabrication files for Flatburn mechanical parts, including files for 3D printing, laser cutting, and a CAD model of the full assembly. A bill of materials listing all the required mechanical components is also included.
- hardware schematics contains
.brb
files for the main-board and the sensor-board which can be viewed using the Cadence free viewer, schematics of the PCB in.pdf
format, and a bill of materials for the electronics components.
- /firmware: The Flatburn main firmware code base, developed using Particle.io workbench.
- /fabrication handbook: The assembly guide with detailed instructions on how to build flatburn.
- /datasets:
.csv
calibrated air quality datasets collected during City Scanner deployments worldwide. - /calibration handbook: a guide for validation and calibration of the data collected by Flatburn.
- /coding exercise: jupyter notebooks for a Python coding activity to introduce non-experts to air quality and environmental sensing and analysis methods. The activity includes exploring time series analysis, geospatial analysis, and pollution hotspot analysis. The conding activity can be used with the datasets captured by previous City Scanner deployment as well as data captured by Flatburn.
- /facilitator handbook: a facilitator guide and educational slides to implement the coding exercise as part of workshops or classroom activities.
All materials are released under MIT license.