PIC 18F47Q10 Digital Output?

For Flowcode users to discuss projects, flowcharts, and any other issues related to Flowcode 8.

Moderator: Benj

Post Reply
seokgi
Posts: 164
Joined: Fri Jan 13, 2012 4:21 am
Location: South KOREA
Has thanked: 18 times
Been thanked: 16 times
Contact:

PIC 18F47Q10 Digital Output?

Post by seokgi »

Hello?
I have a question.
I am using PIC18F47Q10.
I am trying to drive a FET (IRFZ34NSTRLPBF) through a 4.7K ohm resistor to PortB3. Digital Out is not output. However, the PWM output works fine.

What is the problem?

Thank you.
Last edited by seokgi on Wed Aug 05, 2020 12:12 am, edited 1 time in total.

S_V
Posts: 6
Joined: Mon May 11, 2020 5:50 pm
Has thanked: 3 times
Contact:

Re: PIC 18F47Q10 Digital Output?

Post by S_V »

Could you please share the schematic, and the VDD of PIC18F47Q10



To switch on IRFZ34, the gate to source voltage (Vgs) must be at least 10V


- S_V
SV

seokgi
Posts: 164
Joined: Fri Jan 13, 2012 4:21 am
Location: South KOREA
Has thanked: 18 times
Been thanked: 16 times
Contact:

Re: PIC 18F47Q10 Digital Output?

Post by seokgi »

Thanks for your advice.

Share the schematic. As I advised, I knew there were some things I didn't know. I have no experience with FET.

So, I want to use the FET Gate driver. Gate Driver wants to use ZXGD3001E6. The power supply voltage is 12V and the control voltage is 3.3V. However, the Vin voltage is 12V. We need to fix this. I saw that some resistance must be entered to drive the ZXGD3001E6. How should resistance values be determined?

Could you suggest something else?

Thank you.
Attachments
Shoes_Case-Sch.pdf
(108.77 KiB) Downloaded 160 times

S_V
Posts: 6
Joined: Mon May 11, 2020 5:50 pm
Has thanked: 3 times
Contact:

Re: PIC 18F47Q10 Digital Output?

Post by S_V »

Here the microcontroller’s VDD is 3.3V, so maximum Mosfet Gate voltage (Vgs) will be < 3.3V, which is not sufficient to turn-on IRFZ34 fully. ( to turn-on IRFZ34 Vgs must be > 10V)

You may try any "Logic level gate Mosfets" like "NTP60N06L" from ONSEMI. Any Gate voltage above 2.5V will turn-on these Mosfets.
SV

Post Reply