Hi, I have these ask 434 mhz RF modules with atmega16 @11.0592MHz (for error free uart)
When I transmit a data packet I need very large amount of preamble bytes (at least 10 to 15 ) all 0x55 or 0x54 ! otherwise the receiver can't adjust its gain enough to see the transmission
Packet structure is [PREAMBLE BYTES,HEADER BYTE,DATA BYTE ,CHECKSUM]
I want to avoid the large preamble size as it increases overhead and decreases bandwidth!
If I transmit some data continuously to maintain sync between the transmitter and receiver then it works fine but this method consumes lot of power as transmitter needs to be running all the time
What should I do?
Will Large antennas solve the problem?
When I transmit a data packet I need very large amount of preamble bytes (at least 10 to 15 ) all 0x55 or 0x54 ! otherwise the receiver can't adjust its gain enough to see the transmission
Packet structure is [PREAMBLE BYTES,HEADER BYTE,DATA BYTE ,CHECKSUM]
I want to avoid the large preamble size as it increases overhead and decreases bandwidth!
If I transmit some data continuously to maintain sync between the transmitter and receiver then it works fine but this method consumes lot of power as transmitter needs to be running all the time
What should I do?
Will Large antennas solve the problem?