10

Take a look at this picture:

I think most of use agree that the "big silvery" thing on the board (red) is the famous 16 MHz crystal of the Arduino. That's what I've believed until very recently.

I was bored so I looked at my Arduino Uno, and saw that it has what seems like another crystal (yellow). It looks like the one that is on the Pro Mini. It's also located near the XTAL pins. After I inspected the schematic a second time, it also appears that there are two crystals on the board.

Which one out of those two is actually connected to the XTAL pins and why are there two?

gre_gor
1,6824 gold badges18 silver badges28 bronze badges
asked Nov 7, 2016 at 23:18

2 Answers 2

14

The ceramic resonator in yellow is connected to the main MCU, and the crystal in red is connected to the other MCU. USB requires tighter tolerances than is available from a resonator therefore a crystal must be used instead.

answered Nov 7, 2016 at 23:20
2

There are 2 that you can see, but there are internal resonators in both chips. You can use the ATMega328's one if it's on a breadboard (it's half the frequency tho), and much more temperature-dependent. Just need to give it a fresh bootloader.

answered Feb 21, 2018 at 21:32

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.