# mbed-js-example **Repository Path**: mirrors_ARMmbed/mbed-js-example ## Basic Information - **Project Name**: mbed-js-example - **Description**: Basic Example for JavaScript on mbed - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-01-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # mbed-js-example Blinky for [JavaScript on mbed](https://developer.mbed.org/javascript-on-mbed/). ## Dependencies Install: * A recent version of [node.js](http://nodejs.org/). * A global version of [Gulp](http://gulpjs.com/), via: ``` $ npm install -g gulp ``` * [Mbed CLI](https://github.com/ARMmbed/mbed-cli) and its dependencies. On Windows you'll also need: * [GNU Make](http://gnuwin32.sourceforge.net/packages/make.htm). Make sure that `make`, `arm-none-eabi-gcc` and all other tools are in your [PATH](http://www.howtogeek.com/118594/how-to-edit-your-system-path-for-easy-command-line-access/). ## Build 1. Run `npm install`. 2. Run `gulp --target=YOUR_TARGET_NAME`. * To find your target name, look at the [platforms](http://developer.mbed.org/platforms/) page for your development board. 3. Copy the `mbedos5.hex` or `mbedos5.bin` file from `build/out/YOUR_TARGET_NAME` onto your development board. 4. Blinky will run!