You want to build a temperature + humidity sensor project.
I can’t make changes to the schematic right now because the account has no available ACUs, so AI execution features are unavailable. Nothing has been added yet — the project is still empty with 0 components and 0 nets.
What remains to be done once ACUs are available:
Choose a temperature/humidity sensor, such as DHT22, SHT31, or BME280.
Add a microcontroller, for example ESP32 or Arduino-compatible MCU.
Wire power, ground, sensor data lines, and required pull-up resistors.
Add a connector or USB power input.
Verify the schematic and optionally create a PCB layout.
For a student-friendly design, I’d recommend an ESP32 + SHT31 temperature/humidity sensor because it is accurate, uses simple I2C wiring, and supports WiFi/Bluetooth for future expansion.