I am going to develop on nrf51822 and the data sheet says nrf51822 is s110. I want to load an example of sdk 11 but there is no example for s110. I am a total newbie, so please help me.
I am going to develop on nrf51822 and the data sheet says nrf51822 is s110. I want to load an example of sdk 11 but there is no example for s110. I am a total newbie, so please help me.
SDK 11 supports only s130 for nRF51 nad s132 for nRF52. Both contain all functionality of s110.
Hi,
S110 previously was only ble peripheral. But as S130 evolved it could now support concurrently many roles. Please look at its infocenter page.
Wanting to S110 means that you are intending just to use your device as a single ble peripheral. This can be easily achieved using S130.
As to why SDK11 does not have this examples, is that we want to phase our S110 as all its features can be achieved using S130.
Thank you for your answer. I have another question. I am using nrf51822 and I built an easy example(like blinky or ble_app_hrs) but it produced nrf51422, something like that, hex file in _build directory. Is it ok to load the file on my device? Actually my device is not a specific DK or EK. It is called Blueinno, which contains nrf51822. How can I do it?