1
0
Fork 0
forked from Squatconf/Talks
Talks/confirmed/bluetooth-low-energy.md

19 lines
1.1 KiB
Markdown
Raw Normal View History

2014-10-31 05:55:01 +01:00
# infos
auth-name : Donald Ness
tag : freedom (from wires), internet-of-things, 2.4GHz, meatspace
advance costs : N
need room : N
Location : Colorado, US
Can host ppl : na
# Using Bluetooth Low Energy for Good
2014-10-31 06:08:45 +01:00
When you hear Bluetooth, you probably think of annoying consumer tech like awkward hands-free phone guy, wow so fitness: you-took-1,337-steps-today trackers, and stalking customers with ads in retail stores. But, I propose that Bluetooth LE can be used for good, and has many potential useful and interesting applications.
2014-10-31 05:55:01 +01:00
2014-10-31 06:08:45 +01:00
I plan to cover the basic high-level concepts of Bluetooth LE such as scanning and advertising, services, characteristics, and peripheral and central networking. I'll include code examples using the `noble`/`bleno` nodejs modules and briefly touch on firmware and hardware aspects of development.
2014-10-31 05:55:01 +01:00
2014-10-31 06:08:45 +01:00
The talk will conclude with examples of how low cost, low power bluetooth radios can be used to interface with distributed systems in meatspace and facilitate more secure cryptographic transactions.