0.1.6 • Published 10 years ago
playteka v0.1.6
packaged playteka
This repo is for distribution on npm. The source for this module is in the
main plateka repo.
Please file issues and pull requests against that repo.
Install
You can install this package with npm.
npm
npm install playtekaThen start playteka server. Please note it is important to enter the directory of playteka first before start it.
cd node_modules/playteka/
node playteka.jsThen open browser with following url.(Google Chrome is recommended)
http://localhost:3000Run Arduino, open the Examples > Firmata > StandardFirmata sketch, and upload it to the Arduino board.
Now, you can use blockly programming enriroment to control Arduino board.
Documentation
Documentation is available on the Playteka docs site.