You are not logged in.
I downloaded Nanodlp to sd, booted up on rpi3, go on the web interface and selected Phrozen dist. After this the browser will no longer connect.
The router still shows the rpi connected.
Any ideas much appreciated!
Offline
Restart Pi see if it become accessible or not
Offline
Restarted and it is still not accessible although pinging it works.
Offline
SSH into it and run commands below
cd /home/pi/printer
sudo ./printer
See what kind of errors it throw out
Offline
What am I using as logon and pwd for this?
Offline
Got it. Default.
2019/10/06 19:03:25.337408 {"Layer":"0","module":"Hardware","level":"Notice","msg":"Initializing build # 2335 - phrozen"}
2019/10/06 19:03:25.339150 {"Layer":"0","module":"SLAVE","level":"Error","msg":"Serial port could not be activated no such file or directory"}
2019/10/06 19:03:25.340289 {"Layer":"0","module":"Gcode","level":"Error","msg":"I2C is not activated open /dev/i2c-1: no such file or directory"}
2019/10/06 19:03:25.342412 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Terminal Reader Activated"}
2019/10/06 19:03:25.350002 {"Layer":"0","module":"Server","level":"Error","msg":"Could not setup server. listen tcp :8080: bind: address already in use"}
Offline
I am not connected to the controller board in the printer. This is just free standing rpi.
Offline
It is listening on port 8080 not sure if it is planned.
Offline
Not sure what you mean. I did not modify any files in the download from nanodlp website.
Offline
Ok. Just tried 8080 and it worked. Why is it listening there?
Offline
Also what specifically is different in the phrozen dist?
Offline
Just edit it through machine settings to make it listen on 80 instead of 8080
Static files and some rules on binary but nothing important really.
Offline