arduino_uno

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
arduino_uno [2022-12-18 02:40] asdfarduino_uno [2023-02-25 19:14] (current) asdf
Line 1: Line 1:
 ====== Arduino Uno ====== ====== Arduino Uno ======
-A microcontroller based around the ATmega328P chip. +A microcontroller based around the ATmega328P chip. The processor is clocked at 16 MHz and features 2 KB SRAM, 32 KB of program flash storage, and 1 KB of user-writable EEPROM.
  
 {{ ::arduino-pinout.png?400 |}} {{ ::arduino-pinout.png?400 |}}
  
-With a 10-bit ADC over an operating range of 0--5V, the analog input pins have a resolution of 4.9mV+With a 10-bit ADC over an operating range of 0--5 V, the analog input pins have a resolution of 4.9 mV. Digital I/O pins can supply a maximum of 20 mA.
  
 It appears from the documentation that the serial pins (0 and 1) are internally connected to the USB interface [(docs_serial)]. In order to use both USB and another serial device, the ''SoftwareSerial'' library is necessary. In any case, serial operation is at TTL levels (//not// RS-232). It appears from the documentation that the serial pins (0 and 1) are internally connected to the USB interface [(docs_serial)]. In order to use both USB and another serial device, the ''SoftwareSerial'' library is necessary. In any case, serial operation is at TTL levels (//not// RS-232).
Line 16: Line 16:
 [(docs_wire>https://www.arduino.cc/reference/en/language/functions/communication/wire/)] [(docs_wire>https://www.arduino.cc/reference/en/language/functions/communication/wire/)]
  
 +{{tag>microcontroller "dev board"}}
  • arduino_uno.1671331234.txt.gz
  • Last modified: 2022-12-18 02:40
  • by asdf