EasyManua.ls Logo

ADEEPT PiCar-Pro - Lesson 15: Creating a WiFi Hotspot on Raspberry Pi; WiFi Hotspot Setup; Activating WiFi Hotspot

ADEEPT PiCar-Pro
178 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
173
Lesson 15 Creating a WiFi Hotspot on Raspberry Pi
The method of turning on the WIFI hotspot in our robot product uses a project
from GitHub create_ap. Our installation script will automatically install this program
and related dependent libraries. If you have not run our installation script, you can use
the following command to install create_ap:
sudo git clone https://github.com/oblique/create_ap.git
cd create_ap
sudo make install
1.Install related dependent libraries:
sudo apt-get install -y util-linux procps hostapd iproute2 iw haveged dnsmasq
2.Before turning on the hotspot, your Raspberry Pi cannot be connected to WIFI,
and the WIFI module cannot be turned off, so when you test the hotspot function, you
need to connect the necessary peripherals for the Raspberry Pi.
3.Under normal circumstances, if the robot program is not connected to the WIFI
when it is turned on, it will automatically turn on the hotspot. You can use your phone
or computer to search for the WIF named Adeept. The default password is 12345678.
Once the connection is successful, you can log in to 192.168 .12.1: 5000 using a
browser to open the WEB application to control the robot.
4.If your Raspberry Pi is connected to peripherals, and you want to test the
Raspberry Pi s ability to turn on hotspots, you can click the WIFI icon in the upper
right corner of the Raspberry Pi s desktop, click the name of the connected WIFI,
click forget, and never turn Off WIFI, if it is already in the off state, you need to turn
it on.
5.When the WIFI module of the Raspberry Pi is turned on and is not connected to
any known network, you can enter the following command on the console to turn on
the WIFI:
sudo create_ap wlan0 eth0 Adeept 12345678

Related product manuals