Skip to content

Instantly share code, notes, and snippets.

View daksis's full-sized avatar

R daksis

View GitHub Profile
@daksis
daksis / ble.md
Created May 27, 2020 13:55 — forked from fhunleth/ble.md
Bluetooth with Nerves notes

This is a braindump of my progress over the weekend to look into Bluetooth support on Nerves. While Bluetooth has a lot of specs, supporting a subset of BLE that makes it easy for Nerves devices to communicate with cell phones and back would be generally useful.

There are two options for BLE support on Nerves:

  1. Make a custom Nerves system that uses bluez
  2. Use Harald

bluez is a fairly complete stack that doesn't integrate well with Nerves and is hard to debug when things go wrong.