November 2014
Beginner to intermediate
254 pages
5h 10m
English
Follow along to learn how to do the following:
Download the book’s source code
Install Raspbian on your Pi
Enable WiFi on your Pi
Convert from a breadboard to a stripboard
Reassign conductive keyboard keys
Manually install the software for the conductive keyboard
To download the book’s source code, first install git. Open the LXTerminal window and type:
sudo apt-get install git-core
You might be asked for your password, but if your Pi has access to the Internet, git should be installed.
Now type the following in the LXTerminal window:
cd Desktop
git clone https://github.com/backstopmedia/maker.git
The source code will be installed in a Maker folder on ...