Raspberry Pi Travel Router - RaspAP (2024)

Everyday Tech
28 Feb 202415:05

Summary

TLDRThis video tutorial guides viewers on how to transform a Raspberry Pi into a travel router using a USB Wi-Fi dongle, as the built-in Wi-Fi adapter no longer supports the required functionality. The host walks through the process from installation of the Raspberry Pi OS Light, configuring settings, updating the Raspberry Pi, to installing and setting up the raspAP software. The video also addresses common issues and provides solutions, ultimately showing how to connect the Raspberry Pi to a home network and the internet via Wi-Fi.

Takeaways

  • ๐Ÿ“น The video is an updated guide on turning a Raspberry Pi into a travel router, improving upon an older video.
  • ๐Ÿ”ง The Raspberry Pi's built-in Wi-Fi adapter can no longer be used as a Wi-Fi repeater due to software changes, requiring an additional USB Wi-Fi dongle.
  • ๐Ÿ’ฝ The Raspberry Pi Imager Software (version 1.8.5 or later) is used to install Raspberry Pi OS Light (64-bit version recommended) on a micro SD card.
  • ๐ŸŒ Settings such as host name, default username, password, and home network can be configured without using the terminal through the Raspberry Pi Imager Software.
  • ๐Ÿ”’ SSH and password authentication should be enabled in the 'Services' tab of the Raspberry Pi Imager Software.
  • ๐Ÿ“‹ After inserting the micro SD card into the Raspberry Pi and booting it up, the Ethernet cable is used to speed up the process, though it's not mandatory.
  • ๐Ÿ› ๏ธ Updating the Raspberry Pi through the terminal with 'sudo apt update' and 'sudo apt upgrade' is recommended for every new Raspberry Pi setup.
  • ๐Ÿ”„ The raspAP software is installed through the terminal using a command from the raspap.com website.
  • ๐Ÿ“ฑ The Raspberry Pi can be accessed via its hostname (e.g., raspap.local) or by finding its IP address.
  • ๐Ÿ”ง The wlan0 (built-in) and wlan1 (USB dongle) interfaces are reconfigured to optimize performance, with wlan1 set as the hotspot and wlan0 connecting to the internet.
  • ๐Ÿ”„ Configuration files related to the built-in Wi-Fi as a hotspot and preconfigured networks must be removed for the changes to take effect, which is done through the terminal.
  • ๐ŸŒ Once the Raspberry Pi reboots, it should create a new Wi-Fi network accessible via the hostname or IP address, and the raspAP control panel can be used to connect to desired Wi-Fi networks.

Q & A

  • What is the main topic of the video?

    -The main topic of the video is how to turn a Raspberry Pi into a travel router, including the process of setting it up and the necessary software and hardware requirements.

  • Why is the previous video on this topic outdated?

    -The previous video is outdated because the Raspberry Pi's built-in Wi-Fi adapter can no longer be used as both a connection to another network and a hotspot due to changes in the RAS AP software.

  • What software is used to create the Raspberry Pi bootable media?

    -The Raspberry Pi Imager software, specifically version 1.8.5 or later, is used to create the bootable media for the Raspberry Pi.

  • Which operating system is recommended for the Raspberry Pi in this tutorial?

    -Raspberry Pi OS Light (64-bit version) is recommended for the Raspberry Pi in this tutorial.

  • What is the purpose of the USB Wi-Fi dongle mentioned in the video?

    -The USB Wi-Fi dongle is used as an additional Wi-Fi adapter for the Raspberry Pi, which is necessary for the travel router setup since the built-in Wi-Fi adapter can no longer serve both purposes.

  • How does the Raspberry Pi Imager software help in setting the hostname, username, and password?

    -The Raspberry Pi Imager software allows users to set the hostname, default username, and password without having to do so through the terminal, which saves time and simplifies the initial setup process.

  • What command is used to update the Raspberry Pi and why is it important?

    -The commands 'sudo apt update' and 'sudo apt upgrade' are used to update the Raspberry Pi. It is important to keep the system updated to ensure compatibility, security, and smooth operation.

  • How does one access the Raspberry Pi once it is booted up and connected to a network?

    -One can access the Raspberry Pi by using its hostname (in this case, raspAP.local) or by finding its IP address and connecting through SSH with the default username and password.

  • What are the two Wi-Fi interfaces on the Raspberry Pi and what determines their roles?

    -The two Wi-Fi interfaces are wlan0 (the built-in Wi-Fi adapter) and wlan1 (the USB Wi-Fi dongle). The roles are determined by the type of Wi-Fi adapters they are; wlan0 is an 802.11ac adapter, which is faster and has better range, making it suitable for connecting to another Wi-Fi network, while wlan1, an 802.11n adapter, is used as the hotspot.

  • What changes need to be made in the Raspberry Pi's configuration files to switch the roles of wlan0 and wlan1?

    -The configuration files for wlan0 need to be edited to remove its hotspot settings, and the preconfigured network settings need to be deleted. Then, the raspAP software is configured to use wlan1 as the hotspot.

  • How does one connect the Raspberry Pi to the desired Wi-Fi network after switching the Wi-Fi interfaces?

    -After switching the Wi-Fi interfaces, one needs to access the raspAP control panel, go to the Wi-Fi client section, and manually connect to the desired Wi-Fi network by adding it to the list and then selecting connect.

Outlines

00:00

๐Ÿ“บ Raspberry Pi Travel Router Update

The video begins with the creator discussing an older video on turning a Raspberry Pi into a travel router. They mention that while the old method still works for Ethernet connections, it's outdated for Wi-Fi repeater functionality. The creator introduces the need for a compatible USB Wi-Fi dongle for the Raspberry Pi to serve as a Wi-Fi repeater. They proceed to guide the viewer through the process of setting up the Raspberry Pi using the Raspberry Pi Imager software, version 1.8.5, and choosing Raspberry Pi OS Light. The creator sets the hostname, default username and password, and ensures SSH is enabled. The process includes writing and verifying the installation, and booting up the Raspberry Pi with an Ethernet cable for a faster setup.

05:00

๐Ÿ”ง Configuring Raspberry Pi as a Wi-Fi Repeater

In this paragraph, the creator explains the steps to configure the Raspberry Pi as a Wi-Fi repeater using the raspap software. They discuss the need to switch the wireless interfaces, with wlan0 (built-in) being the hotspot and wlan1 (USB dongle) connecting to the internet. The creator emphasizes the importance of using a high-performance Wi-Fi adapter for the internet connection. They guide the viewer through the raspap interface to configure the hotspot for wlan1 and provide instructions on how to change the default settings. The creator also covers the necessary steps to delete previous network configurations for wlan0 and the preconfigured network to avoid conflicts.

10:01

๐ŸŒ Connecting and Testing the Raspberry Pi Travel Router

The final paragraph details the process of connecting the Raspberry Pi to the internet via the Wi-Fi repeater setup. The creator explains how to access the raspap control panel and configure the Raspberry Pi to connect to a specific Wi-Fi network. They demonstrate the process on an iPad, showing that the hotspot is working but requires further configuration to connect to the internet. The creator then guides the viewer on how to add and connect to a Wi-Fi network through the raspap control panel. Once connected, they test the setup by attempting to access a website. The video concludes with a call to action for viewers to like and subscribe for more content.

Mindmap

Keywords

๐Ÿ’กRaspberry Pi

Raspberry Pi is a series of small single-board computers used for educational and hobbyist purposes. In the video, it is used as the central device to create a travel router, which can connect to other networks and provide Wi-Fi access points for other devices.

๐Ÿ’กTravel Router

A travel router is a portable device that allows users to connect multiple devices to the internet by routing the network traffic through it. In the context of the video, the Raspberry Pi is being configured to act as a travel router, providing Wi-Fi connectivity and network bridging capabilities.

๐Ÿ’กWi-Fi Repeater

A Wi-Fi repeater is a device that extends the range of a Wi-Fi network by receiving the signal from the original router and transmitting it again. The video discusses using the Raspberry Pi as a Wi-Fi repeater to expand the coverage of an existing Wi-Fi network.

๐Ÿ’กUSB Wi-Fi Dongle

A USB Wi-Fi dongle is a small wireless network adapter that plugs into a USB port to provide Wi-Fi connectivity. In the video, a USB Wi-Fi dongle is necessary for the Raspberry Pi to function as a Wi-Fi repeater, as the built-in Wi-Fi adapter is no longer supported for this purpose.

๐Ÿ’กRaspberry Pi Imager

Raspberry Pi Imager is software used to write the Raspberry Pi OS onto an SD card. It simplifies the process of preparing the SD card for use with the Raspberry Pi. The video mentions using version 1.8.5 or later of the Raspberry Pi Imager software for the process.

๐Ÿ’กRaspberry Pi OS Light

Raspberry Pi OS Light is a slimmed-down version of the Raspberry Pi OS that does not include a desktop environment by default, making it more lightweight and suitable for devices with limited resources. It is chosen in the video for its efficiency.

๐Ÿ’กSSH

SSH stands for Secure Shell, a protocol used for securely accessing and managing a remote computer or device over a network. In the video, SSH is enabled to allow secure access to the Raspberry Pi from another device on the same network.

๐Ÿ’กWLAN

WLAN stands for Wireless Local Area Network. It refers to the wireless networking technology that allows devices to communicate over a certain area, typically a home, school, or office. In the context of the video, WLAN interfaces are used by the Raspberry Pi to connect to and extend Wi-Fi networks.

๐Ÿ’กRaspAP

RaspAP is software designed to turn a Raspberry Pi into a Wi-Fi access point or router. It simplifies the process of setting up the Raspberry Pi for network-related tasks. The video provides a step-by-step guide on installing and configuring RaspAP on the Raspberry Pi.

๐Ÿ’กConfiguration Files

Configuration files are text files that define the settings for software or hardware components. In the context of the video, configuration files are edited to change the Raspberry Pi's network settings and designate which Wi-Fi interface should act as the hotspot.

๐Ÿ’กNetwork Adapter

A network adapter is a hardware component that allows a computer or device to connect to a network. In the video, the Raspberry Pi has two network adapters: the built-in Wi-Fi adapter (wl0) and the USB Wi-Fi dongle (wlan1), which are used for different purposes in the setup.

Highlights

The video is a step-by-step guide on turning a Raspberry Pi into a travel router.

The previous video on the topic is outdated, especially for Wi-Fi repeater functionality.

The Raspberry Pi OS has been updated to version 1.8.5, and using a later version of the Raspberry Pi images software is recommended.

A second USB Wi-Fi dongle is required for the Raspberry Pi to function as a Wi-Fi repeater, as the built-in Wi-Fi adapter is no longer supported for this purpose by the RASP AP software.

The Raspberry Pi Imager software simplifies the process of setting up the Raspberry Pi, including hostname, default username and password, and wireless LAN settings.

SSH and password authentication should be enabled in the services settings for remote access.

The Raspberry Pi should be updated before proceeding with the installation of the RASP AP software.

The RASP AP software can be installed through the terminal using a command from the RASP AP website.

Some services can be optionally installed with the RASP AP software, but for optimal performance, certain configurations need to be adjusted.

The Raspberry Pi 4 used in the video has a built-in 802.11ac Wi-Fi adapter, which is faster and has better range than the 802.11n adapter of the USB dongle.

For the travel router to work optimally, the USB Wi-Fi dongle should be used as the hotspot (wl1), and the built-in adapter (wl0) should connect to the internet.

The rasp AP interface allows for easy configuration of the Raspberry Pi's Wi-Fi settings through a web browser.

To switch the roles of the Wi-Fi interfaces, certain configurations need to be deleted and reconfigured in the Raspberry Pi's system files.

After reconfiguring, the Raspberry Pi needs to be rebooted and connected to through its newly created Wi-Fi hotspot.

Once rebooted, the Raspberry Pi can be accessed through the rasp AP control panel to connect to a desired Wi-Fi network.

The video concludes with a demonstration of the Raspberry Pi successfully connecting to the internet through its hotspot and accessing a website.

Transcripts

play00:09

a little while ago I made a video on how

play00:11

to turn your Raspberry Pi into a travel

play00:13

router the good news is that's been one

play00:15

of my most popular videos the bad news

play00:17

is that video is a little bit out of

play00:20

date it'll still work if you're trying

play00:22

to connect to another network via the

play00:24

ethernet Jack using an ethernet cord but

play00:26

if you're trying to use this as a Wi-Fi

play00:28

repeater it won't work in that video I

play00:31

was using the W built-in Wi-Fi adapter

play00:33

both to connect to another Network and

play00:35

as a Hotpot where my other devices can

play00:38

connect to it the RAS AP software now no

play00:41

longer supports a one adapter to get

play00:43

this done we need another USB Wi-Fi

play00:47

dongle that's Raspberry Pi compatible

play00:49

just like this one in this video I'm

play00:51

going to take you step by step on how to

play00:54

get this done from installation to

play00:56

completion let's get into it here we are

play00:58

in the Raspberry Pi imager software Ware

play01:00

this is version

play01:01

1.8.5 make sure you're using a later

play01:03

version of the Raspberry Pi imagees

play01:05

software as this will save you a lot of

play01:07

time I have my micro SD card already

play01:10

inserted into my card reader and the OS

play01:13

we're choosing is Raspberry Pi OS light

play01:16

though I'm choosing the 64-bit version

play01:19

the 32-bit version will also work and

play01:21

make sure you choose the right storage

play01:23

media device my 32 gigabyte card is in

play01:26

there is this will erase the contents of

play01:29

your media and we're we're going to hit

play01:31

next go to edit settings and this is

play01:33

where we can do all our different

play01:35

settings we don't have to go into the

play01:37

terminal now to do all these settings so

play01:40

I set the host name to rasp AP I set my

play01:43

default username and password I already

play01:46

set the home network I have already so I

play01:49

don't have to configure that later and

play01:52

then we're going to go choose our

play01:54

wireless land settings uh country

play01:57

settings the time zones and then the

play01:59

last thing you need to do is go into

play02:01

services and make sure you enable SSH

play02:04

and use password authentication we're

play02:06

going to go ahead and hit save and then

play02:09

say yes go to yes and this will now

play02:13

write and verify our installation I have

play02:16

to put in my password here and we'll

play02:19

speed this

play02:23

up okay now everything has been written

play02:26

and verified and now we're going to

play02:28

insert our micro SD card into the

play02:31

Raspberry Pi and be ready to boot this

play02:33

up so now I have the Raspberry Pi booted

play02:35

up I actually have the ethernet cable

play02:38

plugged into it which is not mandatory

play02:40

but it does speed up the process here

play02:42

now we're in terminal and we're not

play02:44

going to do a lot of the commands that

play02:45

we did in the previous video because

play02:47

we've saved time we already have our PI

play02:51

password set the Wi-Fi set and the host

play02:54

name set now because I'm on on my Mac I

play02:56

can just go into my raspberry Pi by

play03:00

doing rasp ap. looc now rasp AP is the

play03:04

host name that we set now if this does

play03:06

not work because you're on a Windows

play03:08

machine you can either install bonjour

play03:11

on your Windows machine or you can just

play03:13

try to find the IP address so instead of

play03:16

saying rasp ap. local you could just

play03:18

type in the IP address here so I'm going

play03:20

to go ahead and do this I'm going to say

play03:22

yes type in my password and now I'm in

play03:26

my Raspberry Pi and there's first before

play03:29

we install the rasp AP software we need

play03:32

to update our Raspberry Pi so the first

play03:34

thing we need to do is pseudo app update

play03:39

and this is what you should do probably

play03:40

for every Raspberry Pi that you create

play03:44

you should already do all the upgrades

play03:46

here and then I'm going to go pseudo apt

play03:49

upgrade I'll go Dy so it'll say yes to

play03:53

every prompt after that and this will

play03:55

take a little while to update so I'm

play03:58

just going to go ahead and speed through

play03:59

this right now

play04:09

okay so the Raspberry Pi has finished

play04:11

updating that took actually a few

play04:13

minutes the times will vary based on the

play04:15

model of Raspberry Pi that you have in

play04:18

your internet connection it's mainly on

play04:20

the model Raspberry Pi that you have uh

play04:22

older versions will take longer but it

play04:25

it is now updated and now we're ready to

play04:27

install the rasp AP software to install

play04:31

the rasp AP software we're going to do

play04:33

it through the terminal but first we

play04:34

need to go to the rasp

play04:36

ap.com website and go to docs and go

play04:40

down and copy this command here and

play04:43

we're going to go ahead and paste it in

play04:45

the terminal we're going to hit

play04:48

okay and we're going to hit yes to most

play04:51

of these things until the end and the

play04:54

end we'll have some optional things here

play04:57

but most of these things we want to say

play05:00

yes to and some of the recommended ones

play05:02

we do want to say yes to as well so this

play05:05

will take a minute or two to

play05:14

install so I said yes to some of the

play05:16

recommended services but here we come to

play05:19

some of the um optional services so this

play05:22

one is the add blocking service I'm

play05:25

going to say no then the next couple are

play05:29

VPN Services I'm going to say no to both

play05:31

of them but I will just say this does

play05:33

have VPN support with openvpn and wire

play05:36

guard so you can connect automatically

play05:38

to an

play05:40

openvpn or a wire God guard server or

play05:44

actually a third party Service as well

play05:46

and this one is the thirdparty service

play05:50

uh packages there but I'm going to go

play05:52

ahead and say no to it and this will

play05:54

complete our installation so I'm going

play05:57

to hit yes on the reboot but when I

play06:00

after I do that I'm going to go ahead

play06:02

and disconnect my ethernet cable if

play06:05

you're doing this wirelessly of course

play06:06

you don't have to do that but we're

play06:08

going to just go all Wireless from now

play06:10

on so let me give you an overview of

play06:11

what is going on we have our Raspberry

play06:14

Pi with the rasp AP software and I'm

play06:17

using a Raspberry Pi 4 which has a

play06:19

built-in Wi-Fi adapter or interface and

play06:22

that's usually given the IDE of w Lan Z

play06:25

and then we're using a USB dongle Wi-Fi

play06:28

dongle and that's given an ID of w Lan

play06:31

one so we have these two wireless

play06:34

interfaces by default rasp AP and if you

play06:37

follow the documentation on the rasp

play06:39

website it makes W l0 our built-in

play06:43

interface the hotspot where all our

play06:47

devices are connected to this is

play06:49

basically creating a new Wi-Fi network a

play06:52

local Wi-Fi network that our devices

play06:54

will connect to and then wlan1 is

play06:57

responsible for connecting to the

play06:59

internet Internet connecting to a coffee

play07:01

Shop's Wi-Fi or your home network or

play07:05

your public Wi-Fi if you follow all the

play07:08

documentation you can get everything to

play07:09

work but in my experience the

play07:11

performance is not that great especially

play07:13

when it comes to the internet connection

play07:15

to have this work and perform optimally

play07:18

we need to switch up the wireless

play07:20

interfaces and have WL one be the

play07:23

hotspot and WLAN zero connect to the

play07:25

internet now this has to do with the

play07:27

type of adapters they are now wlan0 is

play07:31

an 80211 AC Wi-Fi adapter and WLAN 1 our

play07:35

USB doll goes an 80211 and adapter the

play07:39

AC is faster and has better range we

play07:42

need to have better range when we

play07:44

connect to another Wi-Fi network and

play07:46

since we're using this as a travel

play07:48

router we can assume that most of our

play07:50

devices are right next to it or nearby

play07:53

so WL one adapter as our hotspot is is

play07:57

good enough in other words you need to

play07:59

have a better performing Wi-Fi adapter

play08:01

connected to the internet and the other

play08:03

one as your Hotpot you can find AC Wi-Fi

play08:06

adapters that are Raspberry Pi

play08:08

compatible but I don't have experience

play08:11

using them now our Raspberry Pi is all

play08:13

booted up now one thing I'll assume is

play08:15

that your Wi-Fi dongle is already

play08:18

inserted into your Raspberry Pi I've

play08:20

actually had it inserted in throughout

play08:22

this whole process already now if you

play08:24

don't have it inserted in you can go

play08:26

ahead and do it now it's not a big deal

play08:28

you might have to wait a few minutes for

play08:29

it to join your home network okay so but

play08:33

we're going to go into the raspberry

play08:35

rasp AP interface and for us is rasp ap.

play08:39

looc or you can type in the IP address

play08:42

here it's admin and the default password

play08:47

is

play08:49

secret and we're here in the rasp AP

play08:52

control panel and remember what we want

play08:54

to do now is have W Land one as our

play08:58

hotspot right now

play09:00

wl0 is set to be the Hotpot and then

play09:05

WLAN one is connecting to our home

play09:08

network so we need to configure our

play09:10

hotspot for wl0 or W Land one to to be

play09:14

the Hotpot and we're going to do a few

play09:17

configurations here I'm going to go into

play09:19

my security I'm going to change this to

play09:21

Ras

play09:22

pass go into advance and make sure our

play09:26

country code is set to the right one for

play09:29

our case it's us United States and we're

play09:33

going to hit save settings so we've

play09:35

configured rasp AP and told it that W

play09:37

Land one needs to be our new Hots spot

play09:40

but do not reboot at this time if you do

play09:43

reboot it's not going to work without

play09:45

doing the next steps we have two issues

play09:48

here W land zero even though we told it

play09:51

not to be the hot spot still has some

play09:53

entries in the Raspberry Pi to be

play09:55

configured as a hot spot and then W Land

play09:58

one you even though we told it to be a

play10:01

hotspot in the RAS AP interface it's

play10:04

still going to try to connect and will

play10:06

connect to our preconfigured home

play10:08

network and that's the home network that

play10:11

I configured in the Raspberry Pi imaging

play10:14

software so we need to do two things

play10:17

first we need to delete any entry of WL

play10:20

zero our built-in Network to be any

play10:24

configuration of it as a hotspot and

play10:26

then we need to delete any entry of our

play10:29

preconfigured Network so this means that

play10:31

we need to go back into terminal we're

play10:33

back in terminal and we're logged into

play10:35

our Raspberry Pi already so first we're

play10:37

going to delete any entry of WL zero as

play10:39

a hotspot so we're going to go pseudo

play10:42

and then you're going to use your editor

play10:43

of choice I usually use VI but for the

play10:46

purposes of this demo I'm going to do

play10:47

Nano we're going to go

play10:50

SLC

play10:52

DHCP

play10:54

cd.com

play10:56

and we're going to go down to where it

play10:58

says rasp AP wl0 configuration now these

play11:02

are configurations for wl0 to be a

play11:06

hotspot and since we set W Lan one as a

play11:09

Hotpot it already put it in the

play11:10

configurations for that so we're going

play11:12

to delete these lines five lines right

play11:14

here you can go to the line that you

play11:16

want to delete in Nano you can say

play11:18

contrl

play11:20

k as many times and then we're going to

play11:23

do contrl X say yes hit enter and now we

play11:28

have

play11:29

that entry deleted next we're going to

play11:31

delete any preconfigured network entry

play11:34

in our system here so we're going to do

play11:36

two commands here pseudo

play11:42

RMC capital N Network you can hit tab to

play11:45

autocomplete for you then system

play11:49

connections then you can hit tab again

play11:51

but it'll it should be only one file in

play11:53

there called preconfigured NM connection

play11:56

so we're going to hit enter that deletes

play11:58

that file and next we're going to delete

play12:00

the WPA supplicant file which has the

play12:04

actual entries of what your network

play12:07

adapter should be configured to so we're

play12:09

going to go pseudo

play12:11

RM

play12:13

EC WPA supplicant wpas supple. comom and

play12:19

now we have both files deleted from our

play12:22

system and lastly we can go pseudo

play12:24

reboot now when I hit enter in here we

play12:27

are no longer going to be able to

play12:29

connect to our Raspberry Pi through our

play12:32

home network we have to connect to the

play12:35

Raspberry Pi's hotspot that it will

play12:37

create through WL one so the Raspberry

play12:40

Pi has rebooted I see the network that

play12:42

it created connected to it and now we

play12:46

need to go into the rasp AP control

play12:48

panel again and tell the Raspberry Pi

play12:51

our repeater which wi-fi network to

play12:53

connect to so we can go to rasp ap. looc

play12:57

now if you're using an IP address your

play12:58

new IP address will be

play13:01

10.9.1 41.1 but we're going to go ahead

play13:04

and use Ras

play13:06

B.L and the

play13:08

admin our default password secret and

play13:11

now we're in our Ras AP control panel

play13:14

and we're going to go to Wi-Fi client

play13:16

here and if you run into this error

play13:18

called re reinitialize you're can to hit

play13:24

rescan and your Wi-Fi networks should

play13:26

show up after that now if you keep on

play13:29

going into that Loop of rescanning and

play13:31

it keeps on giving you that error go

play13:32

ahead and reboot the Raspberry Pi and it

play13:35

should work again so now we just need to

play13:37

connect to our home network and we're

play13:38

good to go and then to demonstrate that

play13:40

this is working we're here on my iPad

play13:43

and I'm connected to the Hotpot that we

play13:44

created but I haven't fully configured

play13:47

the Wi-Fi network so if we go to a

play13:49

website this will not connect to it we

play13:52

need a configure the rasp AP software to

play13:55

connect to the Wi-Fi network that we're

play13:57

on so if we go to rasp p. Loco I got to

play14:00

type in my username and password and

play14:03

this is what I would do when I go to

play14:05

another location or a coffee shop I'd

play14:08

have to go into the rasp P control panel

play14:11

and go to my Wi-Fi client here and

play14:13

connect to the network that I want to so

play14:16

I'm going to connect to my home network

play14:22

here and once you hit add Network you

play14:24

add it to the list and it doesn't

play14:26

necessarily connect to it right away so

play14:28

you might have to hit

play14:29

connect and this should connect to our

play14:32

Wi-Fi network after

play14:34

that so I see that it's connected and

play14:37

now I can go to a website let's say

play14:39

everyday

play14:44

tech.vs Pi into a travel router I'll

play14:48

leave links below to other Wi-Fi

play14:50

adapters that are Raspberry Pi

play14:52

compatible you need to make sure that

play14:54

they are Raspberry Pi compatible if you

play14:56

found this video helpful hit that like

play14:58

button consider hitting that subscribe

play14:59

button until the next one see

play15:03

you

Rate This
โ˜…
โ˜…
โ˜…
โ˜…
โ˜…

5.0 / 5 (0 votes)

Related Tags
RaspberryPiTravelRouterWi-FiRepeaterDIYTechNetworkSetupUSBWi-FiDongleSoftwareInstallationRaspberryPiOSNetworkingTipsGadgetHacks