Hiii, this is my first devlog, I worked on both the hardware and firmware foundations for SenseBox Mini.
I created the initial hardware schematic in Fritzing, connecting the ESP32-C3 with the SHT31 temperature & humidity sensor and the CCS811 air quality sensor over a shared I2C bus. The design focuses on simplicity, using only the required pins and powering all components at 3.3V.
In parallel, I started the firmware setup by initializing the I2C bus and preparing the basic project structure for reading sensor data. This step ensures that the hardware design and firmware architecture align correctly before adding more advanced features such as alerts and the web interface.
YET STILL NOT DONE, we have so manny things to do XD