TXT
Smart Home
ROBOTICS
33
Robotics Sensor Station IoT
Also change the values for “Time and horizontal control”. Again, take the
values from the table:
Time/
increment
1s
H=V off
H increments
10
H Pixel/
increment
50
auto on
V increments
8
V Pixel/
increment
50
auto on
Auto-scaling
2.0
Logical
increments
0.5
When you look at the program, you
will see, that the BME680_Get output
and the input to the first “Attach value”
command are still open.
Insert the value assignment and list at the side here. Change the names
accordingly to “Index”. This counts how many times the program has run
through in “Whole numbers”. Later the readings can be assigned to the
index.
What happens up to this point when the program is started? The
readings from the sensor are read into the command “Attach Value” and
then saved in the list. Simultaneously the values are displayed on the
oscilloscope. The index is incremented by 1 for each run.
Then you can test the program. The readings are displayed on the
oscilloscope monitor. Save the data as in Project 3.
Finished Program: Stationary_camera_4.rpp