I can’t create the schematic in this project because your account currently has view-only access; Flux blocked the edit attempt.
Recommended schematic architecture:
- MCU / Python-capable control: ESP32-WROOM-32E running MicroPython or CircuitPython-style firmware
- Luminance: VEML7700 or BH1750, I2C, 3.3 V
- CO2 + temperature + humidity: Sensirion SCD41, I2C, 3.3 V
- Motion / occupancy: PIR module with 3.3 V digital output; if using a raw PIR element, it needs analog front-end conditioning
- Noise: INMP441 or ICS-43434 I2S MEMS microphone, 3.3 V
- Shared bus: I2C for light + CO2/temp/humidity sensors with one pair of 4.7 kΩ pull-ups to 3.3 V
- Enclosure requirement: optical window for luminance, vented airflow path for CO2/temp/humidity, Fresnel/dome opening for PIR, acoustic port for microphone, and ESP32 antenna kept near a non-metallic edge
To proceed, ask the project owner jr98 to grant you edit access, or duplicate/fork the project into your own workspace. Once editable, I can add the sensors, wire the schematic, add decoupling/pull-ups, and create a Python firmware starter file.