ENGR 351 2023 Spring
ESP32-WROOM Temperature Sensor With ThinkSpeak
Name:
Seth VanMatre
Email: sgvanmatre@fortlewis.edu

ESP32-WROOM Temperature Sensor With ThinkSpeak

Task 1: Use ESP32-WROOM to display to the OLED.
T1.jpg
Figure 1: Used example code to display snowflakes falling down on the OLED.


Task 3:  Using the command 'lcd.clear()' modify the code to implement the scrolling text.
T2.jpg
Figure 2: Getting temperature data to display to the OLED.

Task 4: Have ESP32 communicate with ThinkSpeak
T3.jpg
Figure 3: ESP32 getting temperature data (I2C) and transmitting it ThinkSpeak.

Here is the code in order to get the communication and temperature reading.

PCB:

SchematicERC.png
Figure 4: PCB schematic for the ESP32 temperature sensor passing ERC.

LayoutDRC.png
Figure 5: PCB layout for the ESP32 temperature sensor passing DRC.