BLEDocs icon indicating copy to clipboard operation
BLEDocs copied to clipboard

This repository contains notes and code samples from a Bluetooth LE doc-a-thon held at ITP in June 2014

Results 3 BLEDocs issues
Sort by recently updated
recently updated
newest added

Hello there, I am following your tutorial for the PlayOn on OSX but I am getting this error when is installing the Segger JLInk. Did you encounter this issue before?...

The maximum "characteristic" length in BLE is not 20 bytes. It is 512 bytes. I think you're confusing the standard MTU which is typically 20 bytes. https://www.safaribooksonline.com/library/view/getting-started-with/9781491900550/ch04.html

Hi guys, thanks for the great documentation!! I was going through your lighting_with_state.ino sketch and saw that you check for data credits before you call setLocalData. I'm a little confused...