1
Do You Need Help? Post it here / Re: SSR and arduino
« on: September 24, 2020, 10:31:55 AM »
It looks like you're using serial communication and turning that into digital outputs. So, I suggest you stick a multimeter on one of your outputs and have xLights set alternate all your channels between on and off...then measure your pin outputs on the controller to figure out whether they are being turned on or off. I'm not the xLights expert nor am I an expert with C/C++. But, measuring an output is pretty easy and that will tell you whether or not your outputs are doing what you expect the Uno to be doing. And, like what was already suggested, make sure the protocol is what you expect it to be. I haven't googled your library to determine what AVR/WDT is. But, you should probably follow whatever that library tells you to as far as the protocol goes...
And, good luck!
And, good luck!