Saturday, December 28, 2013

Install python-setuptools on Ubuntu

python-setuptools (setuptools) is a tools easy download, build, install, upgrade, and uninstall Python packages.

To download and install it, enter the command:

wget https://bitbucket.org/pypa/setuptools/raw/bootstrap/ez_setup.py -O - | sudo python

Tuesday, December 17, 2013

Free download Arduino Uno poster

A brand new Arduino Uno 'blueprint' Poster is available to download, for FREE! produced by Elektor for element14 & YOU.

This ‘blueprint poster’ will give all you need to know on the Arduino Uno in one view, including some cheats and coding to get you booting up with this unique hardware platform.

Arduino Uno Poster
Arduino Uno Poster
Download here.

Thursday, December 5, 2013

Install Arduino IDE running on Raspberry Pi

To install Arduino IDE running on Raspberry Pi, enter the command:
$ sudo apt-get install arduino

After installed, you can start Arduino IDE from Start menu of Raspberry Pi desktop > Electronics > Arduino IDE.



Or enter the command in Terminal:
$ arduino

The installed version is 1.0.1.


Cross post with Hello Raspberry Pi