How to Use Arduino to Extend RoboRio - MDHSRobotics/TeamWiki GitHub Wiki

Home / Tutorials

#How to Use Arduino to Extend RoboRio

One of the exciting developments of the 2015-2016 season was that the team added the ability to use an Arduino's to extend the capabilities of the robot. Specifically, two HC-SR04 distance sensors were used to assess distance to field objects and perimeters. This opens up a whole new range of sensors and devices from the Arduino and consumer/maker markets that can now be used to extend the robot.
Extending Roborio

Getting Started

  • I2CArduino Project - fork this project
  • [Understanding the RoboRio to I2C Interface Design](Understanding the RoboRio to I2C Interface Design)

###References