pulse.eco is an IoT platform and an Environmental Sustainable Development solution. It gathers all the environmental data provided by a LoRaWAN / WiFi sensor installation and other third-party sources, and visualizes the generated information in a easy to understand and navigate method.
This project in not yet another air quality observation portal, but a broader solution designed to serve multiple purposes:
Besides all this, pulse.eco is intended to be an evolving platform. We hope to get great reception from the community, ideas for improvement and new features, and of course, actual results, to make your city a better place to live.
The core of the system is the n-things platform, tuned and customized as pulse.eco. It's comprised of several pieces, i.e. containerized building blocks, which are easily scalable, efficient and robust:
As for the sensor installations, three mediums for communication are used:
Cool video describing the architecture of SkopjePulse (predecessor of pulse.eco) as well as TheThingsNetwork was shot as part of the ThisIsMyArchitecture series from Amazon Web Services. You can watch the video on YouTube.
The central Micro Controller Unit used depends on the type of the communication for the device:
The measurement components used in the pulse.eco sensors are:
The data received from the sensors are not manipulated in any manner, except the Sound sensor which levels the sound envelope recorded to a spectrum of 0-255.
Most of the data is being stored and displayed as reported by the source sensors. Such data values are: PM10, PM2.5, PM1, Temperature, Humidity, AirPressure.
The data from the pulse.eco devices for the ambiental noise comes in raw 'units' measure which corresponds to the sound pressure reflected into output voltage of the sensor. That level is then passed through a filter which estimates the noise level in dBA based on the same sound pressure level measured on outdoor traffic scenario.
Some third party sensors also report gas presence in ppb (parts per bilion). That value is transformed where needed into ug/m3 by using a proper calculation which takes into account the molecular weight, ambiental temperature and air pressure.
All of the sensors come with factory data sheets representing their statistical precision and error margin. See the links above for the details.
Some summed up details:
Yes, all the data is publicly available via a RESTAPI.
If you want to own a sensor, and make sure it works properly, follow the instructions in the construct section.
If you want to add your city to the pulse.eco map, see if you can start your pulse.eco community.