Skip to main content

ESP-IDF Basics - Assign. 3.2

·1 min·
Table of Contents

In this assignment, you will read the humidity and temperature values from the on-board sensor.

For this assignment, you have to

  1. Find the part number of the sensor on your board
  2. Find the code for driving the sensor
  3. 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

Related

ESP-IDF Basics - Assign. 1.1
3 mins
ESP-IDF Basics - Assign. 1.2
1 min
ESP-IDF Basics - Assign. 2.1
7 mins