October 2015
Intermediate to advanced
352 pages
7h 59m
English
RASPBERRY PI TIPS AND TRICKS

As you learned in Chapter 14, the Raspberry Pi is a full computer with an operating system, which means it requires some setup procedures before you can start using it. I covered basic setup in that project, but here are some additional tips and tricks to prepare the Pi for your projects.
In Chapter 14, I recommended using the built-in WiFi Config utility to set up Wi-Fi on your Raspberry Pi. However, there’s a quicker way to do the same thing using the command line. First, enter the following in the terminal to bring up the configuration file in the nano editor:
$ sudo nano /etc/wpa_supplicant/wpa_supplicant.conf ...Read now
Unlock full access