Arduino Beginner Resources: Difference between revisions

From Open Source Ecology
Jump to navigation Jump to search
 
(One intermediate revision by one other user 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.) See [[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]]


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).


=Orientation Materials=
=Orientation Materials=
Line 28: Line 29:
* [[Arduino Beginner Resources]]
* [[Arduino Beginner Resources]]
* [[Arduino]]
* [[Arduino]]
* [[Arduino Environment]]


==External links==  
==External links==  

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