3

I had an Arduino UNO (ATmega168) standalone working, but I need more pins, and I decided to use the ATmega2560, I was searching for some schematics, and none of them shown an ATmega2560 standalone, only the full Arduino, with the FTDI, power transformers... etc integrated. So taking parts from those designs, I made this, but I don't know if it's enough or I need Something more: enter image description here

Note: VCC2 is connected to 5V.

Arnyminer Z
  • 197
  • 1
  • 2
  • 8

2 Answers2

3

You need more decoupling capacitors - one per VCC and AVCC pin, plus a larger (10µF) for the whole chip.

You need a pullup resistor (and maybe button) on RESET.

Majenko
  • 105,851
  • 5
  • 82
  • 139
1
  1. check the datasheet;

  2. I would put a pull-up on the reset pin, plus a small capacitor;

  3. crystal + capacitors as optional;

  4. AVCC to VCC with filtering, if you need good analog performance;

  5. separate Vbat domain, if it has one.

...

dannyf
  • 2,813
  • 11
  • 13