Hello,
I have some code working on a BLE Nano v1.5 (NRF51822) with nrf framework v4.2
However, when I update the platform to v4.3, it doesn't work anymore.
Here is the relevant log messages :
Processing redBearLabBLENano (platform: nordicnrf51; board: redBearLabBLENano; framework: arduino)
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
PLATFORM: Nordic nRF51 > RedBearLab BLE Nano 1.5
HARDWARE: NRF51822 16MHz 32KB RAM (256KB Flash)
DEBUG: CURRENT(cmsis-dap) ON-BOARD(cmsis-dap) EXTERNAL(blackmagic, jlink, stlink)
Warning! Cannot find an appropriate softdevice binary!
I am pretty sure that the issue is related to this warning above (Cannot find an appropriate softdevice binary).
I use the softdevice S130, here is the relevant platformio.ini config :
[env:redBearLabBLENano]
platform = nordicnrf51
board = redBearLabBLENano
framework = arduino
build_flags = -DNRF51_S130
Hello,
I have some code working on a BLE Nano v1.5 (NRF51822) with nrf framework v4.2
However, when I update the platform to v4.3, it doesn't work anymore.
Here is the relevant log messages :
I am pretty sure that the issue is related to this warning above (Cannot find an appropriate softdevice binary).
I use the softdevice S130, here is the relevant
platformio.iniconfig :