Hey reader!
I'm new to Arduino, so this may be really easy...or impossible.
I need to run 8 leds, independently, all with PWM, from a Nano. I know there are only 6 pins that can be used for PWM. However, someone told me in passing that I could tie all of the 8 leds together with a common lead from one of the PWM pins, and simply connect the other contact on each LED to a pin of their own. Then, when I turn one LED on with it's individual pin it will be receiving a PWM signal from the common lead and will allow the led to pulse as desired.
Is this correct? If not, is there another way to do this? Any chance you (I mean, you've read this far, right!?!), could provide more direct info as to how to do this? Both wiring and sketch?
Would be much appreciated! I'm trying to get a project done for a pitch competition this week!