Difference between revisions of "Arduino"

From ERIKA WIKI
Jump to: navigation, search
(Synopsys)
(Synopsys)
Line 3: Line 3:
  
  
[[File:Esempio.jpg|Figure 1.1: The Arduino Uno board]]
+
[[File:Arduino_uno.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 15:50, 20 December 2017

Synopsys

The Arduino UNO board (see Figure 1.1) is supported by the Atmel AVR8 porting of ERIKA Enterprise v3.


Figure 1.1: The Arduino Uno board

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