Class 16: Bluetooth

Slides

Download 16-wireless2.pdf

Background Reading

Download Robin Heydon - Bluetooth Low Energy - The Developer's Handbook, Ch 2-4

.

BLE Explorer applications

Hardware

Programming the BLE Nano

Programming a phone app to talk to BLE devices

In class exercise:

  • Install EvoThings Links to an external site. and run a simple phone application that talks to BLE Nano
    • Make sure you can get HelloWorld to work (show on your phone)
    • Then run the “mbed Evothings GATT” example in Evothings Workbench to toggle the LED on your BLE Nano from your phone
    • Explore and change the JS source code of this application.