A practical introduction to TinyGo through building a monitoring system for my hen house. This talk demonstrates how to use TinyGo to read temperature and humidity sensors and display values on Grafana dashboards.
Abstract
TinyGo is a Go compiler for small places - microcontrollers, WebAssembly, and more. In this talk, I share my journey of using TinyGo to build a practical IoT project: monitoring my hen house.
You’ll learn:
- What TinyGo is and how it differs from standard Go
- How to work with sensors and microcontrollers
- Building a complete monitoring solution with Prometheus and Grafana