Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
You are viewing an older revision! See the latest version
Homepage
Mini how-to "mbed-os-example-blinky"
1. Clone this repository with the command:
mbed import https://os.mbed.com/teams/Avnet-Silica/code/mbed-os-example-blinky/
2. Enter in the directory and compile the project
cd mbed-os-example-blinky mbed compile -m SILICA_SENSOR_NODE -t GCC_ARM
3. Once compiled copy the binary file into the mass-storage of the SensorNode board. You will find the "mbed-os-example-blinky.bin" file at "mbed-os-example-blinky\BUILD\SILICA_SENSOR_NODE\GCC_ARM"