An open API service indexing awesome lists of open source software.

https://github.com/don/mfny2017-arduino-ble

Example code for http://don.github.io/slides/2017-09-23-makerfaire-bluetooth/#/1
https://github.com/don/mfny2017-arduino-ble

Last synced: over 1 year ago
JSON representation

Example code for http://don.github.io/slides/2017-09-23-makerfaire-bluetooth/#/1

Awesome Lists containing this project

README

          

Sample Code for Maker Faire NY 2017 Presentation

Building Bluetooth Low Energy Devices with Arduino

https://makerfaire.com/maker/entry/63515/

Slides: http://don.github.io/slides/2017-09-23-makerfaire-bluetooth

For NeoPixel code see https://github.com/MakeBluetooth/ble-neopixel

The Web Bluetooth code works in Chrome on Android, Linux, Chromebook, and macOS. The Web Bluetooth code must be served over HTTPS, so the code is in docs directory and [GitHub pages](https://pages.github.com/) is used to serve the HTML, https://don.github.io/mfny2017-arduino-ble/neopixel.

Ionic versions of the mobile apps for [LED](https://github.com/don/ionic-ble-examples/tree/master/light), [Thermometer](https://github.com/don/ionic-ble-examples/tree/master/thermometer), and [NeoPixel](https://github.com/don/ionic-ble-examples/tree/master/neopixel) are in https://github.com/don/ionic-ble-examples