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

Understanding soft device

Hello,

I am a bit lost, after concluding the application part of my project I try to approach the ble part.

I read the "Getting started with bluetooth low energy " and got some basic understanding on profiles and protocols but i cant make the jump and bring the softdevice pieces together (in contrast to the hardware part which the documentation is great).

My question is, if I am planning on using the soon to be available arduino primo for the end project, will there be more comprehensive guides about the use of sofedevice once it is released?

Thank You,

Etamar.

Parents
  • Most likely the SD will come pre-installed on the Primo board. If you can get through the ble_central and ble_peripherals examples then you are basically pretty far in learning the SD.

    The SD itself is just a pre compilied library which handles the BLE stack and radio events. It allows us to not have to worry about the lower level details of interfacing with the radio. The SD's are also pre-certified with the BTSIG so you know they will be compliant.

    I would suggest getting a grasp on the ble roles (central / peripherals) more so than understanding the softdevice at this point. The SD understanding will come but since it is close source having the understanding of how you interface with it would be good path to go down.

    Good luck in your coding!!

Reply
  • Most likely the SD will come pre-installed on the Primo board. If you can get through the ble_central and ble_peripherals examples then you are basically pretty far in learning the SD.

    The SD itself is just a pre compilied library which handles the BLE stack and radio events. It allows us to not have to worry about the lower level details of interfacing with the radio. The SD's are also pre-certified with the BTSIG so you know they will be compliant.

    I would suggest getting a grasp on the ble roles (central / peripherals) more so than understanding the softdevice at this point. The SD understanding will come but since it is close source having the understanding of how you interface with it would be good path to go down.

    Good luck in your coding!!

Children
No Data
Related