Guides, firmware & downloads for every device we ship
10:00am – 5:30pm Mon-Fri Discord community 4.8 on Trustpilot · 895 reviews
Shop DROIX.store

How to connect Retroflag GPi case to WiFi

DROIX Support Last updated 20 November 2021 · 1 min read

You need to have a Raspberry Pi Zero W installed, a Zero does not support WiFi or Bluetooth.

Create a new text file and name it wpa_supplicant.conf

Open the wpa_supplicant.conf file with notepad (or notepad++).

Copy and paste the following text in to the file

country=US
ctrl_interface=DIR=/var/run/wpa_supplicantGROUP=netdev
update_config=1
network={
ssid=”your_wifi_ssid”
psk=”your_wifi_password”
key_mgmt=WPA-PSK
priority=1
}

You can now update the three lines shown below in the red boxes

Replace the country code if needed (GB, FR, DE, ES, US, CA etc..).

Replace your_wifi_ssdid with your wifi ssid (ex: ‘’homewifi’’).

Replace your_wifi_password with your wifi password (ex: ‘’1234’’).

Save and copy it to the root of boot partition on your Micro SD Card (the only partition you see on PC after burning the image file).

Copy it on wifibackup folder too for an easy re enable by script.

Insert the Micro SD Card back into the Retroflag GPi case and it is now ready to use.

Was this article helpful?
Tags:
Was this article helpful?
Dislike 0
Share this article f r

Questions & answers

Ask a question

Your email address will not be published. Required fields are marked *

New firmware alerts for your device Get an email when we publish an update for hardware you own — nothing else.