Output Current

For questions and comments on programming in general. And for any items that don't fit into the forums below.

Moderators: Benj, Mods

Post Reply
Gnu
Posts: 20
Joined: Mon Apr 16, 2007 6:59 pm
Location: UK
Contact:

Output Current

Post by Gnu »

Is it possible to increase the source current on a 16F88 by sending binary 1 to two bits of a port and then paralleling these outputs (subject to the maximum current for the entire port/chip) ?

User avatar
Benj
Matrix Staff
Posts: 15312
Joined: Mon Oct 16, 2006 10:48 am
Location: Matrix TS Ltd
Has thanked: 4803 times
Been thanked: 4314 times
Contact:

Post by Benj »

Hello

You would have to carefull doing this. Either by using resistors to avoid damage to the I/O lines or by making certain that both pins changed state at exactly the same time.

However it is a lot easier and safer for the PIC to use a second chip eg a 74lsxxx buffer chip to boost current.

User avatar
Steve
Matrix Staff
Posts: 3424
Joined: Tue Jan 03, 2006 3:59 pm
Has thanked: 114 times
Been thanked: 422 times
Contact:

Post by Steve »

If you connect to a pin with an open-collector output, you should be able to get more current (current will depend on the value of the external pull-up).

Gnu
Posts: 20
Joined: Mon Apr 16, 2007 6:59 pm
Location: UK
Contact:

Output Current

Post by Gnu »

Thanks for the prompt replies, Benj & Steve.

tian
Posts: 5
Joined: Thu Sep 20, 2007 9:17 am
Location: Indonesia
Contact:

Re: Output Current

Post by tian »

why don't you use analog buffer?
OR
why don't you use voltage to current converter if you need current?

Post Reply