Close
0%
0%

Park Asset and Condition Monitor

Monitor all the assets and the weather conditions of a public park.

Similar projects worth following
A public park is a cheap recreational gateway for families or people who wants to have a calm morning or afternoon time.
A single public park could contain a lot of assets that needs to be monitored and maintained regularly, such as various kind of plants and animals
Not only the park should be maintain regularly for the comfort of its visitors, but it also it need to be safe from the air pollution especially if it is located in the middle of the city. so it is crucial to get the pollution data in order for the park management to maintain the air cleanliness.

In order to gather all of those data we need various kind of sensors to read the specific kind of data needed for each aspects of the park. But I guess we don't have to worry about that because the Rapid IoT kit already come built in with the sensors needed to build this project.

So in this project I will show you how easy it is to make a dashboard to monitor all assets and weather/air condition in a public park using minimum software and also hardware.

iot park monitor.png

Blok diagram

Portable Network Graphics (PNG) - 969.01 kB - 04/22/2019 at 04:04

Preview
Download

  • 1
    Preparing the Hardware

    Really, there is nothing a lot to do in here. You just prepare the Rapid IoT kit out of the box and a raspberry pi with an SD card and a decent power source.

  • 2
    Preparing the Software

    There are few things needed to do for the software:

    • Raspbian

    just follow this link to install the os

    • Python 2 or 3

    Already built in for the raspbian

    • Pygatt and few of its components
    $ pip install pygatt
    $ pip install "pygatt[GATTTOOL]"
    $ pip install pexpect
    

    Pygatt is needed to read the advertisements data from the Rapid IoT kit using the ble connection

    • cloud4rpi
    $ pip install cloud4rpi
    

    This is needed to connect the data to the Cloud4rpi iot service

    I already try various kind of online iot dashboard service such as ubidots, adafruit, thingspeak, etc. For this projects I am gonna use cloud4rpi because of its simplicity and easy to build dashboard system

  • 3
    Program the Rapid IoT Kit

    The code and firmware that used for this projects are attached below. To reserve power I turn off the backlight and only send the data I need for the project. If you want clone the project just import the.atmo files attached below

View all 6 instructions

Enjoy this project?

Share

Discussions

ganbensie wrote 05/01/2019 at 23:00 point

Good project experiment.

  Are you sure? yes | no

Widanto Eka Saputra wrote 04/22/2019 at 06:32 point

Wow!!

  Are you sure? yes | no

Similar Projects

Does this project spark your interest?

Become a member to follow this project and never miss any updates