Network tables on roborio

We are trying to setup network tables between a roborio and a raspberry pi. After following this tutorial, https://robotpy.readthedocs.io/en/stable/guide/nt.html#server-initialization-robot , we have set up the program on the raspberry pi but it is not able to read anything from the rio. Any ideas?

What is the Raspberry Pi program printing regarding “NT:”? Is there a CONNECTED message at some point on either the Raspberry Pi or the Rio?

We are not able to get any messages or even connect

It would be much easier to help if you post a link to your Python code. Just to confirm the physical side of things, the RoboRIO and Raspberry Pi are both on the same Ethernet network and you can ping the RoboRIO from the Raspberry Pi (just run ping roborio-TEAM-frc.local or whatever address you put into the server=’’ string in your python program on the Raspberry Pi; if it’s connected you should see responses and you can hit ctrl-C to stop).

Im trying to use robotpy but I cant figure out how to install it on the rio. The docs are not updated so that doesnt work.

RobotPy hasn’t been updated for 2020 yet. See RobotPy 2020 availability

I thought the Python program you were talking about was running on the Pi? What code is currently running on the Rio?

we figured it out. Thanks for helping.

Maybe share the solution, for others to come?

we did not realize that robotpy had not been updated for 2020,

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.