This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Optimal BTLE reference design?

Hi. I am looking for a reference FW design for BTLE where I can define a custom Service and Characteristic where I can send arbitrary (minimal length) data from peripheral to iOS central, and perhaps a little data in reverse as well.

When starting with one of the ble_peripheral sample projects, they all are custom to the common BT services out there such as Heart Rate or Mouse or Keyboard or whatever. That makes it difficult to implement my own data design and instead I have to learn the Nordic codebase and learn more about BTLE than I care to at the moment. As such, is there a reference design somewhere that is available that makes it EASY to implement BTLE short data exchange between peripheral (my device) and central (iOS)? Basically I need to send little bursts of data from my custom hardware to iOS and a little data in reverse as well.

Thanks,

Kevin

Parents Reply
  • I work exclusively on MAC.  My preferred IDE is Eclipse GCC.  You can use IAR, KEIL, CrossWork with IOsonata but not with SES.  The current master branch is alway the latest. It is in constant flux and always keep up with latest SDK.  The current SDK is 16.  The blog is a bit old.  I haven't has time to update but the repo is always up to date.  

    If you wish to work with older SDK, use EHAL but is only Eclipse. Current master of EHAL is also SDK16. 

Children
Related