Difference between revisions of "Arduino"
From ERIKA WIKI
(→Synopsys) |
(→Synopsys) |
||
Line 2: | Line 2: | ||
The Arduino UNO board (see Figure 1.1) is supported by the [[Architecture:_Atmel_AVR8|Atmel AVR8]] porting of ERIKA Enterprise v3. | The Arduino UNO board (see Figure 1.1) is supported by the [[Architecture:_Atmel_AVR8|Atmel AVR8]] porting of ERIKA Enterprise v3. | ||
− | [[https://store-cdn.arduino.cc/uni/catalog/product/cache/1/image/520x330/604a3538c15e081937dbfbd20aa60aad/a/0/a000066_featured_1.jpg | + | [[https://store-cdn.arduino.cc/uni/catalog/product/cache/1/image/520x330/604a3538c15e081937dbfbd20aa60aad/a/0/a000066_featured_1.jpg|Figure 1.1: The Arduino Uno board]] |
The Arduino Uno is a low cost, open-source board produced by [http://www.arduino.cc/ Arduino] with Atmel ATmega328p microcontroller, interfaces to USB, and many I/O to connect whatever device you need. | The Arduino Uno is a low cost, open-source board produced by [http://www.arduino.cc/ Arduino] with Atmel ATmega328p microcontroller, interfaces to USB, and many I/O to connect whatever device you need. |
Revision as of 14:26, 20 December 2017
Synopsys
The Arduino UNO board (see Figure 1.1) is supported by the Atmel AVR8 porting of ERIKA Enterprise v3.
The Arduino Uno is a low cost, open-source board produced by Arduino with Atmel ATmega328p microcontroller, interfaces to USB, and many I/O to connect whatever device you need.
Requirements
ERIKA Enterprise v3 supports Atmel AVR ATmega328p.
- Atmel Studio
- WinAVR
Useful links