Changes between Version 5 and Version 6 of ControlSystems/Electrical/Training/Arduino
- Timestamp:
- Sep 24, 2015, 12:09:26 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ControlSystems/Electrical/Training/Arduino
v5 v6 4 4 * A standard stackable [http://www.gammon.com.au/forum/?id=11473 interface] that lets you plug "shields" into the single-board computers to extend their functionality with things like [http://www.gearbest.com/other-accessories/pp_218079.html motor control], [http://www.gearbest.com/development-boards/pp_136559.html Ethernet], [http://store.cutedigi.com/juniper-wifi-shield-for-arduino-based-on-gainspan-module/ WiFi], etc. 5 5 6 We use Arduino computers on Team 2537 because they are very inexpensive (often available for less than $4) and are designed to connect to the real world. Arduino computers can easily be connected to sensors that provide information about the real world and actuators such as motors and solenoids that can interact with the world.6 We use Arduino computers on Team 2537 because they are very inexpensive (often available for less than $4) and are perfect for robotics. Arduino computers can easily be connected to sensors that provide information about the real world and actuators such as motors and solenoids. 7 7 8 8 Team 2537 has a set of lessons that introduce you to Arduino through hands-on projects culminating in mini-robots that you design.