Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

pic microcontroller for PID controller

Status
Not open for further replies.

ramya.d

Newbie level 6
Joined
Apr 9, 2008
Messages
13
Helped
2
Reputation
4
Reaction score
2
Trophy points
1,283
Activity points
1,380
pic pid controller

hi all,
i'm doing project on pid controller
i have to implement it using pic microcontroller.
so please help me out which microcontroller i can use.
thanks
ramya
 

pid microcontroller

Start with a microcontroller that you are already familiar with.Maybe you can use pic 18f452.
 

    ramya.d

    Points: 2
    Helpful Answer Positive Rating
pic pid

i need 12 bit precision .is it possible using pic 18f452
 

pid pic microcontroller

That PIC is an 8 bit controller, so you'll need to spend extra time for your 16 bit math. As far as having a 12 bit analog to digital converter, you can either try to oversample the existing 10 bit, or use an external ADC.
 

pid pic

Hi,

PIC18F452 can works with 16 bits;

and the use 12 bits u need...


Use C language for Microchip C18

or PCWH from CCS...

Good luck...
 

8051 pid

hi ,
can any one suggest any microcontroller with inbuilt ADC and DAC other than 8051.
 
  • Like
Reactions: asking

    asking

    Points: 2
    Helpful Answer Positive Rating
pid 8051

You could use a TI DSP, either from the 240x (16 bit) or the 280x (32 bit) series. They have ADC built in (10 bit for 240x and almost 12 bit for 280x), and you can use PWM outputs (with low pass filter) to get a DAC function. Check their website.
 
  • Like
Reactions: asking

    asking

    Points: 2
    Helpful Answer Positive Rating
pid pic controller

ADC and DAC are difficult to find on MIcrochip's controllers...


I don`t know what about Motorola, Atmel, Texas Instruments or the other companies...


U can use an built-in ADC from PIC and a R-2R ladder or PWM with a high refresh rate...


Or a external DAC...


It´s ur decision...


Good look...
 

microcontroller pid

hi all,

can u suggest me a suitable microcontroller for the implementation of PID algorithm.i need both ADC and DAC on chip.
 

pid controller with 8 bit pic

hi,
every one. i am using 8051 F060 kit for my project.
can any one suggest me how to interface LCD to the kit.

regards
Ramya
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top