Exp#2
Exp#2
Materials Required
■ ESP32 development board
■ DS18B20 temperature sensor
■ 4.7kΩ resistor (for pull-up between Data and VCC)
■ USB cable for ESP32
■ Breadboard
■ Jumper wires
■ Computer with Arduino IDE installed.
■ Install DallasTemperature and OneWire libraries.
Procedure
1. Setup Arduino IDE for ESP32.
2. Connect ESP32 to Computer.
3. Circuit Setup.
Rubrics
Needs Improvement
Criteria Excellent (2) Good (1)
(0)
The DS18B20 sensor The DS18B20 sensor read The DS18B20 sensor
successfully read and temperature values, but with did not read or
displayed temperature minor issues such as display temperature
values on the Serial inaccurate or inconsistent values correctly, or
Functionality Monitor as expected, readings or slight delays in no output was
with accurate and updating values. generated on the
consistent readings. Serial Monitor,
indicating a failure in
functionality.