This post is a simple solution to run Astro Print on Pi Zero W. No Raspberry Pi 3 needed. This solution requires 1) a Micro HDMI to HDMI adopter; 2) Monitor or TV with HDMI cable; 3) Micro USB to USB adopter; 4) USB keyboard.
Special thanks to Darren, Daniel and Alex’s original posts! And special thanks to all helpful tips responded by community members!
- Flash the firmware into a sd card;
- Put the sd card into Pi zero W, connect the monitor or TV and the keyboard to your Pi Zero Pi;
- Connect the power port, and wait for the Pi Zero W to boot up;
- Once it boots up, login in using: username: Pi, and password: raspberry;
- Type:
sudo nano /etc/network/interfaces
- Add:
allow-hotplug wlan0
auto wlan0
iface wlan0 inet dhcp
wpa-ssid "YOUR-WIFI-NAME"
wpa-psk "PASSWORD-TO-WIFI"
6.1. Ctrl+ X, hit Y and Enter to save;
7. Reboot:
sudo reboot
- Type:
sudo nano /etc/astrobox/config.yaml
- Add:
network:
manager: manual
- Change:
hotspotDevice: wlan1
to
hotspotDevice: wlan0
- Ctrl+ X, hit Y and Enter to save;
- Reboot:
sudo reboot
- Type:
sudo apt-get update
- Type:
sudo apt-get upgrade
- Reboot.
sudo reboot
Now you should be able to connect to your AstroPrint by entering your AstroBox IP address. Follow the steps and you should good to go!
Good luck and have fun!