Jump to content
43oh

LED matrix with msp430


Recommended Posts

I generally use a transistor array or LED constant current sink driver and run a matrix common cathode, using the microcontroller outputs for the anode drive. One of the go-to arrays I use is uln2804 (darlington array).

 

Unfortunately, few microcontrollers have the ability to either source or sink enough current to drive an array at significant brightness without external drivers.

Link to post
Share on other sites

@@MSPLife as @@enl says - It's generally not a good idea to run LEDs directly off of MCU pins, although you'll notice it done on the MSP430G Launchpad (although other LPs do actually use transistors).  However - that's only one LED per pin.  Doing anything more than that and you're risking burning out pins.  I did create a project that ran a charlieplexed matrix that only lit one LED at a time - but a common-anode or cathode matrix would probably be too much - you're better off with external drivers.  Shift Registers (595) and darlington-arrays (ULN280x) work great and are both in TI's parts collection.

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...