https://github.com/don/cocoaheadsnyc
Sample code for 2016-06-09 CocoaHeadsNYC presentation
https://github.com/don/cocoaheadsnyc
Last synced: over 1 year ago
JSON representation
Sample code for 2016-06-09 CocoaHeadsNYC presentation
- Host: GitHub
- URL: https://github.com/don/cocoaheadsnyc
- Owner: don
- Created: 2016-06-09T02:46:16.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-03-04T20:15:00.000Z (over 8 years ago)
- Last Synced: 2025-01-05T07:45:32.476Z (over 1 year ago)
- Language: Objective-C
- Size: 443 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
Code Examples for CocoaHeadsNYC Bluetooth Low Energy talk on June 9th, 2016
http://www.cocoaheadsnyc.org/2016/06/06/
Slides http://don.github.io/slides/2016-06-09-cocoaheadsnyc
iOS
* RoboSmart - iOS app to control Robosmart Bluetooth Lightbulb
* Thermometer - iOS app to read Bluetooth LE Thermometer
* iBeacon - iOS app that broadcasts an iBeacon
* BLEFlashlight - iOS app that creates a peripheral using the RoboSmart lightbulb service
See https://github.com/don/ibeacon-demo for iBeacon Ranging Demo Code
Arduino
* LED - Arduino 101 sketch that implements the RoboSmart lightbulb serice
* RedBearLab Blend - https://codebender.cc/sketch:312533
This repo was started from https://github.com/don/phillycocoa