Skip to main content

This site is a preview for github.com/espressif/developer-portal/pull/618

ESP-IDF Basics - Assign. 3.2

1 min·
Table of Contents
WS00A - This article is part of a series.
Part 10: This Article

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

WS00A - This article is part of a series.
Part 10: This Article

Related