This project was forked from spaceneedle's Chromeduino project. This aims to act as the compilation server the University of Florida STEM + C research team will use to facilitate arduino development for 5th - 6th grade students. Some notes on getting it running can be found here.
Spaceneedle has done great work with this project and has allowed the community to utilize it at will. We really appreciate this so please help out and buy them a coffee if you can.
Make sure you have the latest node.js installed.
git clone https://github.com/spaceneedle/Chromeduino.git
cd "Chromeduino/Chromeduino Server"
npm install
- check install with
ls
, if there is no folder calledarduino-1.8.5
then runcurl https://downloads.arduino.cc/arduino-1.8.5-linux64.tar.xz | tar -xJ
node app
- go to
http://localhost:3000/version
You can change the port in the config.json.
If you have a dev VPS or something lying around, why not help the community and run a public compile server on it. (You can also add some shameless self promotion in the description)
- Make sure you have pm2 installed
npm i pm2 -g
- Launch the server with pm2
pm2 start app.js -n chromeduino
- Make it run on startup
pm2 save
andpm2 startup
read the output of those commands. - Edit the server.json file with your compile server's details and then submit a pull request. If you are unsure how to do that, post an issue with the details and we'll do it for you.
We are not affiliated, associated, authorized, endorsed by, or in any way officially connected with Arduino AG or Google LLC (“Google”), or any of their subsidiaries or their affiliates. The official Arduino AG website can be found at https://www.arduino.cc The names "Chrome", "Chromebook", "Chromebox", "Arduino", and "Genuino" as well as related names, marks, emblems and images are registered trademarks of their respective owners.