You are not logged in.

#1 2017-03-22 17:25:10

balbers
Member
Registered: 2017-03-22
Posts: 9

Cant Connect to my Pi

I tried searching but couldn't really find anything.

I wrote the img file to the sd card for my pi 3, installed it and it went through the normal boot up saying everything was OK and then went to a blank screen (hooked up to the projector via HDMI currently thrown at a wall while i figure things out)  I have a network cable connecting the PI directly to my computer (read that I didn't need a router for it) and I loaded the 64bit .exe file and then went to http://127.0.0.1:8080 which brings up a lovely dashboard however when I click turn on projector it takes over the second monitor on my desktop computer which will then display all the calibration images as I click them, I cant direct it to the pi/printer.  I haven't loaded the new firmware or hooked up the ramps to the PI yet as I want to confirm this terminal will work before I change any of that.

The .exe terminal reads:
2017/03/22 12:14:09.323391 {"Layer":"0","module":"Hardware","level":"Notice","msg":"Initializing build # 0 - generic"}
2017/03/22 12:14:09.323391 {"Layer":"0","module":"SLAVE","level":"Error","msg":"Serial port could not be activated The system cannot find the path specified."}
2017/03/22 12:14:09.323391 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Terminal Reader Activated"}
⇛ http server started on [::]:8080
2017/03/22 12:21:54.473515 {"Layer":"0","module":"SLAVE","level":"Error","msg":"Serial port could not be activated The system cannot find the path specified."}

Help!  I know I've got to be missing something..

Offline

#2 2017-03-22 18:13:18

balbers
Member
Registered: 2017-03-22
Posts: 9

Re: Cant Connect to my Pi

I moved over to an unmanaged switch and added my laptop to the network which I can now see yet no raspberry pi visible.  I swapped cabled to make sure I had a good cable and no change.

Offline

#3 2017-03-22 18:31:32

Shahin
Administrator
Registered: 2016-02-17
Posts: 3,541

Re: Cant Connect to my Pi

On RPi the screen must go blank as it will be used for image projection so it is fine.
Windows program is totally separate to RPi version. You should use one of the them not both.

You can connect RPi directly to your pc but you need to change both pc and rpi's ip to static.
There are lots of different ways to setup RPi connectivity (wired directly, wirelessly, with managed and unmanaged switch with dhcp without dhcp) I suggest check out muve3d guide on rpi version.
https://drive.google.com/file/d/0B8xCOd … ZvVnM/view

Probably easiest way is to connect your rpi to your home network, and checkout your router/modem panel to see IP or check out windows network area as it broadcast its through upnp.

Offline

#4 2017-03-22 18:44:44

balbers
Member
Registered: 2017-03-22
Posts: 9

Re: Cant Connect to my Pi

Shahin wrote:

On RPi the screen must go blank as it will be used for image projection so it is fine.
Windows program is totally separate to RPi version. You should use one of the them not both.

You can connect RPi directly to your pc but you need to change both pc and rpi's ip to static.
There are lots of different ways to setup RPi connectivity (wired directly, wirelessly, with managed and unmanaged switch with dhcp without dhcp) I suggest check out muve3d guide on rpi version.
https://drive.google.com/file/d/0B8xCOd … ZvVnM/view

Probably easiest way is to connect your rpi to your home network, and checkout your router/modem panel to see IP or check out windows network area as it broadcast its through upnp.

So the windows version is simply to control the DLP printer through windows?  I guess that makes sense now.

I am just wanting to separate my muve DLP printer from the need of a dedicated computer and be able to send files to it easily via my main desktop which currently just uses wifi (its in a hospital so I cant connect to the wired network with this one)  I want to connect with the printer via a network cable. 

How do I change the RPi ip to static?  would that be in the config file?

Offline

#5 2017-03-22 18:53:54

Shahin
Administrator
Registered: 2016-02-17
Posts: 3,541

Re: Cant Connect to my Pi

It is a general linux question. Unfortunately you need to have basic networking knowledge and follow tutorials on how to setup static ip on bash.
Basic idea is that.
You make your windows ethernet IP static like below:
IP: 192.168.2.5
Subnet: 255.255.255.0

On RPi side
IP: 192.168.2.6
Subnet: 255.255.255.0

On windows it is easier to do. For linux you can follow this one
http://raspberrypi.stackexchange.com/qu … ian-jessie

Where it mentioned       
static ip_address=192.168.0.10/24
You should change it to
static ip_address=192.168.2.6/24

So you can connect to rpi by putting 192.168.2.6 IP on your browser.

If you do not know how to ssh into rpi, checkout guide on putty.

Offline

#6 2017-03-22 18:58:20

balbers
Member
Registered: 2017-03-22
Posts: 9

Re: Cant Connect to my Pi

Shahin wrote:

It is a general linux question. Unfortunately you need to have basic networking knowledge and follow tutorials on how to setup static ip on bash.
Basic idea is that.
You make your windows ethernet IP static like below:
IP: 192.168.2.5
Subnet: 255.255.255.0

On RPi side
IP: 192.168.2.6
Subnet: 255.255.255.0

On windows it is easier to do. For linux you can follow this one
http://raspberrypi.stackexchange.com/qu … ian-jessie

Where it mentioned       
static ip_address=192.168.0.10/24
You should change it to
static ip_address=192.168.2.6/24

So you can connect to rpi by putting 192.168.2.6 IP on your browser.

If you do not know how to ssh into rpi, checkout guide on putty.

Could I also change the nanodlp_network file on the raspberry pi?
What should I set the gateway to?  just 192.168.2.1?
Ill investigate what you posted, I appreciate the help!

Last edited by balbers (2017-03-22 19:02:08)

Offline

#7 2017-03-22 19:04:58

balbers
Member
Registered: 2017-03-22
Posts: 9

Re: Cant Connect to my Pi

I edited the file nanodlp-network, hows this look?


# 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.2.6
    netmask 255.255.255.0    gateway 192.168.2.1

WIFI Settings

# WPA - Edit and uncomment lines below to connect to WPA/WPA2 network
# iface wlan0 inet manual
#    wpa-ssid "WIFI SSID"
#    wpa-psk "WIFI Password"

# 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

#8 2017-03-22 19:14:38

Shahin
Administrator
Registered: 2016-02-17
Posts: 3,541

Re: Cant Connect to my Pi

Gateways is not import in your case.
Yes, you can also edit nanodlp_network.
File looks fine. restart rpi.

Change your windows ip to static too.

Offline

#9 2017-03-22 19:34:47

balbers
Member
Registered: 2017-03-22
Posts: 9

Re: Cant Connect to my Pi

I saved the settings I posted above and rebooted everything and still wont connect, just times out when i plug in 192.168.2.6 into chrome or edge.  I did notice that the Ethernet connection is labeled as unidentified network and wonder if that has anything to do with it.

Offline

#10 2017-03-22 19:55:55

Shahin
Administrator
Registered: 2016-02-17
Posts: 3,541

Re: Cant Connect to my Pi

Unidentified network issue is related to not having correct gateway which is not important.
Try ping your rpi see if you could see it or not. If you do not see it type ipconfig /all  on command prompt and paste output here.

Offline

#11 2017-03-22 20:07:33

balbers
Member
Registered: 2017-03-22
Posts: 9

Re: Cant Connect to my Pi

ping just times out

ipconfig/all:
Windows IP Configuration

   Host Name . . . . . . . . . . . . : DESKTOP-676AEVF
   Primary Dns Suffix  . . . . . . . :
   Node Type . . . . . . . . . . . . : Hybrid
   IP Routing Enabled. . . . . . . . : No
   WINS Proxy Enabled. . . . . . . . : No

Wireless LAN adapter Local Area Connection* 2:

   Media State . . . . . . . . . . . : Media disconnected
   Connection-specific DNS Suffix  . :
   Description . . . . . . . . . . . : Microsoft Wi-Fi Direct Virtual Adapter
   Physical Address. . . . . . . . . : 7C-5C-F8-F4-AA-F2
   DHCP Enabled. . . . . . . . . . . : Yes
   Autoconfiguration Enabled . . . . : Yes

Ethernet adapter Ethernet:

   Connection-specific DNS Suffix  . :
   Description . . . . . . . . . . . : Killer e2400 Gigabit Ethernet Controller
   Physical Address. . . . . . . . . : 70-85-C2-21-95-F0
   DHCP Enabled. . . . . . . . . . . : No
   Autoconfiguration Enabled . . . . : Yes
   Link-local IPv6 Address . . . . . : fe80::e8cc:9aad:e759:f8a9%10(Preferred)
   IPv4 Address. . . . . . . . . . . : 192.168.2.5(Preferred)
   Subnet Mask . . . . . . . . . . . : 255.255.255.0
   Default Gateway . . . . . . . . . :
   DHCPv6 IAID . . . . . . . . . . . : 74483138
   DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-1F-D9-49-FE-70-85-C2-21-95-F0
   DNS Servers . . . . . . . . . . . : fec0:0:0:ffff::1%1
                                       fec0:0:0:ffff::2%1
                                       fec0:0:0:ffff::3%1
   NetBIOS over Tcpip. . . . . . . . : Enabled

Tunnel adapter Teredo Tunneling Pseudo-Interface:

   Media State . . . . . . . . . . . : Media disconnected
   Connection-specific DNS Suffix  . :
   Description . . . . . . . . . . . : Teredo Tunneling Pseudo-Interface
   Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
   DHCP Enabled. . . . . . . . . . . : No
   Autoconfiguration Enabled . . . . : Yes

Tunnel adapter isatap.{7D5DD88C-ECEE-4092-BC8D-4DCC8AE9314B}:

   Media State . . . . . . . . . . . : Media disconnected
   Connection-specific DNS Suffix  . :
   Description . . . . . . . . . . . : Microsoft ISATAP Adapter #2
   Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
   DHCP Enabled. . . . . . . . . . . : No
   Autoconfiguration Enabled . . . . : Yes

Wireless LAN adapter Wi-Fi:

   Media State . . . . . . . . . . . : Media disconnected
   Connection-specific DNS Suffix  . : ssmhc.com
   Description . . . . . . . . . . . : Intel(R) Dual Band Wireless-AC 7260
   Physical Address. . . . . . . . . : 7C-5C-F8-F4-AA-F1
   DHCP Enabled. . . . . . . . . . . : Yes
   Autoconfiguration Enabled . . . . : Yes

Offline

#12 2017-03-22 20:21:00

Shahin
Administrator
Registered: 2016-02-17
Posts: 3,541

Re: Cant Connect to my Pi

It is easier to setup follow this one. http://carbonstone.blogspot.co.uk/2014/ … ernet.html

Offline

#13 2017-03-28 20:39:37

balbers
Member
Registered: 2017-03-22
Posts: 9

Re: Cant Connect to my Pi

I'll try that, thanks!

Offline

Board footer

Powered by FluxBB