Does there exist any microcontroller kits like arduino where one would have available 1000 or greater analog output pins? I realize there are techniques like charlieplexing, but imagine you couldn't go that route, but instead needed to have more than 1000 output analog pins that could be controlled via a computer. Where each pin might only draw 0.05 Watts. What would one use to achieve this? Would you have to connect a bunch of Arduino Due's together? And would you then have to control each arduino separately in your program? Or is there some simpler way to acheive all this? How would one solve this problem?