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-sensor-node"¶
1. Clone this repository with the command:
$ mbed import https://os.mbed.com/teams/Avnet-Silica/code/mbed-os-sensor-node/
Information
The cloning process requires few minutes.
2. Enter in the directory and compile the project:
$ cd mbed-os-sensor-node
$ mbed compile -m SILICA_SENSOR_NODE -t GCC_ARM
3. Once compiled copy the binary file mbed-os-sensor-node.bin into the mass-storage TilePlus of the SensorNode board.
Information
You will find the mbed-os-sensor-node.bin file at:
"mbed-os-example-blinky\BUILD\SILICA_SENSOR_NODE\GCC_ARM" directory.
Warning
This example requires an Edge Router. For more details please go to
http://sensor-node.readthedocs.io/en/latest/demo.html