examples

Hi All.


A few years ago, Nordic documentation for developers included many "examples" to practice with and learn about this technology. For instance, ... >examples>ble peripheral>ble_app_uart>... etc. etc.
My question is: Is Nordic keeping this valuable information somewhere? Thanks.

Parents
  • Hi Juan,

    We have two SDK's, The nRF Connect SDK and the nRF 5 SDK (Older SDK).. All the documentation for each of the SDK's can be found in  the Technical Documentation Website here: https://docs.nordicsemi.com/ 

    The Sample that come under the SDK's can be found here:

    nRF Connect SDK: https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/samples.html 

    nRF 5 SDK: https://docs.nordicsemi.com/bundle/sdk_nrf5_v17.1.0/page/examples.html 

    Additionally, we also have tutorials on BLE, WiFi and Cellular fundamentals as well as working with nRF Connect SDK in the DevAcademy page that you could refer: https://academy.nordicsemi.com/ 

    Best Regards,

    Swathy

  • Hi SwRa.


    Thanks to AMarch01 and you, I've found the Beacon application I was looking for in the actual nRF Connect SDK. Therefore, I won't need to port the old example from the nRF5 SDK to build it up and determine the minimum memory I need to run this app in a Nordic SoC.


    However, checking the main.c file on this app, I don't find elements (API functions?) to change several properties of the SoC that are critical in my project (like the device name, the output power, the advertising PHY modulation, the interval, the duration, or the adv_data_flags), elements, all of them, being accessible in some of the examples I tried in the past (for instance in one called ble_app_uart) using in this case, the old nRF5 SDK, allowing me to change all the mentioned parameters and fine-tune the module based in a nRF52840 SoC.

    Would you please let me know where to find these functions to perform the same fine-tunes I made on the nRF52840 and see how the fact of having an SoC with much less memory and no receiving radio affects the chip autonomy on the Beacon.

    Thanks


    Juan

Reply
  • Hi SwRa.


    Thanks to AMarch01 and you, I've found the Beacon application I was looking for in the actual nRF Connect SDK. Therefore, I won't need to port the old example from the nRF5 SDK to build it up and determine the minimum memory I need to run this app in a Nordic SoC.


    However, checking the main.c file on this app, I don't find elements (API functions?) to change several properties of the SoC that are critical in my project (like the device name, the output power, the advertising PHY modulation, the interval, the duration, or the adv_data_flags), elements, all of them, being accessible in some of the examples I tried in the past (for instance in one called ble_app_uart) using in this case, the old nRF5 SDK, allowing me to change all the mentioned parameters and fine-tune the module based in a nRF52840 SoC.

    Would you please let me know where to find these functions to perform the same fine-tunes I made on the nRF52840 and see how the fact of having an SoC with much less memory and no receiving radio affects the chip autonomy on the Beacon.

    Thanks


    Juan

Children
Related