We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 :
platformio.ini
[env:redBearLabBLENano] platform = nordicnrf51 board = redBearLabBLENano framework = arduino build_flags = -DNRF51_S130
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.ini
config :The text was updated successfully, but these errors were encountered: