Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 1.15 KB

README.md

File metadata and controls

22 lines (15 loc) · 1.15 KB

mbed-js-simple-client-example

Connect your microcontroller to the internet via mbed Device Connector using JavaScript on mbed.

Dependencies

Install:

Build

  1. Run npm install.
  2. Create a Device Certificate and copy the contents to native_extras\security.h.
  3. Configure your connectivity method in native_extras\mbed_app.json. See here for more information.
  4. Run gulp --target=YOUR_TARGET_NAME.
    • To find your target name, look at the platforms page for your development board.
  5. Copy the mbedos5.hex or mbedos5.bin file from build/out/YOUR_TARGET_NAME onto your development board.
  6. Your device will register with mbed Device Connector and show up under Connected devices.