Skip to content

SX1278 LoRa exmples compiling. Transmitter emits signal but Receiver getting timeout in a loop #962

Answered by jgromes
kocinski15 asked this question in Q&A
Discussion options

You must be logged in to vote

@kocinski15 thanks for pointing this out, that is indeed incorrect. The bandwidth is in kHz for both SX127x and SX126x, so the resulting symbol time is in ms, hence the multiplication by 1000 in SX126x which is missing for SX127x. I pushed a fix addressing this.

I think the issue went unnoticed mostly because blocking mode is rarely used, since it does not offer any advantages over interrupts.

Replies: 5 comments 12 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
10 replies
@StevenCellist
Comment options

@StevenCellist
Comment options

@kocinski15
Comment options

@StevenCellist
Comment options

@kocinski15
Comment options

Comment options

You must be logged in to vote
2 replies
@jgromes
Comment options

Answer selected by kocinski15
@kocinski15
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
template info missing Author of this issue ignored the issue template.
3 participants
Converted from issue

This discussion was converted from issue #961 on February 12, 2024 09:30.