Hi, currently I wish build an RF system using two attiny84 with the cheap one-direction RF modules MX-05V/XD-RF-5V.
I started working on Arduino UNO and manchester library from https://mchr3k.github.com/arduino-libs-manchester/, no problem. Then, I migrate to attiny84, TX works fine but the RX does not work, nevers complete a reception, this does occurs with Arduino UNO.
I try to patch the library, but seems not any problem there. The timer and the interrupt are correctly configured. I can't understand why does not work. Also it is supposed that the library works on Attiny84, but nobody have tested it, the attiny85 is more popular.
I used the basic sketch from manchester library examples to test it. Can anybody help me please?