Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 451 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 451 Bytes

imu_cam_strm

Software to interface the Beaglebone Black (BBB) with the MPU-6050 3 axis accelerometer and gyro IMU. Data is collected from the IMU over I2C bus in raw quaternion format, converted to Euler angles and then sent over the network to a remote machine. Also, software is provided to stream .jpg images from the USB webcam to a remote computer. Software is based on InvenSense Motion Driver Firmware examples found on I2CDevLib and ARMmbed