mcp3553 and mcu

Thread Starter

ozan

Joined Mar 8, 2015
5
Hi Everybody
First of all Let me explaın my problem related to adc(mcp3553) and mıcroconroller(atmega 328p).İn my project I'm gonna adjust potentıometer(between 0 to 5V) and I'm gonna convert thıs analog to dıgıtal data How can I do that.
Thank in ADVANCE
 

Attachments

pwdixon

Joined Oct 11, 2012
488
Read the datasheet.
Connect the analogue voltage to the A/D.
Connect the A/D to control pins to activate the A/D conversion and read the result.
Get a library for the A/D convertor if available or write your own serial control/read routines.
 

Thread Starter

ozan

Joined Mar 8, 2015
5
Read the datasheet.
Connect the analogue voltage to the A/D.
Connect the A/D to control pins to activate the A/D conversion and read the result.
Get a library for the A/D convertor if available or write your own serial control/read routines.
so good answer(!) :):)
 
Top