Skip to content

Instantly share code, notes, and snippets.

@kevinvaldek
Created November 10, 2017 13:26
Show Gist options
  • Save kevinvaldek/5d67466729912789d6b16d068acf81aa to your computer and use it in GitHub Desktop.
Save kevinvaldek/5d67466729912789d6b16d068acf81aa to your computer and use it in GitHub Desktop.
elixir-meetup-berlin-november-2018
Great to have seen you all at the meetup. Here's links to the material I used in the talk:
WebBluetooth community: https://plus.google.com/communities/108953318610326025178
Intro to Bluetooth Low Energy: https://www.slideshare.net/zdennis/btle-bluetooth-low-energy-and-corebluetooth
Current implementation status: https://github.com/WebBluetoothCG/web-bluetooth/blob/master/implementation-status.md
Web Bluetooth tutorial: https://developers.google.com/web/updates/2015/07/interact-with-ble-devices-on-the-web
Test peripheral app for Android: https://github.com/WebBluetoothCG/ble-test-peripheral-android
Interactive web demo: https://googlechrome.github.io/samples/web-bluetooth/battery-level.html
Internal Chrome tool: chrome://bluetooth-internals/#adapter
Standardised services: https://www.bluetooth.com/specifications/gatt/services
Web Bluetooth WebSocket JS library: https://medium.com/high-mobility/web-bluetooth-websockets-169fb3b5077f
JS library with sample app on GitHub: https://github.com/highmobility/bluetooth-websocket-api
Phoenix Server sample on GitHub: https://github.com/highmobility/bluetooth-websocket-server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment