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.

Problem with output voltage of a PWM generated by PIC

Status
Not open for further replies.

innovationhut

Junior Member level 2
Joined
Mar 23, 2010
Messages
24
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,456
i wrote a code to generate the PWM using PIC, I do not have the oscilloscope to measure the time periods.

But when I measure the voltage across it using multimeter, it output 1.2v, Is not it supposed to be 5v?

What am i doing wrong.

I need at least 3.5v, as the MOSFET driver I am using atleast need 3.5 v at input.

Any suggestions?
 

PIC PWM

You mean it always output 1.2v, never change?
I think you should check you hardware, if this work normal.
If your VCC is 5v, then it is supposed to be 5V in high level output.
 

Re: PIC PWM

But when I measure the voltage across it using multimeter, it output 1.2v, Is not it supposed to be 5v?

No. Your multimeter is displaying the AVERAGE value (I assume PWM frequency is high).

V_multimeter = (5V * T_high + 0V * T_low) / PWM_period

where PWM_period = t_high + t_low

Try changing the duty cycle to see if the value shown by the multimeter changes,

You really should check your circuit with an oscilloscope.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top