I am experiencing a critical connection issue with my Reachy 2. Yesterday, the robot was working perfectly. Today, it booted up, connected successfully for a brief moment, and then completely disconnected on its own without any intervention.
Here is a detailed step-by-step breakdown of the issue and the troubleshooting I have already performed:
1. IP & SSH Failure: I usually connect via SSH using ssh bedrock@192.168.100.16. This suddenly stopped working.
2. Web Interfaces Unreachable: Both the diagnostic page (http://192.168.100.16:5000/) and the dashboard (http://192.168.100.16:8000/robot) timeout and refuse to connect.
3. Hostname Fallback Failed: I tried pinging and connecting via SSH using the robot’s local hostname (<Reachy.2.name>.local), but it fails to respond.
4. Emergency Serial Connection Failed: Assuming a network configuration issue, I attempted a direct hardware serial connection. I verified my permissions (sudo usermod -aG dialout $USER) and executed tio /dev/ttyUSB0. Unfortunately, it does not connect to the console at all.
Given that even the direct serial connection is unresponsive, I suspect the internal computer might have frozen or lost power.
Could you provide guidance on what physical components or internal logs I should check next to diagnose this?
Hi @alvaro_solana,
We are sorry to hear about your issue.
Could you confirm :
the LED in front of the power button is on ?
Reachy and your computer are connected on the same network ?
you are using the console cable provided by us ?
the id of the USB is correct in the tio command ? (you may need to adapt the ttyUSB#, depending on the other USB devices already connected to your computer)
Note that the first login attempt with tio often does not display anything but if you type something and press enter, usually the line asking you to type the login usually appears (login : bedrock, password: root)
Could you send us the screenshot of the console when you execute the command (tio /dev/ttyUSB0) ? and a photo of the LEDs of the bedrock when you turn it on ?
Network: My computer and Reachy were connected to the same Wi-Fi network. However, when I connect the LCD screen to the USB port on the mobile base, Reachy’s IP addresses do not appear at all.
Console Cable: I show two console cables in the video linked above, but I am not entirely sure if either of them is the official one provided by Pollen Robotics. Could you confirm if they look correct?
tio Command & Console: I have attached the screenshot of the console when executing tio /dev/ttyUSB0. Even after pressing ‘Enter’ multiple times and trying to type, the terminal just hangs and remains completely unresponsive.
When I power on the robot, it does perform the initial calibration movement. This confirms the motors are getting power.