Once, twice in month we will send You info about new products, products on sale and news from Arduino and DIY world.
Arduino reference version - will serve you for a long time!
Replaced by: Arduino UNO R3 Clone ATMega328P + Mega16U2
Arduino UNO is a new model of Arduino. It's compatible with the previous one, but contains a few improvements in comparision to Duemilanove.
Arduino Team announced that Arduino UNO R3 (R3 stands for Revision 3) is reference model.
What it means?
Arduino is a live project, constantly evolving. Both the hardware and the software (the IDE itself as well as Arduino library) was changing in the past time. When R3 and IDE v. 1.0 were released, the Arduino team announced that since then Arduino and the IDE will be further developed, but the UNO R3 and IDE version 1.0 will be reference for future releases.
For an ordinary user, it doesn't matter much, but in case you want to, for example, conduct a workshop which will be periodically repeated, or you to use Arduino in your school, then basing on R3 and version 1.0 should keep everything up-to-date for a long time.
The differences between Arduino UNO R3 and UNO R2 are:
Adding new pins causes some confusion. In digital pins row there are now two separate I2C (or TWI, according to Atmel's documentation) bus signals - SDA and SCL. These aren't additional signals - in Arduino UNO R2 SDA and SCL are available at A5 and A4. In R3 they are also there, so the new pins are merged with old ones.
In analog section among new pins there is IOREF signal informing, at which voltage levels the board works. This allows shields to adapt to Arduino's voltage level. The second pin is not yet connected. It's reserved for future use.
SDA and SCL are available at the same pins in Arduino UNO and Mega, IOREF is 5V in every case, so what are the new pins for? Things may change when new Arduino models, Due and Leonardo, will be introduced. These models may not have SDA and SCL at A4 and A5 and operate at supply voltage 3.3V.
Thanks to the new pins, shields using I2C and designed to use SDA and SCL at the new pins will also work with UNO R3 as well as future Arduino versions. IOREF in turn will allow a single shield to work with both UNO R3 and future versions employing 3.3V logic.
Simply speaking - UNO R3 ensures you will be able to use new shields for a long time.
Arduino is a developer board based on ATmega328 microcontroller. It has 32 kB of Flash memory (0.5 kB occupied by the bootloader), 2 kB of RAM and 1 kB of EEPROM.
The power of Arduino is plenty of inputs and outputs. You get:
Some of them can also perform other tasks allowed by Arduino software:
If you want to learn how to build electronic circuits, Arduino is great as the initial choice. Jeżeli chcesz się nauczyć tego jak budować układy elektroniczne, Arduino jest świetnym pierwszym wyborem. In order to simplify your first steps, we prepared Starter Kit for Arduino, an unique all in one set, containing Arduino itself and additional parts to get youu started into the world of electronics. On our Starter Kit blog there are also some example circuits with detailed step by step instructions, guiding you through the world of electronics and microcontrollers.
Arduino is one of devices representing a new trend called physical computing. The development of microcontrollers, and, first of all, expansion of open source software provided new tools wide range of people. By this way many projects were created, combining electronics, software and multimedia. In other words - it's new approach to possibilities given to us by digital technologies.
After connecting Arduino to computer Windows will attempt to install a driver, but it won't succeed. Then you have to open Device Manager, find serial ports and for the one called 'Arduino UNO' choose driver update. Arduino IDE folder (which you have to download first) contains ArduinoUNO.inf file, defining the serial port.
Detailed instruction is on Arduino wiki.
Once, twice in month we will send You info about new products, products on sale and news from Arduino and DIY world.