Skip to content

sago35/tinygo-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CircleCI

TinyGo examples

wioterminal goroutines

TinyGo example of wioterminal.
https://github.com/sago35/tinygo-examples/tree/main/wioterminal/goroutines

wioterminal sample

TinyGo example of wioterminal.
https://github.com/sago35/tinygo-examples/tree/main/wioterminal/sample

wioterminal USB HID Keyboard

Using tinygo-keyboard, wioterminal becomes a USB HID Keyboard.
Keymap settings can be changed from a web browser using Vial.

wioterminal other examples

There are many examples below.

xiao-ble examples

TinyGo example of XIAO BLE.
This is a Demo using Bluetooth.

wioterminal initialize

initialize.Wifi(ssid, password) initializes RTL8720DN and configures WiFi.

pinintterrupt

Example of combining pin interrupts and goroutine in TinyGo.
https://github.com/sago35/tinygo-examples/tree/main/pininterrupt

DeviceID / Serial Number

This is an example of reading the DeviceID.
In other words, it is an example of reading data from a specific address of a microcontroller.

The following microcontrollers are supported.

  • atsamd51
  • atsamd21
  • nrf52840
  • stm32f405

LICENSE

MIT