hubsif / arduino-dali

A timer-based DALI (Digital Addressable Lighting Interface) library for Arduino
https://hubsif.github.io/arduino-dali/
GNU General Public License v3.0
24 stars 18 forks source link

Sending color command with Arduino according to IEC 62386-209 #11

Open ghost opened 3 months ago

ghost commented 3 months ago

The library works fine, but how can I send color commands according to IEC 62386-209 with Arduino? The example command is as follows: Address 0, r=0%, g=100%, b=keep, w=100% with RGBW cutoff Dali.sendArc(0,"00FEFFFE");

hubsif commented 3 months ago

I've never done it myself, but perhaps this explanation here helps understand the general idea of 209.