Skip to content

doniacld/tinygo-discovery

Repository files navigation

TinyGo Discovery

A repository to explore TinyGo features and have fun.
All the examples have been tested on an Arduino Nano IoT 33.

Prerequisites

Install TinyGo

If you do not have an arduino or a compatible microcontroller; you can use to begin the TinyGo playground to begin.

Examples

Example Description
Blink The HelloWorld of the microcontroller. Blink a led.
Serial Write on a serial port and use serial reader in utils to read values.
Thermometer Read temperature and humidity from a DHT22 sensor and use serial reader in utils to read values.
Tiny hen Read temperature and humidity from a DHT22 sensor and sends it to a webserver through WiFi

Quickstart

Flash your arduino-nano33 with the blink example:

$ make led

You should observe a LED blinking on the board.

About

A repository to explore TinyGo features.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published