Which microcontroller should i use?

Thread Starter

gashkadino

Joined Sep 8, 2009
2
Hi everyone,

I have to choose a microcontroller which have to read at least 75 inputs per second from each sensor and there will be 3 or 4 sensors. Sensor outputs will be converted from analog to digital at first so this microcontroller must have an ADC integrated. Also, this microcontroller will write what it reads to a flash memory.

I thought of Atmel Avr32 pic18c452 but i like to hear more.

Any suggestions?

Thank you.
 

blueroomelectronics

Joined Jul 22, 2007
1,757
Ahh that makes sense. Most 18F PICs can sample at 30kHz on a single channel. A little slower when you have to switch inputs but 600 samples per second seems reasonable.
 

hgmjr

Joined Jan 28, 2005
9,027
I think you should be able to sample four different inputs at a rate of 75 samples per second on each of the four inputs using either the 8-bit AVR or the 8-bit PIC.

hgmjr
 

Dragonblight

Joined Aug 19, 2009
35
hgmjr is dead on- the both of them should work, the most important part is what platform you would feel more comfortable with. I like pics, but I hear avr makes good stuff too.
 

n9352527

Joined Oct 14, 2005
1,198
And if you decide to go with PIC, do not use that 18c452. It is twice obsolete! There are newer and cheaper PICs, such as 18F4520.
 
Top