Arduino: Difference between revisions

From ikev.in/w
No edit summary
No edit summary
Line 11: Line 11:


===Nano===
===Nano===
[[File:Arduinonano.jpg|thumb|right|An Arduino Nano (Not my image).]]
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.
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.



Revision as of 21:46, 19 April 2023

An Arduino Uno clone from Creation Crate.

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

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

An Arduino Nano (Not my image).

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