Digital thermometer - 0 (intro)

 

Note: This article contains no code, just some initial thoughts on a future pet project.

Although this blog was originally created to make some notes about automated software testing and various automation tools, we’re trying something new this time. We are going to build a digital thermometer to monitor the temperature outside.

This project requires working with both hardware and software. The current plan involves using a microcontroller with a temperature/humidity sensor that sends data over Wi-Fi to a Spring Boot service. Eventually, we’ll add a visualization layer, likely via a web UI. 

This is just a high-level overview, and the plan may evolve as we go, but I’m looking forward to getting started!

Comments