{"id":16219964,"url":"https://github.com/sago35/tinygo-examples","last_synced_at":"2025-03-16T11:31:04.564Z","repository":{"id":53888417,"uuid":"264561469","full_name":"sago35/tinygo-examples","owner":"sago35","description":"TinyGo examples","archived":false,"fork":false,"pushed_at":"2025-02-01T02:42:39.000Z","size":2851,"stargazers_count":33,"open_issues_count":1,"forks_count":5,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-15T17:04:20.630Z","etag":null,"topics":["embeded","tinygo","wioterminal"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sago35.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-05-17T01:33:41.000Z","updated_at":"2025-02-03T14:20:05.000Z","dependencies_parsed_at":"2024-06-19T19:07:28.093Z","dependency_job_id":"1ece9b7a-6507-4de5-a4c7-fc120aff93ea","html_url":"https://github.com/sago35/tinygo-examples","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sago35%2Ftinygo-examples","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sago35%2Ftinygo-examples/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sago35%2Ftinygo-examples/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sago35%2Ftinygo-examples/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sago35","download_url":"https://codeload.github.com/sago35/tinygo-examples/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243814880,"owners_count":20352037,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["embeded","tinygo","wioterminal"],"created_at":"2024-10-10T11:56:40.797Z","updated_at":"2025-03-16T11:31:04.049Z","avatar_url":"https://github.com/sago35.png","language":"Go","readme":"[![CircleCI](https://circleci.com/gh/sago35/tinygo-examples/tree/main.svg?style=svg)](https://circleci.com/gh/sago35/tinygo-examples/tree/main)\n\n# TinyGo examples\n\n## wioterminal goroutines\n\nTinyGo example of wioterminal.  \nhttps://github.com/sago35/tinygo-examples/tree/main/wioterminal/goroutines  \n\n[![](https://img.youtube.com/vi/-dJ-o2cH_Fk/0.jpg)](https://www.youtube.com/watch?v=-dJ-o2cH_Fk)\n\n## wioterminal sample\n\nTinyGo example of wioterminal.  \nhttps://github.com/sago35/tinygo-examples/tree/main/wioterminal/sample  \n\n[![](https://img.youtube.com/vi/9IpI9rUMXOs/0.jpg)](https://www.youtube.com/watch?v=9IpI9rUMXOs)\n\n## wioterminal USB  HID Keyboard\n\nUsing tinygo-keyboard, wioterminal becomes a USB HID Keyboard.  \nKeymap settings can be changed from a web browser using Vial.\n\n* [wiokey](https://github.com/sago35/tinygo-keyboard) example can also be run on wioterminal alone\n    * https://vial.rocks/\n\n![](./img/wiokey-0.1.0.jpg)\n\n\n## wioterminal other examples\n\nThere are many examples below.\n\n* [./wioterminal/](./wioterminal/)\n    * [./wioterminal/buttons/](./wioterminal/buttons/)\n    * [./wioterminal/buzzer/](./wioterminal/buzzer/)\n    * [./wioterminal/goroutines/](./wioterminal/goroutines/)\n    * [./wioterminal/gpio/](./wioterminal/gpio/)\n    * [./wioterminal/ir/](./wioterminal/ir/)\n    * [./wioterminal/light_sensor/](./wioterminal/light_sensor/)\n    * [./wioterminal/lis3dh/](./wioterminal/lis3dh/)\n    * [./wioterminal/microphone/](./wioterminal/microphone/)\n    * [./wioterminal/mqtt/](./wioterminal/mqtt/)\n    * [./wioterminal/qspi_flash/](./wioterminal/qspi_flash/)\n    * [./wioterminal/sample/](./wioterminal/sample/)\n    * [./wioterminal/usbcdc/](./wioterminal/usbcdc/)\n    * [./wioterminal/webclient/](./wioterminal/webclient/)\n\n## xiao-ble examples\n\nTinyGo example of XIAO BLE.  \nThis is a Demo using Bluetooth.  \n\n* [./xiao-ble/](./xiao-ble/)\n\n[![](https://img.youtube.com/vi/HWBxuMbNUTI/0.jpg)](https://www.youtube.com/watch?v=HWBxuMbNUTI)\n\n\n\n## wioterminal initialize\n\n`initialize.Wifi(ssid, password)` initializes RTL8720DN and configures WiFi.\n\n* [./wioterminal/initialize/](./wioterminal/initialize/)\n\n## pinintterrupt\n\nExample of combining pin interrupts and goroutine in TinyGo.  \nhttps://github.com/sago35/tinygo-examples/tree/main/pininterrupt  \n\n[![](https://img.youtube.com/vi/A-EA5iqDp7k/0.jpg)](https://www.youtube.com/watch?v=A-EA5iqDp7k)\n\n## DeviceID / Serial Number\n\nThis is an example of reading the DeviceID.  \nIn other words, it is an example of reading data from a specific address of a microcontroller.  \n\n* [./deviceid/](./deviceid/)\n\nThe following microcontrollers are supported.  \n\n* atsamd51\n* atsamd21\n* nrf52840\n* stm32f405\n\n## LICENSE\n\nMIT\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsago35%2Ftinygo-examples","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsago35%2Ftinygo-examples","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsago35%2Ftinygo-examples/lists"}