I followed the instructions from the book, titled Installing Arduino in Raspian. BIG FAIL. The word electronics did not show up. I have the latest download of Wheezy. Would appreciate some help on this. Thanks Jimmy
I followed the instructions from the book, titled Installing Arduino in Raspian. BIG FAIL. The word electronics did not show up. I have the latest download of Wheezy. Would appreciate some help on this. Thanks Jimmy
You don't want to dl the stuff from the arduino site. That is going to be compiled for X86, not Arm, so it won't work on your machine.
You may also need to dl arduino-core
sudo apt-get install arduino-core
I'm not near my pi at the moment, but I can look later and see if I can walk you through it.
Mike
You don't want to dl the stuff from the arduino site. That is going to be compiled for X86, not Arm, so it won't work on your machine.
You may also need to dl arduino-core
sudo apt-get install arduino-core
I'm not near my pi at the moment, but I can look later and see if I can walk you through it.
Mike