Skip to content

Commit d9d83bd

Browse files
committed
Changed SX1272 and SX1276 FSK FIFO threshold from 15 to 63 in order to give more time for the MCU to make other processing tasks.
Fixes an issue in Class C mode where the end-device wasn't able to send well formed uplinks.
1 parent f0aa093 commit d9d83bd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/boards/sx1272-board.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ extern "C"
5050
{ MODEM_FSK , REG_SYNCVALUE2 , 0x94 },\
5151
{ MODEM_FSK , REG_SYNCVALUE3 , 0xC1 },\
5252
{ MODEM_FSK , REG_PACKETCONFIG1 , 0xD8 },\
53-
{ MODEM_FSK , REG_FIFOTHRESH , 0x8F },\
53+
{ MODEM_FSK , REG_FIFOTHRESH , 0xBF },\
5454
{ MODEM_FSK , REG_IMAGECAL , 0x02 },\
5555
{ MODEM_FSK , REG_DIOMAPPING1 , 0x00 },\
5656
{ MODEM_FSK , REG_DIOMAPPING2 , 0x30 },\

src/boards/sx1276-board.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ extern "C"
5050
{ MODEM_FSK , REG_SYNCVALUE2 , 0x94 },\
5151
{ MODEM_FSK , REG_SYNCVALUE3 , 0xC1 },\
5252
{ MODEM_FSK , REG_PACKETCONFIG1 , 0xD8 },\
53-
{ MODEM_FSK , REG_FIFOTHRESH , 0x8F },\
53+
{ MODEM_FSK , REG_FIFOTHRESH , 0xBF },\
5454
{ MODEM_FSK , REG_IMAGECAL , 0x02 },\
5555
{ MODEM_FSK , REG_DIOMAPPING1 , 0x00 },\
5656
{ MODEM_FSK , REG_DIOMAPPING2 , 0x30 },\

0 commit comments

Comments
 (0)