TXT
Smart Home
ROBOTICS
25
Robotics Sensor Station IoT
Mold Monitor
Mold monitors as well as humidity monitors are used to measure the
moisture content in the air, for example, in the basement. They are also
frequently placed next to the washing machine or dishwasher to detect
water leaks.
Project 2
Create a program that continuously measures the humidity. The red
light should illuminate as soon as the humidity has increased to
above 80 % (danger of mold forming).
This project only requires you to rewrite the previous program. The
check is connected to BME680_Get output “H”. Label the variable for
displaying the humidity “Humidity” Assign the constant a value of “80”
for the humidity threshold.
After completing the program, you can test it and save it on your
computer.
Finished Program: Wellness_sensor_2.rpp
Air Quality Sensor
Today this theme is more topical than ever everywhere in the
media. Cars, factories, large animal husbandry enterprises,
etc. are responsible for the air quality not being as good as it
should be.
Many cities have measuring stations to continuously record
the air quality. Have you ever seen such a measuring station
where you live? With our sensor you can simulate such a station and
measure real-time values for the air in your environment.
Project 3
Create a program that continuously measures the air quality.
You want to indicate the air quality using lights that illuminate
differently. The light at output O3 should flash when the value at
BME680_Get output AQP drops to < 1. The values should also
be indicated on the controller display in the download mode.
Reading 0 – 3
0 unusable
3 very reliable
Reading 0 – 500
0 very good
500 bad