Changes between Version 8 and Version 9 of ControlSystems/Electrical/Training/Arduino/Lesson8


Ignore:
Timestamp:
Oct 25, 2015, 8:05:39 AM (10 years ago)
Author:
David Albert
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ControlSystems/Electrical/Training/Arduino/Lesson8

    v8 v9  
    3535[http://www.analysir.com/blog/2014/12/08/infrared-receiver-showdown-tsop34438-vs-vs1838b-winner-revealed/ IR receiver showdown]
    3636
     37== !Accelerometer/Gyroscope ==
     38
     39[[Image(http://i.ebayimg.com/images/g/BzkAAOSw9r1V-9c0/s-l1600.jpg, align=right, width=200)]] The team has a low cost ($3-4) Invensense MPU6050 3-axis gyroscope/accelerometer (aka Inertial Management Unit or IMU).  You can read about it and how to program it [http://playground.arduino.cc/Main/MPU-6050 here].  Because it is very inexpensive, it is used in many robotics projects such as a [http://www.instructables.com/id/2-Wheel-Self-Balancing-Robot-by-using-Arduino-and-/ self-balancing robot] and this [http://diyhacking.com/arduino-mpu-6050-imu-sensor-tutorial/ tutorial].
     40
    3741
    3842== Other Topics ==