After a few meetups about embedded systems I got very interested in getting an ESP32-C3, due to the combination of Rust and RISC-V.
Before my vacation, I got the wifi working but I did not have time to write a post about it.
Next I'm going to splice some cables to connect a sensor to the i2c bus so I can show some interesting stuff on the display. Another idea would be to use Bluetooth and publish the sensor's data to my larger weather station. Let's see where I end up with this.
Sidenote: Source for the larger station is up on github.