- Thanks to Mr Jones, who started me off: https://github.com/mrjones/Chrome-Arduino
- This project got closed down at Decoded and so I no longer maintain it at work, however I think its cool so Im more than happy to continue looking after it. With community help ;)
- Im alex at Decoded dot com if anyone wants me....
Playduino is built with Node and Grunt. Grunt is a node manager so will need to be installed with npm
- You must have an up-to-date version of Node. See these instructions if you have an older version of Node installed and need to upgrade: http://davidwalsh.name/upgrade-nodejs
- Clone the Playduino repo on your local machine
- Edit
extension/src/serialmonitor.js
- the line
var urlAddress = "playduino.server.com"
needs to point at your server - See server repository for details on configuring that
- Note the above URL doesnt exist, you will need to configure your own server
- the line
cd
into playduino/extension directory- Run
sudo npm install
- Then run
sudo npm install -g grunt-cli
- Run
grunt
You should get a message that says "Done, without errors". Now you can install in Chrome.
- Install into Chrome by going to extensions (under settings), make sure 'Developer Mode' is ticked
- You can then click the "Load Unpacked extension" and choose the folder with 'manifest.json' in.
- The plugin will then be loaded and you can run it from the Apps button in Chrome.
- The plugin connects back to playduino.server.com to compile the code. This url does not exist and you will need to point this at your server
- The server side to this is at https://github.com/DecodedCo/ArduinoInTheBrowserServer
#License
The MIT License (MIT)
Copyright (c)
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.