I’m trying to run a chain of LED matrices using the newer Pro Micro (DEV-11098) and some MAX7219 based circuits. When using an Arduino Pro Mini and a 5V regulator (from a 12V power source) the whole thing draws from 120-160mA. Since the Pro Micro is rated for 16V and can supposedly put out 500mA with it’s onboard MIC5219 regulator, I thought it might let me eliminate my external regulator.
However, when I supply the Pro Micro with 12.3V into RAW, the LED matrix chain will only run for about 4 seconds and then the Pro Micro resets, then run for another 4 seconds, resets etc.
Disconnecting some parts of my matrix chain (reducing the current needed to under 100mA) the Pro Micro runs with the smaller load just fine.
I then tested with a 9V battery connected to the Pro Micro’s RAW and the whole matrix chain runs perfectly. That’s odd. :think:
Does the MIC5219 regulator’s output current go down as the input voltage is increased or something?