Why is AREF connected to a capacitor in the Arduino Pro Mini Schematic?All the differences between Arduinos:...
Reversed Sudoku
What wound would be of little consequence to a biped but terrible for a quadruped?
Signed and unsigned numbers
How do I express some one as a black person?
PTIJ: wiping amalek’s memory?
Should I tell my boss the work he did was worthless
Why the color red for the Republican Party
What are some noteworthy "mic-drop" moments in math?
Does a warlock using the Darkness/Devil's Sight combo still have advantage on ranged attacks against a target outside the Darkness?
Meaning of ちはース as an exclamation
Grey hair or white hair
Was Luke Skywalker the leader of the Rebel forces on Hoth?
When a wind turbine does not produce enough electricity how does the power company compensate for the loss?
Good for you! in Russian
Why does liquid water form when we exhale on a mirror?
Is this combination of Quivering Palm and Haste RAW?
Do I really need to have a scientific explanation for my premise?
Reverse string, can I make it faster?
Single word request: Harming the benefactor
Could you please stop shuffling the deck and play already?
What problems would a superhuman have whose skin is constantly hot?
Are there historical instances of the capital of a colonising country being temporarily or permanently shifted to one of its colonies?
Recommendation letter by significant other if you worked with them professionally?
Bash script should only kill those instances of another script's that it has launched
Why is AREF connected to a capacitor in the Arduino Pro Mini Schematic?
All the differences between Arduinos: Pro Mini & Pro MicroCustom Bootloader on Atmega328p - PU - 28 pin DIPUse ESP8266 as WiFi client connected to Arduino Pro MiniArduino Pro MiniArduino Pro Mini interrupts timer not workingWhy does this Arduino Pro Mini use a capacitor on the DTR reset line?SIM800L Arduino Pro MiniIs the ShiftOut tutorial on the official Arduino website really wrong regarding the capacitor?Why is Arduino Pro Mini not powering this LED?Connect arduino pro mini 3.3v to 5v
I'm currently looking at the Arduino Pro Mini schematic and have noticed that the pin AREF (analogue reference) is connected to a 0.1uF capacitor as shown below:

I have done some research and read this great explanation into AREF and now understand its purpose as a voltage reference. What I do not understand however is the purpose of the capacitor. Is it as a means of stabilising the pin when an external voltage is applied, or something else?
A full schematic of the Arduino Pro Mini can be sourced from here.
arduino-pro-mini capacitors
add a comment |
I'm currently looking at the Arduino Pro Mini schematic and have noticed that the pin AREF (analogue reference) is connected to a 0.1uF capacitor as shown below:

I have done some research and read this great explanation into AREF and now understand its purpose as a voltage reference. What I do not understand however is the purpose of the capacitor. Is it as a means of stabilising the pin when an external voltage is applied, or something else?
A full schematic of the Arduino Pro Mini can be sourced from here.
arduino-pro-mini capacitors
That has clarified part of my question. I will rephrase my post.
– Lachlan Etherton
4 hours ago
add a comment |
I'm currently looking at the Arduino Pro Mini schematic and have noticed that the pin AREF (analogue reference) is connected to a 0.1uF capacitor as shown below:

I have done some research and read this great explanation into AREF and now understand its purpose as a voltage reference. What I do not understand however is the purpose of the capacitor. Is it as a means of stabilising the pin when an external voltage is applied, or something else?
A full schematic of the Arduino Pro Mini can be sourced from here.
arduino-pro-mini capacitors
I'm currently looking at the Arduino Pro Mini schematic and have noticed that the pin AREF (analogue reference) is connected to a 0.1uF capacitor as shown below:

I have done some research and read this great explanation into AREF and now understand its purpose as a voltage reference. What I do not understand however is the purpose of the capacitor. Is it as a means of stabilising the pin when an external voltage is applied, or something else?
A full schematic of the Arduino Pro Mini can be sourced from here.
arduino-pro-mini capacitors
arduino-pro-mini capacitors
edited 4 hours ago
Lachlan Etherton
asked 6 hours ago
Lachlan EthertonLachlan Etherton
244
244
That has clarified part of my question. I will rephrase my post.
– Lachlan Etherton
4 hours ago
add a comment |
That has clarified part of my question. I will rephrase my post.
– Lachlan Etherton
4 hours ago
That has clarified part of my question. I will rephrase my post.
– Lachlan Etherton
4 hours ago
That has clarified part of my question. I will rephrase my post.
– Lachlan Etherton
4 hours ago
add a comment |
1 Answer
1
active
oldest
votes
On the datasheet for the Atmega328P, in the Analog-to-Digital Converter section, is the sentence:
The voltage reference may be externally decoupled at the AREF pin by a capacitor for better noise performance.
Also:
The internal voltage reference may thus be decoupled by an external capacitor at the AREF pin to improve noise immunity.
Thus the capacitor is there to reduce noise on the AREF pin.
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
return StackExchange.using("schematics", function () {
StackExchange.schematics.init();
});
}, "cicuitlab");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "540"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2farduino.stackexchange.com%2fquestions%2f62442%2fwhy-is-aref-connected-to-a-capacitor-in-the-arduino-pro-mini-schematic%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
On the datasheet for the Atmega328P, in the Analog-to-Digital Converter section, is the sentence:
The voltage reference may be externally decoupled at the AREF pin by a capacitor for better noise performance.
Also:
The internal voltage reference may thus be decoupled by an external capacitor at the AREF pin to improve noise immunity.
Thus the capacitor is there to reduce noise on the AREF pin.
add a comment |
On the datasheet for the Atmega328P, in the Analog-to-Digital Converter section, is the sentence:
The voltage reference may be externally decoupled at the AREF pin by a capacitor for better noise performance.
Also:
The internal voltage reference may thus be decoupled by an external capacitor at the AREF pin to improve noise immunity.
Thus the capacitor is there to reduce noise on the AREF pin.
add a comment |
On the datasheet for the Atmega328P, in the Analog-to-Digital Converter section, is the sentence:
The voltage reference may be externally decoupled at the AREF pin by a capacitor for better noise performance.
Also:
The internal voltage reference may thus be decoupled by an external capacitor at the AREF pin to improve noise immunity.
Thus the capacitor is there to reduce noise on the AREF pin.
On the datasheet for the Atmega328P, in the Analog-to-Digital Converter section, is the sentence:
The voltage reference may be externally decoupled at the AREF pin by a capacitor for better noise performance.
Also:
The internal voltage reference may thus be decoupled by an external capacitor at the AREF pin to improve noise immunity.
Thus the capacitor is there to reduce noise on the AREF pin.
answered 4 hours ago
Nick Gammon♦Nick Gammon
28.7k84399
28.7k84399
add a comment |
add a comment |
Thanks for contributing an answer to Arduino Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2farduino.stackexchange.com%2fquestions%2f62442%2fwhy-is-aref-connected-to-a-capacitor-in-the-arduino-pro-mini-schematic%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
That has clarified part of my question. I will rephrase my post.
– Lachlan Etherton
4 hours ago