arduino_uno

This is an old revision of the document!


Arduino Uno

A microcontroller based around the ATmega328P chip.

With a 10-bit ADC over an operating range of 0–5V, the analog input pins have a resolution of 4.9mV.

It appears from the documentation that the serial pins (0 and 1) are internally connected to the USB interface [1]. 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).

Pins A4 and A5 can also function as I2C SDA and SCL, respectively. The Wire library expects 7-bit addresses, so if given an 8-bit address, drop the least significant bit. Note also that the I2C buffer is 32 bytes [2].

  • arduino_uno.1671327959.txt.gz
  • Last modified: 2022-12-18 01:45
  • by asdf