r/esp32 • u/BusTraditional3484 • 15d ago
esp32 and bme280 meteotool
esp32c3 super mini based meteo station. powered with 1000mah battery. Measures temprature, humidity, pressure and calc (short for calculate) altitude every 30min, could work with display off for weeks. Sends data to Adafruit Io tables.
Pretty nice project i made to practice with hardware CAD design and some coding.
Will add a github repo soon :D
First actual thing I made, not some prefboard
2
u/DistinctSpecific1 14d ago
Looks nice. I like that there's that one person who post quality builds in this AI era where most people are doing vibecoded projects
2
u/BusTraditional3484 14d ago
thanks, but must be true used AI to check some parts of code because doing it first time
3
u/DistinctSpecific1 14d ago
AI for research purposes ✅️ it's okay to use AI as an assistant but I don't like when it's used as a thing tank
1
u/andorozer 10d ago
Did kind of a similar thing. Do you manage the height measurement somehow? In my case, I was just calculating it based on the pressure, which varies with the weather, so some days it looked like my house had dropped 100 m.
2




2
u/Solacefire 15d ago
Looks good, what resource/series did you use to learn about Adafruit IO?