updated with v0.7
Prototype chrome addon that exposes the micro:bit’s serial output to webpages.
See developer.chrome.com for instructions on how to install the local version into your chrome browser.
The demo.html webpage goes along with the https://github.com/Microsoft/microbit-touchdevelop/blob/master/examples/tcs34725.cpp program. Run http-server from this directory, then visit http://localhost:8080/demo.html (keep in mind that pages served from file:// cannot open ports).
demo.html
http-server
file://
Open a command prompt and run the following commands.
npm install typings update
microbit-chrome
Prototype chrome addon that exposes the micro:bit’s serial output to webpages.
Installation
See developer.chrome.com for instructions on how to install the local version into your chrome browser.
Requirements
Sample page
The
demo.htmlwebpage goes along with the https://github.com/Microsoft/microbit-touchdevelop/blob/master/examples/tcs34725.cpp program. Runhttp-serverfrom this directory, then visit http://localhost:8080/demo.html (keep in mind that pages served fromfile://cannot open ports).Building
Open a command prompt and run the following commands.