Spivey
Published © MIT

Setup a Raspberry Pi Without an External Monitor or Keyboard

You no longer need an external monitor, keyboard, and mouse to get started with Raspberry Pi, there's another solution - headless mode.

BeginnerProtip30 minutes2,943
Setup a Raspberry Pi Without an External Monitor or Keyboard

Things used in this project

Hardware components

Raspberry Pi Zero Wireless
Raspberry Pi Zero Wireless
Any Raspberry Pi can be used here
×1
microSD Card
Any brand
×1
SD Card Adapter
×1
Micro-USB to USB Cable (Generic)
Micro-USB to USB Cable (Generic)
×1
Ethernet Cable
×1
Computer with SD Slot (or an appropriate SD card adapter)
×1

Story

Read more

Code

wpa_supplicant.conf

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

network={
scan_ssid=1
ssid="Your-SSID"
psk="Your-PSK"
key_mgmt=WPA-PSK
}

Credits

Spivey

Spivey

82 projects • 59 followers
Tourist in a Tutu || US Born || Melbourne/Mexico/California Raised || New Yorker at ❤️ || SF to Dublin to be COO of Wia the best IoT startup
Thanks to Iain Andrew.

Comments