RobotCasserole1736 / RobotCasserole2017

Robot Casserole robot source code for the 2017 FRC game, First Steamworks.
MIT License
0 stars 0 forks source link

Move IP addresses of BBB and camera out of the DHCP range #84

Closed gerth2 closed 7 years ago

gerth2 commented 7 years ago

This year, IP addresses .11 through .230 will be assigned via DHCP. Since the cameras & BBB have static IP's, they should go outside this range.

Update BBB settings and robot code to assign fixed IP addresses of:

.10 - Vision Processing Camera .9 - BBB .8 - Driver Camera

Additionally, re-flash the software test bench radio using the FRC radio config utility to ensure its settings are as they should be. Enabling the firewall to duplicate FMS behavior would be good.

Test full system on bench board and confirm it all works.

gerth2 commented 7 years ago

done and tested