Category:Arduino: Difference between revisions

Category page
mNo edit summary
mNo edit summary
 
Line 2: Line 2:


Arduino is a microcontroller family that can easily be programmed with a processing-like IDE.  
Arduino is a microcontroller family that can easily be programmed with a processing-like IDE.  
It's main features are:
Its main features are:
* stand-alone operation
* stand-alone operation
* programmable in a C-like language
* programmable in a C-like language

Latest revision as of 16:34, 26 October 2011

Arduino Duemilanove

Arduino is a microcontroller family that can easily be programmed with a processing-like IDE. Its main features are:

  • stand-alone operation
  • programmable in a C-like language
  • huge user-base, so lots of info/code/libraries available
  • inputs (eg. for sensors or switches)
  • outputs (eg. for LEDs, motors or to control other hardware)
  • serial communication (RS232), via USB
  • various shields available (eg. Bluetooth, XBee, WiFi, Network)

Get more information: