Arduino Beginner Resources: Difference between revisions

From Open Source Ecology
Jump to navigation Jump to search
(Created page with "{{OrigLang}} =Overview= 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...")
 
 
(8 intermediate revisions by 2 users not shown)
Line 4: Line 4:
=Overview=
=Overview=


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 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]]
Arduino is an "open-source electronics platform based on easy-to-use hardware and software" [https://www.arduino.cc/en/Guide/Introduction]. See [[Arduino]]


http://arduino.cc/en/Main/ArduinoBoardDuemilanove
It is primarily built around [https://en.wikipedia.org/wiki/AVR_microcontrollers AVR microcontrollers] from Atmel (but designs with alternative microcontrollers exit). The Arduino platform is open source/hardware, but the AVR microcontrollers are proprietary (not open hardware).
[[Image:arduino.jpg]]


=Orientation Materials=
=Orientation Materials=




'''Getting Arduino Board and Processing to Communicate Together''' [[Arduino Processing|Instructions]]
* [https://www.youtube.com/watch?v=nL34zDTPkcs You can learn Arduino in 15 minutes.]
 
* [https://www.baldengineer.com/arduino-prototype-into-product.html How to Turn Your Arduino Prototype Into a Manufacturable Product]
'''Getting Computer to Connect to Arduino Board''' [[Computer Arduino|Instructions]]
* [https://www.youtube.com/watch?v=BtLwoNJ6klE Arduino Basics 101: Hardware Overview, Fundamental Code Commands]
[https://www.youtube.com/watch?v=nL34zDTPkcs You can learn Arduino in 15 minutes.]
* [https://www.youtube.com/watch?v=sNIMCdVOHOM 1-Day Project: Build Your Own Arduino Uno for $5 (Example of Breadboard Arduino)]
[https://www.baldengineer.com/arduino-prototype-into-product.html How to Turn Your Arduino Prototype Into a Manufacturable Product]
* Getting Arduino Board and Processing to Communicate Together''' [[Arduino Processing|Instructions]]
[https://www.youtube.com/watch?v=BtLwoNJ6klE Arduino Basics 101: Hardware Overview, Fundamental Code Commands]
* Getting Computer to Connect to Arduino Board''' [[Computer Arduino|Instructions]]
[https://www.youtube.com/watch?v=sNIMCdVOHOM 1-Day Project: Build Your Own Arduino Uno for $5 (Example of Breadboard Arduino)]
 
   
   
==OSE Wiki pages involving Arduino==  
==OSE Wiki pages involving Arduino==  
Line 32: Line 28:
* [[Yobot]] ?
* [[Yobot]] ?
* [[Arduino Beginner Resources]]
* [[Arduino Beginner Resources]]
* [[Arduino]]
* [[Arduino Environment]]


==External links==  
==External links==  
Line 38: Line 36:
* [http://makezine.com/arduino/ MAKE:Arduino]
* [http://makezine.com/arduino/ MAKE:Arduino]
* [http://tronixstuff.wordpress.com/tutorials/ Learning Arduino concepts step by step]
* [http://tronixstuff.wordpress.com/tutorials/ Learning Arduino concepts step by step]
* [https://www.arduino.cc/reference/en/ Arduino Code Reference]
* [https://www.arduino.cc/en/Reference/APIStyleGuide Recommendations on writing libraries]
* [https://www.arduino.cc/en/Reference/FunctionDeclaration Arduino Official Reference: Function Declarations]
* [https://startingelectronics.org/software/arduino/learn-to-program-course/15-functions/ Starting Electronics: Learn structure of Functions for Arduino]
[[Category:Circuit Boards]]
[[Category:Circuit Boards]]
[[Category:Circuit Board Fabrication]]
[[Category:Circuit Board Fabrication]]

Latest revision as of 09:25, 26 February 2020


Overview

Arduino is an "open-source electronics platform based on easy-to-use hardware and software" [1]. See Arduino

It is primarily built around AVR microcontrollers from Atmel (but designs with alternative microcontrollers exit). The Arduino platform is open source/hardware, but the AVR microcontrollers are proprietary (not open hardware).

Orientation Materials

OSE Wiki pages involving Arduino

External links