Building a Soil Moisture Sensor in TinyGo with Arduino If you're a Go developer and want to dip your toes into the world of hardware, I’ve got good news: you can absolutely build cool stuff—like a soil moisture sensor—without switching to C or C++. Thanks to TinyGo , you can write Go code for microcontrollers like the Arduino. And yes, it’s as fun and straightforward as it sounds. In this post, I’ll walk you through building a soil moisture sensor that reads data and displays it on an LCD screen...