Best way to connect 6 Tics with 1 Arduino

hi,
i would like some advise what could be the best way to connect 6 Tics with 1 Arduino (UNO).
addressing the Tics separately is not necessary.
the data stream can be sent to all of them, the Tics have alternative numbers.

thanks in advance,
rolf meesters

There are a couple different ways you can control multiple Tics from a single Arduino. If you need to read any information back from the Tics, the I2C interface is probably the preferred option. You can find information about this under the “Controlling multiple Tics with I2C” heading of the “Setting up I2C control” section of the Tic user’s guide.

The TTL serial interface is also an option; however, please note that in order to read information back from the Tics, you would need to add external AND gates. You can find information about this under the “Connecting a serial device to multiple Tics” heading of the “Setting up serial control” section of the Tic user’s guide.

Please let us know if you have any additional questions or concerns.

Brandon