You are not logged in.
I have a wanhao d7 duplicator. My problems started when i pushed the automatic update in the top right of nanodlp. The pi disconnected from the network and never came back online.
I have followed all the instructions and tutorials to re install the latest version of the software (file size 1.4Gb date of modification 27 march 2017). The instructions say Edit the /boot/wpa_supplicant.conf file on the SD (Add your login info within the “”)
however i can not see this file on my sd card. The closet i have is a text document called nanodlp-network
I have edited the text as below (the only text i changed was my network name-ID and password). Maybe i need to change the adress, netmask or gateway? Im not sure how to do this. Please help.
# You can change your printer's network settings by editing this file.
# If you are not sure about the options, checkout link below.
# https://wiki.debian.org/NetworkConfiguration
# Wired/Ethernet Connection - Edit and uncomment if you want to make your raspberry pi IP static
# iface eth0 inet dhcp
# address 192.168.1.190
# netmask 255.255.255.0
# gateway 192.168.1.2
# WIFI Settings
# WPA - Edit and uncomment lines below to connect to WPA/WPA2 network
# iface wlan0 inet manual
# wpa-ssid "Universo_3"
# wpa-psk "90087479"
# WEP - Edit and uncomment lines below to connect to WEP network
# iface wlan0 inet manual
# wireless-essid "WIFI SSID"
# wireless-key "WIFI Password"
# Unsecured AP - Edit and uncomment lines below to connect to unsecured network
# iface wlan0 inet manual
# wireless-essid "SSID"
# wireless-mode managed
Offline
Hi.download NOOBS And test
Offline
two things I would suggest.
Firstly make sure your wifi country is set (sudo raspi-config) otherwise wifi radio will be disabled.
Secondly you can setup wifi in raspi-config, I would use that.
If you want to do it in your wpa_supplicant.conf you need to uncomment your desired active lines of code (ie remove the # from the beginning of the line.)
Offline