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.

Sinewave UPS in dsPIC

Status
Not open for further replies.

UroBoros

Advanced Member level 2
Joined
May 5, 2004
Messages
642
Helped
19
Reputation
38
Reaction score
8
Trophy points
1,298
Location
Cochin - India
Activity points
6,463
Hi
Sine wave UPS is made with even PIC16F72.
But nowadays I see Sine wave UPS made with dsPIC.
What is the main advantage?

Thanks
 

Dsp chips is used because of it's additional future's such as comparator's, op-amps,ADC,DAC,etc which you only configure them for their uses.
 
Hi,
Another reason maybe, 16F72 based UPS -es are usually using heavy iron core transformer. The DSC based ones are SMPS, where using the DSC greatly improves performance and also makes it easy to design the circuit.

Hope this helps.
Tahmid.
 
Last edited:
Hi,
Another reason maybe, 16F72 based UPS -es are usually using heavy iron core transformer. The DSC based ones are SMPS, where using the DSC greatly improves performance and also makes it easy to design the circuit.

Hope this helps.
Tahmid.


Hi thamid

Can you just give simple explanation about how can we reduce Core loos by using dsPIC? ,
Do you know how can use Center alaiened PWM for PUSH PULL switching [only wave form is required]?
 

we might want to read the datasheet of the DSPIC , by manipulating some registers in the timers section , we can easily choose which PWM mode you need .

In addtion , The special PWM modules found in modern dspics are amazing with very highb resolution (16bits) and work on a wide range of freqeuncies .

good luck if you are trying to design one :p
 
  • Like
Reactions: necati

    necati

    Points: 2
    Helpful Answer Positive Rating
Hi,
Another reason maybe, 16F72 based UPS -es are usually using heavy iron core transformer. The DSC based ones are SMPS, where using the DSC greatly improves performance and also makes it easy to design the circuit.

Hope this helps.
Tahmid.




hi thamid Can you tell me how can we reduce the core loss , i think because of unipolar switching , am i right ? , And can we reduce the transformer heat? i think Mosfet heat should become increase ,because DsPIC switching is highrthan w.rt. normal micro. and mosfet swiching freaq :is directly proppotional to mosfet heat . am i currect ?

My Mail ID : ismailpp2008 gmail acoount .
 

hi thamid Can you tell me how can we reduce the core loss , i think because of unipolar switching , am i right ? , And can we reduce the transformer heat? i think Mosfet heat should become increase ,because DsPIC switching is highrthan w.rt. normal micro. and mosfet swiching freaq :is directly proppotional to mosfet heat . am i currect ?

My Mail ID : ismailpp2008 gmail acoount .

Are you talking about ferrite core or regular iron core?

The dsPIC can operate at higher frequencies than 8-bit PICs, AVRs, etc but the frequency that will dictate the MOSFET switching losses is the switching frequency. You can choose a low switching frequency to reduce switching losses. Or you can choose a high switching frequency to reduce the size of the magnetics and capacitance required for filtering. You have to make a tradeoff. Although, with good driving circuit, the switching losses should be lower than the conduction losses which are the main source of losses. If you suspect you'll have much higher switching frequencies, you may try to use MOSFET "banks" with lower on-state resistance (Rdson) so that the overall conduction losses are lower and overall heating is also kept within limits. You must use good heatsinks and cooling.

Hope this helps.
Tahmid.
 
Last edited:
  • Like
Reactions: ismu

    ismu

    Points: 2
    Helpful Answer Positive Rating
Are you talking about ferrite core or regular iron core?

The dsPIC can operate at higher frequencies than 8-bit PICs, AVRs, etc but the frequency that will dictate the MOSFET switching losses is the switching frequency. You can choose a low switching frequency to reduce switching losses. Or you can choose a high switching frequency to reduce the size of the magnetics and capacitance required for filtering. You have to make a tradeoff. Although, with good driving circuit, the switching losses should be lower than the conduction losses which are the main source of losses. If you suspect you'll have much higher switching frequencies, you may try to use MOSFET "banks" with lower on-state resistance (Rdson) so that the overall conduction losses are lower and overall heating is also kept within limits. You must use good heatsinks and cooling.

Hope this helps.
Tahmid.

am tellinh about iron core , and what is the benifit of ferrate core ?
And how can we simulate dsPic30F through PC ,[like proteus] ? any software?
 

am tellinh about iron core , and what is the benifit of ferrate core ?
And how can we simulate dsPic30F through PC ,[like proteus] ? any software?

By using ferrite core, you can make a 2-stage inverter, where the first stage (the stage employing the ferrite core) steps up the low-voltage DC to a high-voltage DC. The second stage converts this high-voltage DC to sine wave AC output. The advantage is that you don't need to use the huge bulky iron core transformer, reducing cost, weight (and usually) size.

I don't know of any dsPIC30F simulation. However, Proteus ISIS can be used to simulate some dsPIC33F microcontrollers.

Hope this helps.
Tahmid.
 
  • Like
Reactions: ismu

    ismu

    Points: 2
    Helpful Answer Positive Rating
Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top