-
Notifications
You must be signed in to change notification settings - Fork 3
Add a new wifi network on the Raspberry Pi
sebastiengrd edited this page Oct 12, 2019
·
1 revision
This is if you want to add a new wifi network on the Raspberry Pi
- Laptop with Windows (for the hotspot)
- Laptop with a Linux distro and a SD card reader
- Set up a wifi hotspot on the Windows laptop
- With the Linux laptop, open the wpa-supplicant configuration file on the SD card. This file is located on the partition that contain all the files (not the boot partition). You will need a linux laptop because it is a linux partition (don't work with windows or mac).
sudo nano path-to-sd-card/etc/wpa_supplicant/wpa_supplicant.conf
- Go to the bottom of the file and add the following (or modify the previous one):
network={
ssid="name-of-the-hotspot"
psk="password-of-the-hotspot"
}
-
Once done, save the file, eject the SD card, put it into the raspberry pi and boot it. It should automatically connect to the hotspot.
-
Connect your personnal laptop (or other devices) to the hotspot
-
You can now ssh into the raspberry pi and have internet access
- Getting started
- Environment Variables
- Compiling the SBG Library on Linux\Unix\WSL
- Developing on Windows with VSCode
- Set Environment Variable In Vscode With The Cmake Plugin
- Creating Unit Tests
- Cross compiling for the Raspberry Pi
- Info and Error Logging in the Rocket Code
- Send Folder via SSH
Configuration:
Raspberry Pi Setup:
- Add a new wifi network on the Raspberry Pi
- Connect to Raspberry Pi via SSH
- Important Notes About Setting Up Raspberry Pi
- Running Emulation of Raspberry Pi
Logging Format: