GoDevNet: Rob Evans - Go Without Wires

Опубликовано: 20 Июнь 2026
на канале: GoDevNet
303
11

Go programmers now have access to an entire world of Bluetooth devices, the most popular Wireless Personal Area Network (WPAN) standard ever created, thanks to the aptly named "Go Bluetooth" (https://tinygo.org/bluetooth).

Developers can write code to control Bluetooth Low Energy devices from Go programs running on desktop operating systems. You can also write bare-metal code for chips made by Nordic Semiconductor by using "Go Bluetooth" with TinyGo.

This means you can write the code for both sides of your Bluetooth Low Energy wireless application all using Go. In this talk I will explain the concepts and show code by programming several live objects.