Help regarding AVR or PIC

Thread Starter

AmolG

Joined Dec 9, 2008
1
Hi friends,
I am new to this forum. I am working on 1PH SCR based DC drive. can anybody suggest the right controller for the same?
The controller have following jobs to do,
1. Sence the synch pulse,
2. Generate the PWM mutli pulsing,
3. Take care of faults like fild loss, external fault,
4. Faults indications,
5. RPM metering

Which controller series I should use PIC OR AVR???
I think about AVR Atmega series...is it right to use it...(I never worked on Fermware in past)...
 

beenthere

Joined Apr 20, 2004
15,819
Either microprocessor family will do the job. You are better off selecting the external components and circuitry, and then selecting the microprocessor based on number of I/O pins requires and things like A to D channels.
 

mik3

Joined Feb 4, 2008
4,843
A thing you may be interested is that Atmel (AVRs) offers the appropriate software for free online whereas Microchip (PICs) does not.
 

hgmjr

Joined Jan 28, 2005
9,027
If you are interested in looking into AVR, you can go to www.atmel.com and search on keyword AVRSTUDIO4. You will find the FREE software download. Install it on your PC and take a look at all of its features. I think you will quickly be impressed that such a powerful software development tool is available for no cost.

The most current version is AVR Studio 4.15 (build 623).

hgmjr
 
Top