💾 Archived View for gemini.bortzmeyer.org › fosdem › event-11723.gmi captured on 2022-04-29 at 01:32:07. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2021-12-17)
-=-=-=-=-=-=-
Ron Evans
Type devroom
Programming Bluetooth Using Go and TinyGo
Starts on day 1 (2021-02-06) at 14:30 (Brussels time, UTC+1) in room Go (duration 00:30)
Matrix room #go:fosdem.org
Go programmers now have access to an entire world of Bluetooth devices, the most popular Wireless Personal Area Network (WPAN) standard ever created, all using our favorite programming language, thanks to the aptly named "Go Bluetooth" (https://tinygo.org/bluetooth).
Developers can write code to control Bluetooth Low Energy devices from standard Go programs running on desktop operating systems.
In addition, developers can create Bluetooth Low Energy peripheral devices running bare-metal on 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.