You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
The sx1261 seems to be timing sensitive during configuration. I have multiple strange behaviors like low power output or bad frequency.
I'm using a custom bord with stm32l152 and I measure output power with an R&S Spectrum Rider FPH (spectrometer 5kHz->3Ghz).
My program mainly come from the ping pong example.
Config 1 :
SX126xWaitOnBusy not implemented
Delay of 1s before and after Radio.SetChannel
==> Works correctly, the power is 14dB and frequency is 868Mhz
Config 2:
SX126xWaitOnBusy implemented
No delay
==> Frequency is OK, but power is reduce to -15dB
Config 3:
SX126xWaitOnBusy not implemented
No delay
==> Power output is Ok but frequency is set to 915Mhz
Here most important part of my code:
Main.c
sx126X-board.c
Anyone have this issue ?
Beta Was this translation helpful? Give feedback.
All reactions