Changes between Version 1 and Version 2 of ControlSystems/Electrical/Training/Arduino


Ignore:
Timestamp:
Aug 28, 2015, 6:01:20 PM (10 years ago)
Author:
David Albert
Comment:

--

Legend:

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

    v1 v2  
    11[https://www.arduino.cc/ Arduino] is a wildly popular hobby computing platform.  Arduino is open-source and includes:
    22  * A friendly software development environment that runs on Windows, Mac OS X, and Linux (get it [https://www.arduino.cc/en/Main/Software here])
    3   * A wide range of single board computers (see [https://www.arduino.cc/en/Main/Products here])
    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 motor control, Ethernet, WiFi, etc.
     3  * A wide range of single board computers (see [https://www.arduino.cc/en/Main/Products here]) based on AVR and ARM processors
     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.
    55
    66You can even develop in the cloud (see [https://codebender.cc/ here]).