Setting Up Wireless Networking on Your Raspberry Pi @Raspberry_Pi #piday #raspberrypi
This handy tutorial shows you how to set up wireless networking on your raspberry pi, from makeuseof.
When you first acquire your Raspberry Pi, the best option is to use an Ethernet connection to ensure the operating system is correctly configured and up-to-date. You can then move onto a wireless USB connection once you’re happy.
The benefit of Ethernet over wireless LAN on the Raspberry Pi – as with most other platforms – is that there is zero configuration required. All you need to do is ensure the cable is connected to a correctly-configured router, plug it into your Pi and boot it up.
Conversely, setting up wireless LAN on the Raspberry Pi can be tricky. The first thing to do is make sure you have chosen a compatible wireless USB dongle.
Finding A Compatible Wireless USB Dongle
There are various way that you might have acquired your Raspberry Pi. You might, for example, have bought it as a standalone unit and purchased the required additional components, a tactic that can prove more expensive than expected but still cheaper than other computers.
Alternatively, you may have purchased a Raspberry Pi kit, containing the computer, a case, SD card, and other hardware, including the wireless dongle. In this case, you should be confident that the dongle will be compatible with the computer.
Many early buyers of the Raspberry Pi didn’t have the option of a dedicated Wi-Fi dongle, and had to rely on trial and error. This is how the list of compatible hardware was created at elinux.org, which includes a section on wireless USB dongles.
For the best results, you should get your hands on the USB Wi-Fi adaptor distributed through The Pi Hut. This is a Wireless N device that will also work on other platforms (Windows, other Linux distros, Mac OS X) and is available for around $10 plus shipping.
This is the most common Wi-Fi adaptor in use for the Raspberry Pi, and is the one used to outline the process of configuring your WLAN connection below. Note that the following steps are intended for Raspbian users – the general process should be largely the same on your chosen Raspberry Pi distro, however.
Configuring The WLAN Connection
Start by connecting your USB Wi-Fi adaptor to your Raspberry Pi, ensuring the Ethernet cable is also connected. Check your SD card is secure and connect to your power supply.
You’ll need to ensure your version of Raspbian is fully updated, so after you log on, enter:
sudo apt-get update
Alternatively, you can launch into the GUI (enter startx)> and enter the same command in LXTerminal.
Next, check that the USB dongle is detected by your minicomputer – enter lsusb and check the results. The Wi-Fi device should be listed
Adafruit publishes a wide range of writing and video content, including interviews and reporting on the maker market and the wider technology world. Our standards page is intended as a guide to best practices that Adafruit uses, as well as an outline of the ethical standards Adafruit aspires to. While Adafruit is not an independent journalistic institution, Adafruit strives to be a fair, informative, and positive voice within the community – check it out here: adafruit.com/editorialstandards
Stop breadboarding and soldering – start making immediately! Adafruit’s Circuit Playground is jam-packed with LEDs, sensors, buttons, alligator clip pads and more. Build projects with Circuit Playground in a few minutes with the drag-and-drop MakeCode programming site, learn computer science using the CS Discoveries class on code.org, jump into CircuitPython to learn Python and hardware together, TinyGO, or even use the Arduino IDE. Circuit Playground Express is the newest and best Circuit Playground board, with support for CircuitPython, MakeCode, and Arduino. It has a powerful processor, 10 NeoPixels, mini speaker, InfraRed receive and transmit, two buttons, a switch, 14 alligator clip pads, and lots of sensors: capacitive touch, IR proximity, temperature, light, motion and sound. A whole wide world of electronics and coding is waiting for you, and it fits in the palm of your hand.
Have an amazing project to share? The Electronics Show and Tell is every Wednesday at 7:30pm ET! To join, head over to YouTube and check out the show’s live chat and our Discord!