Arduino: Difference between revisions

From ikev.in/w
No edit summary
No edit summary
Line 1: Line 1:
'''Arduino''' is an open-source hardware and software company, project, and user community that designs and manufactures single-board microcontrollers and microcontroller kits for building digital devices. Arduino designs, manufactures, and supports electronic devices and software, allowing people around the world to easily access advanced technologies that interact with the physical world.
'''Arduino''' is an open-source hardware and software company, project, and user community that designs and manufactures single-board microcontrollers and microcontroller kits for building digital devices. Arduino's mission is to make electronics accessible to everyone, from hobbyists and students to professionals and industrial designers.


I currently have several units, although, so far, they are all clones.
The company offers a wide range of products, including boards, shields, kits, and accessories, all of which are designed to be easy to use and highly customizable. Arduino's software, including the integrated development environment (IDE), is also open source and free to use.


==Uno==
==Models==
[[File:Uno clone.jpg|thumb|right|An Arduino Uno clone I received from [[Creation Crate]].]]
I believe the Uno is the most popular model. It is great for planning and testing before creating a new project.


==Nano==
===Uno===
[[File:Uno clone.jpg|thumb|right|An Arduino Uno clone from [[Creation Crate]].]]
The Uno is one of the most popular models, and it's great for planning and testing before creating a new project. It features a microcontroller with 14 digital input/output pins, 6 analog inputs, a 16 MHz quartz crystal, a USB connection, and more.
 
===Nano===
The Nano is a small, breadboard-friendly board based on the ATmega328P microcontroller. It has similar functionality to the Uno, but in a smaller form factor. It features 14 digital input/output pins, 8 analog inputs, a 16 MHz quartz crystal, a USB connection, and more.


==External Links==
==External Links==


* Home Page [https://www.arduino.cc www.arduino.cc]
[https://www.arduino.cc Arduino's official website]
[https://create.arduino.cc Arduino Create], a cloud-based platform for creating and managing Arduino projects
[https://forum.arduino.cc Arduino's official forum]


[[Category:Tech]]
[[Category:Electronics]]
[[Category:DIY]]
[[Category:Open source hardware]]
[[Category:Single-board microcontrollers]]

Revision as of 21:35, 19 April 2023

Arduino is an open-source hardware and software company, project, and user community that designs and manufactures single-board microcontrollers and microcontroller kits for building digital devices. Arduino's mission is to make electronics accessible to everyone, from hobbyists and students to professionals and industrial designers.

The company offers a wide range of products, including boards, shields, kits, and accessories, all of which are designed to be easy to use and highly customizable. Arduino's software, including the integrated development environment (IDE), is also open source and free to use.

Models

Uno

An Arduino Uno clone from Creation Crate.

The Uno is one of the most popular models, and it's great for planning and testing before creating a new project. It features a microcontroller with 14 digital input/output pins, 6 analog inputs, a 16 MHz quartz crystal, a USB connection, and more.

Nano

The Nano is a small, breadboard-friendly board based on the ATmega328P microcontroller. It has similar functionality to the Uno, but in a smaller form factor. It features 14 digital input/output pins, 8 analog inputs, a 16 MHz quartz crystal, a USB connection, and more.

External Links

Arduino's official website Arduino Create, a cloud-based platform for creating and managing Arduino projects Arduino's official forum