# mbed-js-repl-example **Repository Path**: mirrors_ARMmbed/mbed-js-repl-example ## Basic Information - **Project Name**: mbed-js-repl-example - **Description**: JS REPL firmware for mbed OS 5 - **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**: 2025-11-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # mbed-js-repl-example JavaScript REPL (Read-Eval-Print-Loop) for mbed OS 5. Awesome stuff ## 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. ## 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. Connect a serial monitor to your device (baud rate 115200). 5. Hack along!