Hi, I’ve got a pi zero and a RPIZCT4V3T1. I’ve installed the
emonSD-26Oct17 image, but as a noob I’m struggling to get wifi to connect. I’ve configured what I thought was the correct wpa_supplicant.config file with something like…
network={
ssid=“Home_Net”
psk=“1234567890”
}
but still no joy. Can someone point me in the right direction…
How exactly are you configuring the wifi for the Zero?
AFAIK it cannot be done on a emonSD image without using another Pi with Ethernet or possibly with a micro-usb Ethernet adapter.
The official Pi way of doing it is to add a wpa_supplicant file to the boot partition on another PC before inserting the SD in the Pi zero and booting, the Pi Zero then finds the file on the boot partition and configures the wifi during setup. The emonSD is read-only at boot up and that wifi configuration facility doesn’t work.
Then the wifi settings are exposed on the /boot partition for editing on pretty much any PC in a file called wifi.conf. So if at anytime in the future you change your SSID or password (without editing the Pi Zero’s wifi settings first), you can just whip out the SDcard, edit it on a PC and refit, job done.
Yes it would be nice to see this as part of the standard emonSD image to make use with a Pi Zero or Pi A+ easier, perhaps @glyn.hudson will consider it.