Maheshwari Natarajan
Published © GPL3+

Raspberry Pi 4 Setup with Mobile Hotspot

How to setup a Raspberry Pi without keyboard, external monitor, mouse, power adapter and Ethernet cable?

BeginnerProtip1 hour5,534
Raspberry Pi 4 Setup with Mobile Hotspot

Things used in this project

Hardware components

Raspberry Pi 4 Model B
Raspberry Pi 4 Model B
×1
USB Cable, USB Type C Plug
USB Cable, USB Type C Plug
×1
microSD card
any brand minimum capacity 8gb
×1

Software apps and online services

VNC viewer

Story

Read more

Code

wpa_supplicant.conf

Plain text
country=IN
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev 
update_config=1

network={
    ssid="mobile_hotspot_name"
    psk="mobile_hotspot_passwd"   
}

Credits

Maheshwari Natarajan

Maheshwari Natarajan

1 project • 2 followers

Comments