Beware that this post is related to an SDK in maintenance mode
More Info: Consider nRF Connect SDK for new designs

serialized example missing in nrf5 SDK

I can not find any  serialized example for an application board  in the nrf5 SDK, where can I find the "ser_s13x_transport" folder?

"In Keil, open one of the serialized example projects. The serialized version is located in the ser_s13x_transport folder."

https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5.v15.0.0%2Fnrf51_setups_serialization.html

nrf5 SDK 17.1.0

https://www.nordicsemi.com/Products/Development-software/nRF5-SDK/Download#infotabs

Parents
  • Hi,

    The "s13x" part of the folder means you should replace the x with a specific SoftDevice. So for instance S140 or S132, and "transport" is for instance "spi" or "uart". If using a nRF52832 for instance and test with a DK, you probably want to use S132.  In that case and you want UART, the path to the Keil project is: <SDK>/examples/connectivity/ble_connectivity/pca10040/ser_s132_uart/arm5_no_packs/. This is for the connctivity firmware.

    For the (few) example applications that come with support for serializtaion out of the box, the naming scheme is similar. For instance, you have a project under <SDK>/examples/ble_peripheral/ble_app_hrs/pca10040/ser_s132_uart/arm5_no_packs/ that can be used together with the mentioned connectivity firmware project.

  • Thanks for a fast answer!

    Your "nRF Connect for DeskTop"/"Bluetooth Low Energy" software seems to make use uart serialize, what firmware does this software download to the develop board? 

    Is the source code for "Bluetooth Low Energy" available?

    Br

Reply Children
Related