-
Notifications
You must be signed in to change notification settings - Fork 215
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add John O's trick to sync on an extra AA from the preamble
this change also sends out one more 0xAA preamble byte
- Loading branch information
Showing
1 changed file
with
6 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6f1af25
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this require that this modified code be used at both Rx and Tx radios? I am using RF69CW radios at both ends, but one (the remote) is running older JeeLib. When I tried updating just the other one (not the remote one) with the latest jeelib from the master branch, the link decidedly became unstable.
I am trying to debug the issue that I see now and is discussed as part of #92 . I have a base station radio which receives packets and also sends out packets (ping-pong). After about 2 days of continuous operation, it (base station radio) freezes (neither receives nor transmits packets). I know it's the radio that's frozen since the rest of the sketch is working (interaction with the sketch via commands over the serial port confirms this). Upon power cycle it works again (for about 2 days). Since the master branch makes the link even more unstable, I am now trying code that would call rf12_initialize() if no packets are receive for 10 sec.