Same place and time as the Berkeley LUG meetings: Cafe Blue Door from noon till 3 pm.
Raspberry Pi, Arduino or any single board computer welcome.
Tips:
Enable ssh (headless): create empty file ssh in the boot volume
Preconfigure WIFI: mount rootfs partition and edit /etc/wpa_supplicant/wpa_supplicant.conf so that it looks like this
country=US
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
network={
ssid="Blue Door Cafe"
psk="bluedoor2019"
}
Thomas