From 47ff157ff37facf1675eb1593803066ef3243d6e Mon Sep 17 00:00:00 2001 From: Donald Ness Date: Thu, 30 Oct 2014 23:08:45 -0600 Subject: [PATCH] edit bluetooth le talk proposal --- proposed/bluetooth-low-energy.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/proposed/bluetooth-low-energy.md b/proposed/bluetooth-low-energy.md index f2b6b9d..71f0e58 100644 --- a/proposed/bluetooth-low-energy.md +++ b/proposed/bluetooth-low-energy.md @@ -11,9 +11,8 @@ Can host ppl : na # Using Bluetooth Low Energy for Good -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. +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. -But, I propose that Bluetooth LE can be used for good, and has many potential useful and interesting applications. In particular, it can be used to interface with distributed systems in meatspace and facilitate more secure cryptographic transactions. - -I plan to cover the basic high-level concepts of Bluetooth LE such as scanning and advertising, services, characteristics, and peripheral and central networking, including code examples using the `noble`/`bleno` nodejs modules and briefly touch on the firmware and hardware side of low cost, low power bluetooth radios. +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. +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.