Arduino-IDE-for-Raspberry icon indicating copy to clipboard operation
Arduino-IDE-for-Raspberry copied to clipboard

Raspbian compatible Arduino IDE package

Results 3 Arduino-IDE-for-Raspberry issues
Sort by recently updated
recently updated
newest added

Maybe i found a solution for this Issue: `nano /root/.arduino/preferences.txt` Search for the Line: `serial.port=COM1` And change it to: `serial.port=/dev/ttyACM0` After restarting IDE "Serial Port" and also "Board" are selectable....

I ran in to a problem with upgrading as instructed. I needed to also update `/etc/apt/sources.list.d/raspi.list` to include `deb http://archive.raspberrypi.org/debian/ jessie main ui`. Before this change, I noticed that raspi-config...

I did everything as described in the README but when I try to launch `arduino` as root I have this error : ``` java.lang.NullPointerException at processing.app.BaseNoGui.createToolPreferences(BaseNoGui.java:767) at processing.app.BaseNoGui.initPackages(BaseNoGui.java:606) at processing.app.Base.(Base.java:256)...