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

broadcast example for nrf52840 sdk15.0 s140

Hello, anybody have a broadcast code example for nrf52840 sdk 15.0 s140?

I could find some but it doesn't match the s140.

thank's

Parents
  • Hi!

    We do have the beacon example in our SDK.

    It is true that we don't have a nRF52840 project for the beacon example, but this shouldn't be to much work to migrate.
    I've attached a beacon project for SES below.

    Changes that were made;

    Changes to the Preprocessor definitions;
    Changed:
    BOARD_PCA10040 -> BOARD_PCA10056
    NRF52832_XXAA -> NRF52840_XXAA
    S132 -> S140
    Removed:
    NRF52
    NRF52_PAN_74

    Changed the FLASH_START and RAM_START to match the requirements of the nRF52840.

    Files;
    Removed:
    ses_nrf52_vectors.s
    system_nrf52.c
    Added:
    ses_nrf52840_vectors
    system_nrf52840.c

    Changed the softdevice to be programmed with the application
    Edit options -> Select "Common configuration" -> Change the softdevice to the s140_nrf52_6.0.0_softdevice.hex

    ble_app_beacon_s140.rar

    Let me know if you have any questions.
    Best regards,
    Joakim.

     

Reply
  • Hi!

    We do have the beacon example in our SDK.

    It is true that we don't have a nRF52840 project for the beacon example, but this shouldn't be to much work to migrate.
    I've attached a beacon project for SES below.

    Changes that were made;

    Changes to the Preprocessor definitions;
    Changed:
    BOARD_PCA10040 -> BOARD_PCA10056
    NRF52832_XXAA -> NRF52840_XXAA
    S132 -> S140
    Removed:
    NRF52
    NRF52_PAN_74

    Changed the FLASH_START and RAM_START to match the requirements of the nRF52840.

    Files;
    Removed:
    ses_nrf52_vectors.s
    system_nrf52.c
    Added:
    ses_nrf52840_vectors
    system_nrf52840.c

    Changed the softdevice to be programmed with the application
    Edit options -> Select "Common configuration" -> Change the softdevice to the s140_nrf52_6.0.0_softdevice.hex

    ble_app_beacon_s140.rar

    Let me know if you have any questions.
    Best regards,
    Joakim.

     

Children
No Data
Related