EmbeddedRelated.com
Forums

i want a PIC with DAC

Started by ydexter November 12, 2002
Hello again!

I am new to PIC programming and PIC list. I choosed PIC 16F84 before,
but i found that this model don't have a DAC (digital analog
converter). I choosed this because is the most simple PIC, but still I
want a DAC. So, what should I choose, what is the next PIC in
simplicity with DAC?

Thanks



At 06.53 12/11/02 -0000, you wrote:
>Hello again!
>I am new to PIC programming and PIC list. I choosed PIC 16F84 before,
>but i found that this model don't have a DAC (digital analog
>converter). I choosed this because is the most simple PIC, but still I
>want a DAC. So, what should I choose, what is the next PIC in
>simplicity with DAC?
>Thanks


### 16F876?

bye...

Eugenio Cosolo

>>>LASER TEAM : missilistica amatoriale : http://laserteam.supereva.it
>>>F.M.E. Federazione Missilistica Europea: http://digilander.iol.it/fme
Mailing List : http://groups.yahoo.com/group/missilistica-amatoriale
Per iscriversi :
ML sui microcontroller PIC : http://groups.yahoo.com/group/PICitalia/




PIC16F84 :)
DAC = digital-analog converter
software PWM = the cheapest DAC
R2R = the same

PIC16F628 have CCP module, used as hardware PWM it's perfect for a DAC
converter.

regards,
Vasile
http://www.geocities.com/vsurducan On Tue, 12 Nov 2002, Eugenio wrote:

> At 06.53 12/11/02 -0000, you wrote:
> >Hello again!
> >I am new to PIC programming and PIC list. I choosed PIC 16F84 before,
> >but i found that this model don't have a DAC (digital analog
> >converter). I choosed this because is the most simple PIC, but still I
> >want a DAC. So, what should I choose, what is the next PIC in
> >simplicity with DAC?
> >Thanks > ### 16F876?
>
> bye...
>
> Eugenio Cosolo
>
> >>>LASER TEAM : missilistica amatoriale : http://laserteam.supereva.it
> >>>F.M.E. Federazione Missilistica Europea: http://digilander.iol.it/fme
> Mailing List : http://groups.yahoo.com/group/missilistica-amatoriale
> Per iscriversi :
> ML sui microcontroller PIC : http://groups.yahoo.com/group/PICitalia/ >
>
> to unsubscribe, go to http://www.yahoogroups.com and follow the instructions
>
> ">http://docs.yahoo.com/info/terms/




--- In piclist@y..., "ydexter" <ydexter@y...> wrote:
> Hello again!
>
> I am new to PIC programming and PIC list. I choosed PIC 16F84
before,
> but i found that this model don't have a DAC (digital analog
> converter). I choosed this because is the most simple PIC, but
still I
> want a DAC. So, what should I choose, what is the next PIC in
> simplicity with DAC?
>
> Thanks

or drive a simple 8-pin serial DAC, like microchip TC1321, Maxim
MAX541, ....boy I'd better not mention them all, I'll be typing all
night.

Darrell