This talk was given for the Women Tech Makers Berlin at the International Women's Day 2022.
It is an introduction to TinyGo focused on microcontroller aspect.
You can watch the replay here.
Link to the slides here.
Link to the sample of codes in the github repository tinygo-discovery
-
Tutorial to create a Game Boy Advance game in Go by Aurélie VACHE
-
Talk about TinyGo on Generic Node: Composter monitoring app by Olivier Fauchon
Talk title
Honey, I shrunk the Gophers!
Time
20 minutes
Talk description
Are you trying to find an excuse to try Go and want to build a useful personal project?
How about playing with TinyGo! With any microcontroller and a few materials, you will have enough horsepower to build any IoT project.
Starting from only a basic understanding of TinyGo, learn how to:
- Make a HelloWorld, blinking led
- Use the appropriate driver for your hardware
- Retrieve data from a thermometer and humidity sensor
Audience
Software Developers willing to discover Go in a fun and concrete way.