7 years, 8 months ago.

BLE issue uploading

I uploaded the beacon example from https://developer.mbed.org/users/mbedAustin/code/ble-scanner-demo-beacon/

When I tried to upload the program, I received the following error messages as shown in the attachment. When I first tried to show the errors on this post using code brackets it kept saying "this doesn't look like useful content, please reconsider this post" but it didn't say why it wasn't useful content or how to fix it to allow the post to go through.

The fix that I came up with for problems like this in the past was to delete the folder in the example called mbed, and replace it with a folder called mbed-os. In other examples in the past this solution typically solved the problem. The noticeable difference in mbed, and mbed-os is a file called files in addition to the Classes, Groups, and Structs found in the regular mbed folder. I tried to copy the file called /media/uploads/thomas499/mbed_ble_upload_problem.png files from mbed-os folder and transfer it to the folder mbed folder, but it wouldn't let give me the option of coping the file.

However, doing so on this example prompted the following errors which I do not know how to bypass as shown in the mod attachment

How can I fix the problem so the example BLE program will work on the NRF52?

1 Answer

7 years, 8 months ago.

Hello,

If you want to work with NRF52, you have to work with mbed os 5 for now. Have a look at the mbed os examples folder, there is plenty of BLE examples running on NRF52.