Hi, How Can I connect 2 APA102 strips on arduino DUE .

Hi,

How Can I connect 2 APA102 strips on arduino DUE .
I need to control each strip separate (NOT in parallel) in high speed

Can any one help me with some demo script code?

Thank’s

Unfortunately, the due only has one hardware SPI output, and one set of pins that it is connected to, so your options are:

  • Have one strip use hardware SPI and one strip bitbang
  • Chain both of your strips together
  • Build some external circuit to allow switching the due’s hardware SPI data/clock lines between the two strips.

Thanks for the quick reply