Arduino Beginner Resources: Difference between revisions
Jump to navigation
Jump to search
AbeAnderson (talk | contribs) m (→External links) |
|||
(One intermediate revision by one other user not shown) | |||
Line 4: | Line 4: | ||
=Overview= | =Overview= | ||
Arduino is | 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
- You can learn Arduino in 15 minutes.
- How to Turn Your Arduino Prototype Into a Manufacturable Product
- Arduino Basics 101: Hardware Overview, Fundamental Code Commands
- 1-Day Project: Build Your Own Arduino Uno for $5 (Example of Breadboard Arduino)
- Getting Arduino Board and Processing to Communicate Together Instructions
- Getting Computer to Connect to Arduino Board Instructions
OSE Wiki pages involving Arduino
- CEB controller
- Arduino Inverter
- Charge_Controller_Concept
- Free_Charge_Controller
- GardenBot
- Open energy monitor
- Open_Source_Charge_Controller
- Yobot ?
- Arduino Beginner Resources
- Arduino
- Arduino Environment