connect 433 MHz RF Transceiver with microcontroler ATmega8535
miko
Posts: 8
sorry, Ihave problem
how to connect 433 MHz RF Transceiver with microcontoler ATmega8535
give me program with C how to setting 433 MHz RF Transceiver as transmitter and receiver
how to connect 433 MHz RF Transceiver with microcontoler ATmega8535
give me program with C how to setting 433 MHz RF Transceiver as transmitter and receiver
Comments
I wrote code in C for a PIC microcontroller that will allow bidirectional use with my own protocol & CRC-8 error checking. However it was not portable directly to the ATMega family.
I use two chip microcontroller ATmega8535
the first chip control two data ADC by delay 5 second and contro the transmitter
the second chip control the receiver and interfacing with computer
"Syncing" in this case refers to simply initially writing some dummy values to establish a read-to-transmit state for the transmitter(s).
This is done with the example code in the manual provided by Parallax, by setting the output data line high for a while. I sent two bytes of 0xFF instead.
I would be happy to send you the information I have (PM me) but please do not demand it from forum posters. (You will get a much better response by asking politely, thank you).
Regards.
thanks