We’re trying to connect to our RoboRIO through the driver station (via USB) but getting No Robot Communication. We’re able to ping roboRIO-8884.local but not 172.22.11.2 or 10.88.84.2. Also, uploading code works. We’ve tried disabling all network devices except for the roborio connection and also the firewall.
The driver station connects over network I think so I would think that you would need to connect ethernet from your driver station to your RIO to get it to work. That is also likely the reason you cannot connect to 10.88.84.2 as that is a network address and I’m not sure the RIO’s usb port supports sending network data.
This seems completely normal. Over USB the address is 172.22.11.2. Connected any other way the roboRIO is probably DHCP (unless you set it to static) which would mean it would need to get an address from the radio.
What do you mean, “I guess the usb port does support networking”? It has always worked under the above address for both imaging and normal robot communication. It obviously won’t be a final solution for competition so it is best to get your radio imaged and working ASAP.
I am just uninformed about how the Rio connects to the computer, since we usually just use the radio. I didn’t know if flashing the Rio was connecting through networking or not.