Arm Mbed OS quick start
This quick start gets an example application running on your board. It shows how to create and build an application, select your build target, flash your board and interact with your device.
Blinky is a simple application that blinks the LED on your development board every 500 milliseconds.
Please choose how to proceed
Build with Mbed Studio | Build with Mbed Online Compiler | Build with Mbed CLI |
---|---|---|
Download our dedicated desktop IDE, including all the necessary tools to work with Mbed OS. | Zero-installation web IDE to explore Mbed OS; great for rapid prototyping and education. | Command-line tool requiring manual setup of tools, but providing the greatest degree of flexibility. |
Once you have this application working, check the further reading section to add functionality.