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
Sending raw data
-
- Site Admin
- Posts: 313
- Joined: Sun Nov 30, 2014 2:16 pm
Re: Sending raw data
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.