AlexAlbenstetter / Sensornode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sensornode

Description

The goal of this seminar paper was to build a prototype sensor system to collect mobile particulate matter data. For this purpose, a Raspberry pi was connected to a GPS module and sensor data of a laser fine dust sensor was collected every second. At the same time, the GPS position and the time stamp of each data point were recorded. The sensor system was then mounted on the roof of a vehicle and measurements were recorded while the vehicle was in motion. Subsequently, the fine dust measurement values could be mapped.

image

image

[ { "creationTimestamp": "2022-12-31 06:23:57.126546", "Latitude": 48.197620666666666, "Longitude": 10.767951333333333, "Temperature": 15.3773, "Humidity": 49.6886, "Pressure": 956.9782, "Mass_density_pm1_0": 5.724, "Mass_density_pm2_5": 6.093, "Mass_density_pm4_0": 6.126, "Mass_density_pm10": 6.143, "Particle_count_pm0_5": 39.422, "Particle_count_pm1_0": 45.484, "Particle_count_pm2_5": 45.674, "Particle_count_pm4_0": 45.695, "Particle_count_pm10": 45.707, "Particle_size": 0.484 } ]

image

image

About


Languages

Language:Python 100.0%