Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
6 years, 7 months ago.
Is there a project to put RedBear BLE Nano 2 onto mBED ?
1) Looks like this was started but, how close to completion is it ?
Ref:
https://github.com/redbear/nRF5x/blob/master/nRF52832/docs/Mbed_IDE_User_Guide.md
This example says it will make the LED on the Nano 2 flash,
What I really would like is to "mBed" the same BLE functionality as on the nRF52DK into the Nano 2, such that I could use Nordic example code to work the same as on the Nano 2.
For example it would be nice if the PC app "nrfConnect with talk to the Nano 2 as if it was the nRF52DK
2) So if this porting needs assistance, is there anything I might do to assist ?
Question relating to:
2 Answers
6 years, 1 month ago.
Hi Joseph and Hannah,
It appears that RedBear has merged with another company and eventually the board will no longer be sold, so it's highly unlikely that the Nano v2 will be added to the Online Compiler. However we have support for the Nano v2 in the offline command line compiler (CLI). You can target the board by building with the -m rblab_blenano2
option.
If you aren't familiar with the CLI, please visit the following pages for the installer, instructions and tutorial:
- https://github.com/ARMmbed/mbed-cli
- https://os.mbed.com/docs/v5.10/tutorials/quick-start-offline.html
Regards,
Ralph, Team Mbed