From 97dc302928023d31c2e6161216813e3f0b079d7d Mon Sep 17 00:00:00 2001 From: Michael Royal <45159366+mikeroyal@users.noreply.github.com> Date: Fri, 8 Jan 2021 14:02:27 -0800 Subject: [PATCH] Added hardware screenshots. --- README.md | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/README.md b/README.md index c99f025..e01a738 100644 --- a/README.md +++ b/README.md @@ -5,3 +5,45 @@ #### A guide covering Arduino devices such as the Arduino Uno and Arduino Nano. Along with the tools, applications and libraries that will make you a better and more efficient developer with Arduino devices. Also, learn about cool projects that you can build with your Arduino device. + + +[Checkout the Arduino Starter Kit](https://store.arduino.cc/usa/arduino-starter-kit) + + + + + +[Checkout the Arduino Uno](https://store.arduino.cc/usa/arduino-uno-rev3) + + + + +**Arduino Uno Hardware Specs** + + - Microcontroller ATmega328P + - Operating Voltage 5V + - Input Voltage (recommended) 7-12V + - Input Voltage (limit) 6-20V + - Digital I/O Pins 14 (of which 6 provide PWM output) + - Flash Memory 32 KB (ATmega328P) of which 0.5 KB used by bootloader + - SRAM 2 KB (ATmega328P) + - EEPROM 1 KB (ATmega328P) + - Clock Speed 16 MHz + + + [Checkout the Arduino Nano](https://store.arduino.cc/usa/arduino-nano) + + + + +**Arduino Nano Hardware Specs** + + - Microcontroller ATmega328 + - Architecture AVR + - Operating Voltage 5 V + - Flash Memory 32 KB of which 2 KB used by bootloader + - SRAM 2 KB + - Clock Speed 16 MHz + - Input Voltage 7-12 V + - Digital I/O Pins 22 (6 of which are PWM) +