One of the nice things about the Arduino IDE is that it's relatively easy to customize and redistribute. For this reason, I've made the modified version that I use in my classroom available here. To modify the Arduino IDE on Windows, download the ZIP file. Unzip the file, open it, and and add a folder named portable. Now all your libraries and board files will be stored in the portable folder. You can now copy the whole main folder and distribute it however you want. Modifications I made to this distribution include:
board=nano boardsmanager.additional.urls=http://arduino.esp8266.com/stable/package_esp8266com_index.json editor.font=Monospaced,plain,16 editor.linenumbers=true In addition to modifying the Arduino IDE, I also install the CP210X drivers on the Windows machines I use (they're needed in order to connect to the Adafruit HUZZAH ESP8266). |
Robotics >