Arduino: Difference between revisions

From Open Source Ecology
Jump to navigation Jump to search
 
(12 intermediate revisions by 7 users not shown)
Line 1: Line 1:
Arduino is a cheap, open-source microcontroller. (A microcontroller is a programmable chip that can act as the brain of a machine.) Arduino is very populat in open hardware projects, from our [[CEB Press]] to [[Yobot]], where it controls yogurt fermentation, to [[Botanicalls]], where it tell you if your plants are underwatered. You can also fabricate one by yourself see:[[DIY Arduino]]
{{OrigLang}}
 
=Installing Software=
Command line and Ubuntu Software Center options - https://www.youtube.com/watch?v=QX1OS7p98kU
 
=Microcontroller=
 
'''Arduino Uno: Microcontroller Board''' [http://www.amazon.com/Arduino-UNO-Rev-3/dp/B002YQI5L4/ref=sr_1_7?ie=UTF8&qid=1343625883&sr=8-7&keywords=arduino+uno Source]
 
'''Arduino IDE: Integrated Development Environment''' [http://arduino.cc/en/Main/Software Source]
 
'''Getting Arduino Board and Processing to Communicate Together''' [[Arduino Processing|Instructions]]
 
'''Getting Computer to Connect to Arduino Board''' [[Computer Arduino|Instructions]]
 
=Overview=
 
Arduino is a cheap, open-source circuit board [https://en.wikipedia.org/wiki/AVR_microcontrollers usually using AVR type] [[Microcontrollers]]. (A microcontroller is a programmable chip that can act as the brain of a machine.) Arduino is very popular in open hardware projects, from our [[CEB Press]] to [[Yobot]], where it controls yogurt fermentation, to [[Botanicalls]], where it tells you if your plants are underwatered. You can also fabricate one by yourself see:[[DIY Arduino]]


http://arduino.cc/en/Main/ArduinoBoardDuemilanove  
http://arduino.cc/en/Main/ArduinoBoardDuemilanove  
Line 13: Line 30:
   
   
==OSE Wiki pages involving Arduino==  
==OSE Wiki pages involving Arduino==  
[[GardenBot]], [[Arduino_Control_of_CEB_Prototype_2| CEB controller]], [[Open energy monitor]], [[Arduino Inverter]], [[Yobot]] ?
* [[Arduino_Control_of_CEB_Prototype_2| CEB controller]]
* [[Arduino Inverter]]
* [[Charge_Controller_Concept]]
* [[Free_Charge_Controller]]
* [[GardenBot]]
* [[Open energy monitor]]
* [[Open_Source_Charge_Controller]]
* [[Yobot]] ?
* [[Arduino Beginner Resources]]
* [[Arduino Environment]]


==External links==  
==External links==  
Line 19: Line 45:
* [http://www.arduino.cc/ Arduino project main page]  
* [http://www.arduino.cc/ Arduino project main page]  
* [http://makezine.com/arduino/ MAKE:Arduino]
* [http://makezine.com/arduino/ MAKE:Arduino]
* [http://tronixstuff.wordpress.com/tutorials/ Learning electronics concepts step by step]
* [http://tronixstuff.wordpress.com/tutorials/ Learning Arduino concepts step by step]
[[Category:Circuit Boards]]
[[Category:Circuit Boards]]
[[Category:Circuit Board Fabrication]]
[[Category:Circuit Board Fabrication]]

Latest revision as of 16:09, 12 March 2019

Installing Software

Command line and Ubuntu Software Center options - https://www.youtube.com/watch?v=QX1OS7p98kU

Microcontroller

Arduino Uno: Microcontroller Board Source

Arduino IDE: Integrated Development Environment Source

Getting Arduino Board and Processing to Communicate Together Instructions

Getting Computer to Connect to Arduino Board Instructions

Overview

Arduino is a cheap, open-source circuit board usually using AVR type Microcontrollers. (A microcontroller is a programmable chip that can act as the brain of a machine.) Arduino is very popular in open hardware projects, from our CEB Press to Yobot, where it controls yogurt fermentation, to Botanicalls, where it tells you if your plants are underwatered. You can also fabricate one by yourself see:DIY Arduino

http://arduino.cc/en/Main/ArduinoBoardDuemilanove

Arduino.jpg


Arduino The Documentary (2010) English HD from gnd on Vimeo.


OSE Wiki pages involving Arduino

External links