Author Topic: Driver to control ground connection like a shift register  (Read 6871 times)

0 Members and 1 Guest are viewing this topic.

Offline FlevasGRTopic starter

  • Regular Contributor
  • *
  • Posts: 98
  • Country: gr
Driver to control ground connection like a shift register
« on: April 21, 2015, 10:07:51 pm »
Hello,the last few days i'm playing arround with my 74HC595 Shift registers controled by an arduino board. They're very nice and esy to use however the problem with shift registers is that they are the ones who gives the current. Unline common anode led display drivers which only supply the ground connection those need to give the positive connection. So my question is this, like the TIP120 which only closes the circuit is there anything like this which only provides the ground connection instead of giving the power?
 

Online mikeselectricstuff

  • Super Contributor
  • ***
  • Posts: 13748
  • Country: gb
    • Mike's Electric Stuff
Re: Driver to control ground connection like a shift register
« Reply #1 on: April 21, 2015, 10:17:04 pm »
tpic6b595 and tpic6c595 - like 74HC595 but with open-drain power drivers
Youtube channel:Taking wierd stuff apart. Very apart.
Mike's Electric Stuff: High voltage, vintage electronics etc.
Day Job: Mostly LEDs
 

Offline senso

  • Frequent Contributor
  • **
  • Posts: 951
  • Country: pt
    • My AVR tutorials
Re: Driver to control ground connection like a shift register
« Reply #2 on: April 21, 2015, 11:10:54 pm »
tpic6b595 are what you want, I used a couple of them(16) to make a digital gas station electronic price portal, pretty good back them, still working today after years of hot and cold weather.
 

Offline FlevasGRTopic starter

  • Regular Contributor
  • *
  • Posts: 98
  • Country: gr
Re: Driver to control ground connection like a shift register
« Reply #3 on: April 22, 2015, 02:08:52 am »
Thanks for the advice. I bought few from eBay
 

Offline Muxr

  • Super Contributor
  • ***
  • Posts: 1369
  • Country: us
Re: Driver to control ground connection like a shift register
« Reply #4 on: April 22, 2015, 04:21:10 am »
I would just like to add, this is also often called current sinking. Might help your google searching in the future.
 

Offline David_AVD

  • Super Contributor
  • ***
  • Posts: 2806
  • Country: au
Re: Driver to control ground connection like a shift register
« Reply #5 on: April 22, 2015, 07:57:39 am »
tpic6b595 and tpic6c595 - like 74HC595 but with open-drain power drivers

I take it that they can take the place of a 74HC595 and ULN2803 for example with no code changes?
 

Online mikeselectricstuff

  • Super Contributor
  • ***
  • Posts: 13748
  • Country: gb
    • Mike's Electric Stuff
Re: Driver to control ground connection like a shift register
« Reply #6 on: April 22, 2015, 08:47:05 am »
tpic6b595 and tpic6c595 - like 74HC595 but with open-drain power drivers

I take it that they can take the place of a 74HC595 and ULN2803 for example with no code changes?
Yes. And it will be better than the ULN as the TPICs have MOSFET outputs, so you don't get the voltage drop of the darlingtons.
Youtube channel:Taking wierd stuff apart. Very apart.
Mike's Electric Stuff: High voltage, vintage electronics etc.
Day Job: Mostly LEDs
 

Offline David_AVD

  • Super Contributor
  • ***
  • Posts: 2806
  • Country: au
Re: Driver to control ground connection like a shift register
« Reply #7 on: April 22, 2015, 09:07:58 am »
Thanks for that.

The TPIC6C595 looks like an ideal replacement for a 7 segment board I'm revising (converting to SMD) at the moment.

Each segment only draws about 10mA with a 24V rail, so well within the ratings.   :-+
 

Online westfw

  • Super Contributor
  • ***
  • Posts: 4199
  • Country: us
Re: Driver to control ground connection like a shift register
« Reply #8 on: April 22, 2015, 09:58:16 am »
A 74hc595 has outputs that will both source and sink current.  They can't sink ENOUGH current to provide gnd for all 7 segments of a common  cathode display, but they're fine for signing current from one segment of a common anode display.

The other drivers people have been mentioning are for higher current, but they are sink-only, usually.
 

Online mikeselectricstuff

  • Super Contributor
  • ***
  • Posts: 13748
  • Country: gb
    • Mike's Electric Stuff
Re: Driver to control ground connection like a shift register
« Reply #9 on: April 22, 2015, 10:02:35 am »
Thanks for that.

The TPIC6C595 looks like an ideal replacement for a 7 segment board I'm revising (converting to SMD) at the moment.

Each segment only draws about 10mA with a 24V rail, so well within the ratings.   :-+
You may also want to look at LED driver chips, typically 16 channels with constant-current outputs, so you don't need resistors.
Youtube channel:Taking wierd stuff apart. Very apart.
Mike's Electric Stuff: High voltage, vintage electronics etc.
Day Job: Mostly LEDs
 

Offline David_AVD

  • Super Contributor
  • ***
  • Posts: 2806
  • Country: au
Re: Driver to control ground connection like a shift register
« Reply #10 on: April 22, 2015, 11:01:41 am »
Thanks for that.

The TPIC6C595 looks like an ideal replacement for a 7 segment board I'm revising (converting to SMD) at the moment.

Each segment only draws about 10mA with a 24V rail, so well within the ratings.   :-+
You may also want to look at LED driver chips, typically 16 channels with constant-current outputs, so you don't need resistors.

Are there any with the same '595 type control though?  I'd like the new board to be compatible with the existing '595 data stream.
 

Online mikeselectricstuff

  • Super Contributor
  • ***
  • Posts: 13748
  • Country: gb
    • Mike's Electric Stuff
Re: Driver to control ground connection like a shift register
« Reply #11 on: April 22, 2015, 12:42:53 pm »
Thanks for that.

The TPIC6C595 looks like an ideal replacement for a 7 segment board I'm revising (converting to SMD) at the moment.

Each segment only draws about 10mA with a 24V rail, so well within the ratings.   :-+
You may also want to look at LED driver chips, typically 16 channels with constant-current outputs, so you don't need resistors.

Are there any with the same '595 type control though?  I'd like the new board to be compatible with the existing '595 data stream.
Generally yes (usually 16 channels so like two 595's)
Youtube channel:Taking wierd stuff apart. Very apart.
Mike's Electric Stuff: High voltage, vintage electronics etc.
Day Job: Mostly LEDs
 

Offline BloodyCactus

  • Frequent Contributor
  • **
  • Posts: 482
  • Country: us
    • Kråketær
Re: Driver to control ground connection like a shift register
« Reply #12 on: April 22, 2015, 12:48:31 pm »
you can use the MBI5026 (5v) and the  WS2803  (5v or 3.3v) chips as shift registers, they each are cc led drivers.

MBI chip does 5 to 90mA @ 5V supply voltage on each of its 16 pins. ws2803 does 5-20ma at 3.3v or 5-30m at 5v.

ws2803 has 18 outputs, and does pwm internally so you need to pump 144 bits to the chip, 8 bits greyscale per LED. from memroy (some time ago since I used the MBI chip), the mbi is just 1 bit per led, on/off only, you need to do your own pwm if you need to.

both chips are just clk/data and can daisy chain them like 595's.
-- Aussie living in the USA --
 

Offline FlevasGRTopic starter

  • Regular Contributor
  • *
  • Posts: 98
  • Country: gr
Re: Driver to control ground connection like a shift register
« Reply #13 on: April 22, 2015, 02:36:38 pm »
Thanks for that.

The TPIC6C595 looks like an ideal replacement for a 7 segment board I'm revising (converting to SMD) at the moment.

Each segment only draws about 10mA with a 24V rail, so well within the ratings.   :-+
You may also want to look at LED driver chips, typically 16 channels with constant-current outputs, so you don't need resistors.

I also bought the Maxim MAX drivers ;)
 

Offline Muxr

  • Super Contributor
  • ***
  • Posts: 1369
  • Country: us
Re: Driver to control ground connection like a shift register
« Reply #14 on: April 22, 2015, 02:42:46 pm »
Mikeselectricstuff also recommended a MBI5031 in one of his videos:

http://radiodetali.com/pdf/macroblock/MBI5031%20Datasheet%20VA.00-English.pdf

I ordered some but it's still on a slow boat from China.
« Last Edit: April 22, 2015, 02:45:39 pm by Muxr »
 

Offline David_AVD

  • Super Contributor
  • ***
  • Posts: 2806
  • Country: au
Re: Driver to control ground connection like a shift register
« Reply #15 on: April 22, 2015, 09:22:48 pm »
The MBI5026 looks interesting although the 5mA min current is right at the limit for some of the LED colours I'll be using.  The LEDs are very efficient and I think I'm actually running some at about 3-4mA.

I see the limit on output voltage is 17V, so with a 24V LED rail is the LED string Vf enough to keep it happy?

Digikey and Mouser don't seem to sell it either, but I assume it's readily available from other sources?

I might stick with the TPIC device and resistors as some of the display boards have an indicator (different current on the 8th bit) in addition to the 7 segments.
 

Online mikeselectricstuff

  • Super Contributor
  • ***
  • Posts: 13748
  • Country: gb
    • Mike's Electric Stuff
Re: Driver to control ground connection like a shift register
« Reply #16 on: April 22, 2015, 09:36:52 pm »
Macroblock are chap but hard to find. For non-greyscale applications there are a number of devices, many of which have the same pinout.
e.g. TI TLC59282
Youtube channel:Taking wierd stuff apart. Very apart.
Mike's Electric Stuff: High voltage, vintage electronics etc.
Day Job: Mostly LEDs
 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf