|
Re: I2C read from Raspberry Pi to RoboRio
Quote:
Originally Posted by rzoeller
Could they hook it into NetworkTables?
|
It's possible to run NetworkTables on a Raspberry Pi, and currently pynetworktables should work for that and be able to connect to your robot. https://github.com/robotpy/pynetworktables
Using NetworkTables from another language on a Raspberry Pi is harder, as it now uses a native library, however its not too difficult to compile it.
__________________
All statements made are my own and not the feelings of any of my affiliated teams.
Teams 1510 and 2898 - Student 2010-2012
Team 4488 - Mentor 2013-2016
Co-developer of RobotDotNet, a .NET port of the WPILib.
|