I'm using attiny85 with UART usb as communication port and don't know how to get transmitted values from my rf transmitter to print out into the serial port on my receiver side. I've tried all the manchester library and while able to sync the rf modules, I have no idea how to get it to print out the transmitted value. Any help is appreciated.
The VirtualWire library can be used with the ATtiny85.
http://www.airspayce.com/mikem/arduino/
In the library is code for the ATtiny85, but I don't know if that is tested or if it is working.
This might be of some help:
Cheers.
Thanks for your help. What does it mean when I'm getting:
ßÿÿÿÿÿÿÿÿÿÿÿ?øðð a a a`
in the serial monitor with every transmitted signal?
It means that something is wrong ![]()
Is that serial output of the transmitter ? or serial output of the receiver ?
Is your serial monitor at 9600 baud, or something else ?
You could post your sketches between
[code] ... [/code] tags. See we can take a look at it. Or are you using the examples sketches ? which one ?