Issue with Wifi connectivity.
-
In your YAT settings, go to Text Settings and set end-of-line to LF only. That will make the output easier to read and avoid it being truncated.
You've made progress, because when you sent M587 by itself, it listed 'Meet' as a remembered network. Is that the correct SSID of your WiFi network?
-
So we made some improvement. I was able to connect to my SSID. I use this command to find IP address.
M552 S1
OK Wifi module is connected to access point "*****" and IP address "192.168.1.10"So I type 192.168.1.10 in google chrome. But I am not able to see any output.
DC42, do you have any idea about that?
-
One more thing, do you know how to reset the wifi module. I mean, I would like to delete my old SSID and I wanna connect to new SSID. Do you have any idea how to connect different ssid?
-
-
thank you dougal1957.
But i have some issue to
M588
M588: Bad or missing parameter<LF>ok<LF>
M587
M587: Failed to retrieve network list<LF>ok<LF>
M552
WiFi module is connected to access point AMCRP, IP address 192.168.1.10<LF>ok<LF>And I am able to ping the IP address. but I am not able to connect another SSID. And one more thing, when I use this IP address in google. I receive error says " Your Duet rejected the HTTP request: page not found"
Does anyone have any idea?
-
Click the link in my post to get the description of the commands and the parameters you need to use. (M588 S"*" will forget all remembered networks)
-
@meetpatel111128 said in Issue with Wifi connectivity.:
thank you dougal1957.
But i have some issue to
M588
M588: Bad or missing parameter<LF>ok<LF>Use M588 S"*" to delete all remembered networks. Or e.g. M588 S"myssid" to delete just one.
M587
M587: Failed to retrieve network list<LF>ok<LF>That's an odd one. Try sending M552 S0 and then repeat the M587 command.
M552
WiFi module is connected to access point AMCRP, IP address 192.168.1.10<LF>ok<LF>And I am able to ping the IP address. but I am not able to connect another SSID. And one more thing, when I use this IP address in google. I receive error says " Your Duet rejected the HTTP request: page not found"
Does anyone have any idea?
The error message indicates that it didn't find the correct file in the /www folder of your SD card. So either the /www folder hasn't been set up correctly, or the SD card isn't being read. To check that the SD card is being read ok, send M503 from YAT and it should print the contents of config.g. Did you upgrade the firmware from a version older than. 1.19? If so then you need to extract the contents of DuetWebControl.zip into /www.
-
Which files need to be in SD card to see web console? And how to download those files?
-
First for all!Simply tips with modem+route combo
Step 1: Check WAN and LAN connections. ...
Step 2: Verify wireless adapter. ...
Step 3: Verify AP and router settings. ...
Step 4: Verify TCP/IP settings. ...
Verify network connection with Ping. ...
Step 6: Check wireless-specific issues.
Johny -
Thank you Johhnyalter. I have success full connection with my wifi. But i am not able to connect to my web console. I think so i am missing a right file in my SD card. Do you have any idea where to download all file for the SD card?