Arduinos & Breaduinos
Spartan breaduino
Minimal assembly with ATMega microcontroller
Base to start experiments with AVR's, in this case the ATMega328P (arduino Uno micro-controller)
- Breadboard
- 2 wires
- Power supply, 3.3 or 5 volts.
- Atmega328p or similar
- 10k Resistor
- Optional
Led
180 Ohms resitor
Assembly
The micro-controller must be programmed with some task.
Material
Your publicity here
Details
The pin one 10k resistor can be any other, even a direct conection to the positive line.
However if used with a direct connection the circuit could not be externally reset or programmed and trying it would result in circuit damage.
So choose some resistor that will protect the pins and allow those tasks
The led resistor can be something between 180 and 330 Ohms resulting in a brighter or dimmer LED.
Related