Skip to content

Latest commit

 

History

History
55 lines (35 loc) · 1.89 KB

README.md

File metadata and controls

55 lines (35 loc) · 1.89 KB

TinyGo: Getting the upper hen

This talk was given at the GopherCon UK in London in 2022.
The goal of this talk was to introduce TinyGo and show a practical and fun application of using Go and TinyGo.

Links

Video

Not yet available

Slides

Link to the slides here.

Code samples

Link to the sample of codes in the github repository tiny-hen

To go further

CFP

Talk title
TinyGo: Getting the upper hen

Time
50 minutes (35 mins presentation + 10 mins Q&A)

Elevator Pitch Do you want to combine your love for Go and a useful personal project? How about monitoring your hen house using TinyGo! With any microcontroller and a few materials, you will have enough horsepower to build a basic monitoring system and pamper your chickens.

Talk description

Do you want to combine your love for Go and a useful personal project? How about monitoring your hen house using TinyGo! With any microcontroller and a few materials, you will have enough horsepower to build a basic monitoring system and pamper your chickens.

Starting from only a basic understanding of TinyGo, learn how to:

  • Use the appropriate driver for your hardware
  • Retrieve data from a thermometer and humidity captor
  • Communicate with your microcontroller using WiFi
  • Build a dashboard with temperature and humidity data
  • Check that your hens are doing well, from your couch

And if you still do not want to adopt chickens, you can let your creativity talk, and you will be able to build your own project using our favourite language.

Audience
Go Software Developers willing to use Go for personal projects and fun.