On Saturday, 16 March 2019 18:00:21 UTC-3, kobuki wrote:
>
> Bitrate is OK, but the preamble is off, it should be 0xAAAA (alternating 1 
> and 0).
>

With a preamble of "1010101010101010", no messages were received. Neither 
with my set frequencies, nor with the RFM69 frequencies.

if tf == "EU" {
p.channels = []int{ 
// 868072000, 868192000, 868312000, 868432000, 868552000, // original set 
that worked
// 868073575, 868192150, 868312125, 868433150, 868553825, // ok trial-error 
set
868078500, 868199000, 868318500, 868438500, 868560000, // best trial-error 
set
// 868066711, 868181885, 868297119, 868412292, 868527466, // RFM69 EU 
frequencies
}

Reply via email to