Skip to content

ARMmbed/mbed-js-simple-client-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Example for mbed Client on JerryScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published