Maker Pro
Maker Pro

Does arduino uno come with ADC converter? If not how do i build it?

Joseph993

Apr 26, 2012
6
Joined
Apr 26, 2012
Messages
6
Hi as the title says, i am wondering if arduino uno comes with a build in ADC(analog to digital converter), if not how do i build one that can be used on arduino uno? Thanks.
 

CocaCola

Apr 7, 2012
3,635
Joined
Apr 7, 2012
Messages
3,635
The ATmega328 has one built in, review the datasheet...
 

Joseph993

Apr 26, 2012
6
Joined
Apr 26, 2012
Messages
6
So, how do i start with understanding analog to digital conversion on arduino uno? Is there any tutorial that i can refer to?
 

CocaCola

Apr 7, 2012
3,635
Joined
Apr 7, 2012
Messages
3,635
So, how do i start with understanding analog to digital conversion on arduino uno? Is there any tutorial that i can refer to?

Review the ATmega328 datasheet, and the Arduino script language...
 

donkey

Feb 26, 2011
1,301
Joined
Feb 26, 2011
Messages
1,301
arduino has many sites and books
I myself am looking through a few things for projects atm. if you get really bored you can show us what you are trying to do and we can help you out a bit more.
 
Top