Arduino: Difference between revisions

From ikev.in/w
No edit summary
No edit summary
 
(10 intermediate revisions by the same user not shown)
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.
[[File:Arduino Logo.png|thumb|right|The Arduino logo.]]
[[File:Arduino board.png|thumb|right|Arduino Uno diagram]]
'''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===
[[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. [https://ikev.in/w/images/9/9b/Arduino_uno_pinout.png Arduino Uno Pinout]
 
* Microcontroller: ATmega328P
* Operating Voltage: 5V
* Input Voltage (recommended): 7-12V
* Input Voltage (limits): 6-20V
* Digital I/O Pins: 14 (of which 6 provide PWM output)
* PWM Digital I/O Pins: 6
* Analog Input Pins: 6
* DC Current per I/O Pin: 20 mA
* DC Current for 3.3V Pin: 50 mA
* Flash Memory: 32 KB (ATmega328P)
* SRAM: 2 KB (ATmega328P)
* EEPROM: 1 KB (ATmega328P)
* Clock Speed: 16 MHz
 
===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.
 
* Microcontroller: ATmega328P
* Operating Voltage: 5V
* Input Voltage (recommended): 7-12V
* Input Voltage (limits): 6-20V
* Digital I/O Pins: 14 (of which 6 provide PWM output)
* PWM Digital I/O Pins: 6
* Analog Input Pins: 8
* DC Current per I/O Pin: 20 mA
* DC Current for 3.3V Pin: 50 mA
* Flash Memory: 32 KB (ATmega328P)
* SRAM: 2 KB (ATmega328P)
* EEPROM: 1 KB (ATmega328P)
* Clock Speed: 16 MHz


I currently have several units, although, so far, they are all clones.


==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:Tech]]
[[Category:DIY]]
[[Category:Single-board microcontrollers]]

Latest revision as of 00:14, 29 April 2023

The Arduino logo.
Arduino Uno diagram

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. Arduino Uno Pinout

  • Microcontroller: ATmega328P
  • Operating Voltage: 5V
  • Input Voltage (recommended): 7-12V
  • Input Voltage (limits): 6-20V
  • Digital I/O Pins: 14 (of which 6 provide PWM output)
  • PWM Digital I/O Pins: 6
  • Analog Input Pins: 6
  • DC Current per I/O Pin: 20 mA
  • DC Current for 3.3V Pin: 50 mA
  • Flash Memory: 32 KB (ATmega328P)
  • SRAM: 2 KB (ATmega328P)
  • EEPROM: 1 KB (ATmega328P)
  • Clock Speed: 16 MHz

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.

  • Microcontroller: ATmega328P
  • Operating Voltage: 5V
  • Input Voltage (recommended): 7-12V
  • Input Voltage (limits): 6-20V
  • Digital I/O Pins: 14 (of which 6 provide PWM output)
  • PWM Digital I/O Pins: 6
  • Analog Input Pins: 8
  • DC Current per I/O Pin: 20 mA
  • DC Current for 3.3V Pin: 50 mA
  • Flash Memory: 32 KB (ATmega328P)
  • SRAM: 2 KB (ATmega328P)
  • EEPROM: 1 KB (ATmega328P)
  • Clock Speed: 16 MHz


External Links

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