Duet2 wifi Not connecting
-
@Tisum1979 said in Duet2 wifi Not connecting:
abigail2011
That's the password you set in the M589 command.
-
would the connection to the board not work if there
-
so if I am connected to the duet wifi I don't have internet. It disconnects me from spectrum
-
- WiFi -<LF>
Network state is running<LF>
WiFi module is providing access point <LF>
Failed messages: pending 0, notready 0, noresp 1<LF>
WiFi firmware version 1.23<LF>
WiFi MAC address 9a:f4:ab:cf:be:21<LF>
WiFi Vcc 3.33, reset reason Exception<LF>
WiFi flash size 4194304, free heap 25848<LF>
WiFi IP address 192.168.1.1<LF>
Connected clients 0<LF>
Socket states: 0 0 0 0 0 0 0 0<LF>
ok<LF>
- WiFi -<LF>
-
ok so I need to be set to the IP address or the DNS address
That could be the issue -
ok so I will try to clear all network and reenter ssid and password along with the IP adress and see what happens
-
Yes that's right, when you're connected to the Duet network you wouldn't be able to get to the internet.
But when you're connected to the duet network you can try accessing the web interface of the duet by going to the IP address 192.168.1.1 in your browser. If that works, then that means the duet wifi is working correctly.
If the Duet can't connect to your router, I'm not sure why that would be. The network needs to be 2.4Ghz because 5.0Ghz won't work for the Duet. If your router has the same SSID for both 2.4 and 5Ghz networks it may help to separate them out into different names. Though the 2G at the end of your SSID makes me think that may already be the case.
-
I am thinking the security from spectrum is keeping me from connecting the way it normally does
-
The duet supports WPA2 only.
-
I have 2 separate names for the 2 and 5 and I am on 2
-
I do understand what you are saying but stumped on why the connection isn't working
-
@dc42 Ok, so I did a test and made a dummy wifi account or link and was able to connect my board to the dummy wifi, which the wifi light stayed solid but it disconnected my internet. I connected to my internet and the light stayed solid blue but I could not get an IP address to pop up. I even typed in the wifi IP address to see if the DWC would pop up but it didn't. I am thinking there is a disconnect because of the providers security or mine.
-
Yes it sounds like a problem with the providers router settings. It has occasionally been reported before with ISP provided routers. You might be able to contact the ISP and explain the situation and maybe they can guide you on what to change, so some people have added a small cheap wifi extender as an access point for the printer.
-
I noticed in the feed back from the board that it says talnet disabled. what does that mean
-
RepRapFirmware for Duet 2 WiFi/Ethernet Version 2.05.1 dated 2020-02-09b1<LF>
<LF>
Executing config.g...HTTP is enabled on port 80<LF>
FTP is disabled<LF>
TELNET is disabled<LF>
Done!<LF> -
https://en.wikipedia.org/wiki/Telnet
telnet is protocol used to get command line access to a system over a network. Not really relevant here.
-
ok so I just talked to the service provider and there are no security that would prevent the board from connecting. The only other thing I can think is that I need to use macro to enter the SSID and password. I'm not sure what I gotta do to do that
-
Put the SD card in your computer
Use a text editor to create a file
Enter the command M587 S"NETWORKNAME" P"PASSWORD" into the file with your network name and password.
Save the file as addwifi and save it to the macros folder on the SD card.
Put the card back in the duet and power it on by connecting to usb
Use YAT to send the command M98 Paddwifi
That will run the macro and try adding your ssid and password
The send m552 S1 and see if it connects.Just because they say there is no security stopping it doesn't mean that it will work. There could be other technical reasons preventing it that were just not aware of.
-
not sure how to get to text editor.
-
note pad on windows