Assembly and Software

Setup process as shown in the video

ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1

network={
        ssid="You_WiFi_SSID"
        psk="You_WiFi_Password"
}
  • Connect to it via the console with the user "pi"

    • $ ssh pi@192.168.X.XXX

  • Confirm to add the ECDSA key fingerprint with "yes"

  • Login with the default password "raspberry"

  • Change the default password of the user "pi" to your own

    • $ passwd

    • After confirming the current password, type your new password twice.

  • Upgrade the RPi Zero to the newest versions of all Software

    • $ sudo apt update && sudo apt upgrade

  • Clone the current version of the LightningATM Software

  • After reboot connect again to the RPi Zero with your new password.

    • $ ssh pi@192.168.X.XXX

Last updated