R
RES
Guest
I want to transmit data (by air) with a RX/TX 433MHz set, and want to
use Manchester coding/encoding.
I only know that a logic 0 is a signal going from 0 to 1 (upward
transition at bit centre), and a logic 1 visa versa.
But must this happen in the transmitter, receiver or both ?
What is the best way to get the transmission errorfree (I think about
startbits, checksums ?) How can this all be accomplished ?
I have my transmitter and receiver operating, I can already transmit a
steady signal. The speed I want to transmit on is 2400 baud.
I've made a little test code:
waitHi: sbis ACSR, ACO ;wait for hi level
rjmp waitHi
sbi PORTD, LED
This works good. As soon as I switch on the transmitter the LED goes
on.
Anyone more info, tips & tricks, a FAQ, etc. ?
Thanks.
use Manchester coding/encoding.
I only know that a logic 0 is a signal going from 0 to 1 (upward
transition at bit centre), and a logic 1 visa versa.
But must this happen in the transmitter, receiver or both ?
What is the best way to get the transmission errorfree (I think about
startbits, checksums ?) How can this all be accomplished ?
I have my transmitter and receiver operating, I can already transmit a
steady signal. The speed I want to transmit on is 2400 baud.
I've made a little test code:
waitHi: sbis ACSR, ACO ;wait for hi level
rjmp waitHi
sbi PORTD, LED
This works good. As soon as I switch on the transmitter the LED goes
on.
Anyone more info, tips & tricks, a FAQ, etc. ?
Thanks.