redbear / Duo

Resources for the RedBear Duo IoT development board.
http://redbear.cc/duo
226 stars 107 forks source link

Tutorials Needed #20

Closed beyer-martin closed 7 years ago

beyer-martin commented 8 years ago

Where can I find a goodf tutorial, especially oriented to the ble part, I have experience with arduino and rpi, but I cant seem to find any on Duo. Thanks!

XuGuohui commented 8 years ago

Please take a look at this reference manual:

https://github.com/redbear/Duo/blob/master/docs/programming_reference_manual.md#bluetooth-low-energy-ble

If you want to learn about the BLE specification, you'd better go to Bluetooth SIG:

https://developer.bluetooth.org/TechnologyOverview/Pages/core-specification.aspx

Cheers!