I once had a number and datasheet of a chip that fits my current needs precisely, but I cannot find it anymore.
What I'm looking for is to control 12V LED strips from my RPI Pico's I/Os. There is the TPIC6B595 which I used in the old design with the Arduino Nano, which pulls its output pins to ground, which is basically what I need, except instead of the shift register input I need something with one input per output, so I can finally use real PWM instead of emulating it over SPI.
If there is a solution that has more power than the 150mA of the TPIC, even with fewer channels, I'm fine. What I'm not looking for is "just MOSFETS on a chip" where I need to add all the chicken feed around it. What I want/need is a setup of just Controller -> Chip -> GND side of 12V LED strip.
But it is as far from my needs as possible. I explicitely don't want a shift register based chip, and the TLC6C598 has even less mA than the TPIC I''ve used.
How about a PCA9685 servo board, with as many TO220 logic level fets as needed.
That's up to 16 channels of 12-bit PWM at your choosen frequency.
Leo..
That TBD62003A looks good. And through it I found the chip I had originally been looking for, the ULN62003A, but according to what I read the TBD is a) better and b) a drop in replacement. So I'll probably use the TBD.
What makes me wonder - the data sheet says 500mA/channel, which, with eight channels would imply 4A running through the ground pin. Has anyone tried this?
And: Does the chip need cooling? Like, a pad and a metal sheet or something? I have no idea how much 1.25W thermal dissipation is in real life.
Interesting thing I'll bookmark for other projects, but for this, it is way too big for this application. I've got a total height of about 7.8mm, so I'm looking for a chip, not a board with headers. I could either use an SMD variant that I solder on a small board, or take a DIL chip and bend the pins horizontal and and wire them floating.
Let us know if you find a high current mosfet array like that.
Maybe the ULN2803 will do if you can tolerate the 1volt saturation loss.
There are plenty of 2mm thick SMD mosfets that can carry several Amps.
I don't care, I can solder an SMD on a small prototype adapter board, or use the DIL with pins bent horizontal, and wire them "in the air". DIL+Pad+AL sheet is possible, if needed. As long as I'm staying under about 7.8mm total height.