Create3 stuck in boot loop #200
-
Overview: Is there a way to possibly do a factory reset? Details: The issue started when trying to connect them to wifi. After trying to connect them to wifi, the robots' lightring turned a solid red color. Following the directions from the docs (https://iroboteducation.github.io/create3_docs/hw/face/), I cycled their power by holding the power button for 20 seconds until they turned off and on again. From this point on, the robots have been stuck in the booting sequence (lightring displaying a spinning white animation). It is worth noting that this only occurred for 5 of the 9 robots, the other 4 robots are booting up successfully and connecting to wifi (This was verified by using Actions taken:
Any suggestions on possible fixes are highly appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 17 replies
-
Hi there, Edit: I see now that you did attempt to do this first paragraph, but I'm leaving it here for another person's future reference. The second paragraph continues to be my recommendation to get into one robot in order to pull its logs so that we can verify that's indeed the issue. It sounds to me like you put multiple robots on a multicast-capable network without first changing their domain IDs or giving them unique namespaces. This page covers the reason that is a problem, and how to set them up. Is that what happened? If so, you need to get to this page on the webserver of each robot either to change the domain ID or to set a unique namespace. My recommendation is that you remove the battery from all but one of the misbehaving robots. Removing the battery requires removing the bottom cover using five captive Philips screws on the bottom of each robot. Once only one robot is powered up, see if you can communicate with the robot as you had before. If so, first pull the logs so that we can verify the reason for application restarts, and then either change the domain ID or namespace of that robot. Then power them up in turn, and get them all on the network. If after doing this, the remaining robot continues to have a spinning white light, please do also try to pull its battery, and move to one of the other robots whose battery had been pulled; once the robots are without their batteries for 15 minutes, you will have to seat the robot on the dock to wake it up, again. Also, fully booting a robot if it needs to recover can take as many as seven minutes. Please do wait that long before power cycling it, there could be further issues. Let us know if that helps. I can't guarantee a rapid response during the weekend but we'll do our best. PS: I would also recommend contacting [email protected] in the case that it does not. |
Beta Was this translation helpful? Give feedback.
-
Here is what I have done
with a number belonging to your LAN interface. It can be retrieved by typing: Then, I accessed to webserver at http://192.168.10.1 Hope it might help. |
Beta Was this translation helpful? Give feedback.
hi @Marwan-Refaat
Here is what I have done
IP adresss : 192.168.186.3
Subset mask : 255.255.255.0
For that I openned a cmd terminal and typed
netsh interface ipv4 set address name=<ID> static 192.168.186.3 mask=255.255.255.0
with a number belonging to your LAN interface. It can be retrieved by typing:
Netsh interface ipv4 show interface
(mine what 6)Then, I accessed to webserver at http://192.168.10.1
Hope it might help.
pierre