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
I am not familiar with the book, but I did install the Arduino IDE on the pi and was able to communicate with the board. I assume the word "Electronics" you refer to is what you are expecting in a menu.
Check to see if there is an arduino folder under /usr/share. It may be a link to arduino or could be arduino-1.0 or 1.1 whatever version you installed.
Also you may have to reboot or log off/log back in to get it to show up in any of the menus.
You can also type
dpkg -l arduino
to see if the package manager thinks it is installed.
Good luck,
Mike