In this assignment, you will read the humidity and temperature values from the on-board sensor.
For this assignment, you have to
- Find the part number of the sensor on your board
- Find the code for driving the sensor
- Read temperature and humidity from the sensor and output it on the serial port with
printf
.
It is not asked to develop the driver, focus on the fastest way to solve the problem and what the previous lecture was about.
Conclusion#
Now that you can read the on board sensor, you’re ready to move to the last assignment of the workshop to put everything together.
Next step#
Next assignment → Assignment 3.3