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
- Host: GitHub
- URL: https://github.com/don/mfny2017-arduino-ble
- Owner: don
- Created: 2017-09-23T14:52:02.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-23T14:52:19.000Z (over 8 years ago)
- Last Synced: 2025-01-05T07:44:57.014Z (over 1 year ago)
- Language: Arduino
- Size: 18.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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