Page 2 of 2

Re: Sending raw data

Posted: Tue Oct 11, 2016 10:16 pm
by perjarle
Hi
The arduino code reacts on signals from my Nexa 3ch remote (learning code)

It gives output like this when i press the remote button:
sender 7722438
no group
on
recipient 1


But when I toggle the same control from ONH, it receives nothing.
The lamp is working though.

/PJ

Re: Sending raw data

Posted: Thu Oct 13, 2016 6:05 am
by stefangsbb
Ok, that is quite convincing. I looked at the code again and realized that they just count spaces, so it is ok. My guess would be that the code is a bit picky on the pulse lengths. If you relaxes the intervals a bit, so it accepts broader intervals, I think it should work.