5 years, 6 months ago.

MBED OS 5 does not supports SEEED tiny BLE target

I have a tiny BLE board from SeeedStudio, and I am trying to run bye examples from mbed with mbed compile -m SEEED_TINY_BLE -t GCC_ARM. Yet the command returns SEEED_TINY_BLE not supported by bed os 5. I have the same problem in the online compiler. Should I use MBED os 2 then? How should I install it? and where can I find it?

1 Answer

5 years, 6 months ago.

Hi there,

According to the Seeed Tiny BLE board page (https://os.mbed.com/platforms/Seeed-Tiny-BLE/) this target only supports Mbed OS 2. Please try importing the Mbed OS 2 Blinky example and compiling for the target with the following commands:

$ mbed import https://os.mbed.com/teams/mbed/code/mbed_blinky/
$ cd mbed_blinky
$ mbed compile -t gcc_arm -m SEEED_TINY_BLE

Please let me know if you have any questions!

- Jenny, team Mbed

If this solved your question, please make sure to click the "Thanks" link below!