ep1000_ArduinoHardware
ep1000_ArduinoHardware
Rodney Dorville
Summary
• What is embedded programming?
• Arduino Systems
• Arduino Boards and Atmel processors
• The Arduino IDE System
• Writing your first sketch
• Blink
• Digital output & PWM
• Digital input
Embedded Programming
A dedicated computer system with a dedicated
function within a larger system to perform a
specific task. E.g. smart TVs, ovens
After development with the Uno, the circuit
• Calculate the Atmel AVR fuses, end set them for your
system
• Use AVRDude to program the Atmel processor
• Test using electronic test tools
• UNO adds
Second processor for USB interface
Interface sockets for easy use
Separate power and reset UNO board