Changes between Version 7 and Version 8 of ControlSystems/Electrical/Training/Arduino


Ignore:
Timestamp:
Sep 24, 2015, 12:14:20 PM (10 years ago)
Author:
David Albert
Comment:

--

Legend:

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

    v7 v8  
    44  * 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.
    55
    6 Single board computers like Arduino are perfect for robotics because they are small, rugged, and can easily run on battery power.  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.  Other popular single-board computers for robotics include the [http://www.sainsmart.com/raspberry-pi-2-model-b-1gb-ram-quad-core-cpu-latest-version-2015-6x-faster.html Rasberry Pi] and [http://www.mbed.com/en/ mBed].
     6Single board computers like Arduino are perfect for robotics because they are small, rugged, and can easily run on battery power.  We use Arduino computers on Team 2537 mainly because they are very inexpensive (often available for less than $4).  Arduino computers can easily be connected to sensors that provide information about the real world and actuators such as motors and solenoids.  Other popular single-board computers for robotics include the [http://www.sainsmart.com/raspberry-pi-2-model-b-1gb-ram-quad-core-cpu-latest-version-2015-6x-faster.html Rasberry Pi] and [http://www.mbed.com/en/ mBed].
    77
    88Team 2537 has a set of lessons that introduce you to Arduino through hands-on projects culminating in mini-robots that you design.