Hi dinosalvioni
What problem were you having with Transmit?
I tested it with Example-Repeat with no problems on a set of “Watts Clever” GPO Switches.
I have updated the Lib with the new Watch nodes to.
Sorry, now it works fine in stand alone and in simple program.
But i had to try a more complex program with (bitrex/xod-menu-system) and rf node “433 receive” start but dont work (interrupt dont receive siglal or similar effect). Rf433 send not works!
I suspect it is something related to interrupt management in complex program.
How XOD operate with interrupts?
My experience with interrupts is that Arduino reuses interrupts for multiple tasks, like timers and PWM generators. Since XOD does not allow you to select interrupt for timer, you have to resolve any conflict by using a different PWM pin. I don’t know how you could resolve conflict if a library is conflicting with a timer.
Sorry can you check your repeater example program of rf433 library. it dont works: after 10 seconds (first cicle of clock) where it receive (but dont trasmit on other shield) program stop to receive.