The crystal in not polorized, so it does not matter, and the caps can be between 10 & 30 pF - 22pF is widely available.
I see no need for the inductor on the power feed.
missdrew:
The crystal in not polorized, so it does not matter, and the caps can be between 10 & 30 pF - 22pF is widely available.
I see no need for the inductor on the power feed.
missdrew:
The crystal in not polorized, so it does not matter, and the caps can be between 10 & 30 pF - 22pF is widely available.
I see no need for the inductor on the power feed.
Its best practice to quieten down the analog supply rail like this. A lot of digital hash will be filtered out.
If you aren't using the ADC or analog comparator its irrelevant. I've not personally seen much problem with the ATmega's though - but for noisier chips or if the supply is switch-mode its definitely worth having.
Glad to see you are not attempting to put a linear regulator on the board like the original Mega 2560.
If - for whatever reason - you needed a step-down regulator, the proper approach is to mount a pre-made switchmode regulator module as a "daughterboard".
Paul__B:
Glad to see you are not attempting to put a linear regulator on the board like the original Mega 2560.
If - for whatever reason - you needed a step-down regulator, the proper approach is to mount a pre-made switchmode regulator module as a "daughterboard".
I actually need 3.3 volts for an ESP-01 module. Do you have the opportunity to explain what I should do / use. I do not quite understand what you mean?
Hi,
Do you realise that C1, C2, C3 and C4 in your post#2 are not all in the one postion on the PCB.
Each of the 0.1uF caps will be at an IC that uses the 5V rail, the cap as close as possible to the ICs power pins.
What is your project and why use the 2560 controller?
easyanton:
I actually need 3.3 volts for an ESP-01 module. Do you have the opportunity to explain what I should do / use.
The advice depends on what you are intending to use the ATmega2560 for, and you have not said.
Do you need a 5V version for instance ?
I have just submitted a ATmega2560 base PCB for manufacture and its a 3.3V version, I have no use at all for a 5V version and I cannot rememember the last time I needed to use a 5V logic only device.
srnet:
The advice depends on what you are intending to use the ATmega2560 for, and you have not said.
Do you need a 5V version for instance ?
I have just submitted a ATmega2560 base PCB for manufacture and its a 3.3V version, I have no use at all for a 5V version and I cannot rememember the last time I needed to use a 5V logic only device.
ATmega2560 16MHz is 4.5V-5.5V. The JLCPCB does not sell the 8MHz version and since my POC works, I will stay as close to it as possible.
I have written a bootloader that can handle A and B firmware, and written an MQTT protocol for an ESP-01 so that I can update the firmware on a 2560 chip over the internet, in a secure way.
The rest of the chips' pins are in terminals on the board so I can use them later.
Now I'm trying to make it into a custom board, with 5v for the 2560 and 3.3 for the ESP.