© Jonny 2013 with help from Jekyll Bootstrap
OMG: http://www.sparkfun.com/commerce/news.php?id=305 « Can’t wait for Free Day, it’s going to be epic. Anywho, that’s gotten me excited, and I pulled out my Arduino, to continue reading ‘Getting Started With Arduino’ I’m working along, and went to start up the ‘Arduino 0017’, and my serial port didn’t work. Well I tried it via sudo, and it worked. So at first I added sudo to the ‘/usr/bin/arduino’ executable. Yet this was very hackish, so I went looking for the solution.
gpasswd -a fsk141 uucp
Where ‘fsk141’ == your username… This will add you to the uucp group, where you can enjoy serial access. Woot!
Now I’m looking at how to ditch the Arduino IDE, and compile manually. It has something to do with a makefile, but I haven’t gotten it to work yet… Updates to follow one I get CLI upload to the Arduino
Resources: