Arduino: Difference between revisions

From CoMakingSpace Wiki

(no deletion rights, so I have to move the page like this... Move from Category:Arduino)
Tag: Removed redirect
(removed redundant project ideas.)
 
Line 1: Line 1:
"Arduino" as a term reflects a platform of integrated hardware and correspondend software development kits.
"Arduino" as a term reflects a platform of integrated hardware and correspondend software development kits.<br/>
If you came here looking for project inspiration, please see the [[microcontrollers]] page.
 


==Hardware==
==Hardware==
From a hardware perspective, Arduino [[https://store.arduino.cc/ offers]] a range of electronic boards, which can be used for the easy setup and control of circuits. Arduino boards are basically boards with different kinds of Atmel AVR [[Microcontroller]]s and some attached electronics (such as [[USB Serial Converters]], power supply units and pins to access the GPIO Pins of the Atmel AVR).
From a hardware perspective, Arduino [https://store.arduino.cc/ offers] a range of electronic boards, which can be used for the easy setup and control of circuits. Arduino boards are basically boards with different kinds of Atmel AVR [[Microcontroller]]s and some attached electronics (such as [[USB Serial Converters]], power supply units and pins to access the GPIO Pins of the Atmel AVR).


==Software==
==Software==
Line 16: Line 18:
== Power Supply ==
== Power Supply ==
You can power Arduino boards in various ways, many of which are summarized [https://www.open-electronics.org/the-power-of-arduino-this-unknown/ here].
You can power Arduino boards in various ways, many of which are summarized [https://www.open-electronics.org/the-power-of-arduino-this-unknown/ here].
== Project Ideas ==
* [http://www.instructables.com/id/A-Beginners-Guide-to-Arduino/ beginner's guide on Instructables]
* control old hardware, e.g. [http://michaelteeuw.nl/post/174972004187/what-time-is-it-fathers-day clock made from a voltmeter]





Latest revision as of 23:02, 22 July 2019

"Arduino" as a term reflects a platform of integrated hardware and correspondend software development kits.
If you came here looking for project inspiration, please see the microcontrollers page.


Hardware

From a hardware perspective, Arduino offers a range of electronic boards, which can be used for the easy setup and control of circuits. Arduino boards are basically boards with different kinds of Atmel AVR Microcontrollers and some attached electronics (such as USB Serial Converters, power supply units and pins to access the GPIO Pins of the Atmel AVR).

Software

From a software perspective, Arduino offers multiple tools and a software development kit.

Development

In case you want to develop your own software for an Arduino, you can use most of the tools mentioned on the Microcontroller page.

We are also documenting problems (and solutions!) on an "Arduino Debugging" page.

If you are looking for information about certain functions or variables, the Arduino Reference is a great place to start.

Power Supply

You can power Arduino boards in various ways, many of which are summarized here.