Close

Exporer Uno PCB Software Template

Back to overview

Go beyond the Arduino with this customizable Uno template. Take your prototypes to the next level!

Discussions

agp.cooper wrote 11/06/2019 at 09:41 point

Decoupling the Analog Voltage Supply

=================================

I have build an Arduino UNO on a breadboard before. When you look at the Vcc (using an oscilloscope) you will see that there is plenty of noise being generated by the chip. For this reason the the chip has a separate analog power supply (i.e. AVcc). If you check the datasheet for the ATmega328P you will see they recommend a 10uH inductor between Vcc and AVcc, and a 100nF capacitor between AVcc and ground, to decouple the analog circuitry from the digital circuitry. In my case I used a 10R resistor for the inductor and a 1uF (monolithic) capacitor, instead to decouple AVcc. In my case I connected Aref to AVcc as well.

As you probably know, you can also use a USB2TTL Serial adapter to both power and talk to the board as well. 

Anyway, please take my comments in a positive way.

Regards AlanX

  Are you sure? yes | no