beegee-tokyo / SX126x-Arduino

Arduino library to use Semtech SX126x LoRa chips and modules to communicate
MIT License
228 stars 64 forks source link

SX1262 in RX boosted mode #100

Closed gamma2 closed 1 year ago

gamma2 commented 1 year ago

Good morning, I need to put the sx1262 in rx boosted mode. Is it correct to call the RadioRxBoosted function? If yes where is the best place to call the function? I use the code "examples\LORAWAN-OTAA-esp32-e22\src\main.cpp"

Tank You

beegee-tokyo commented 1 year ago

Looking into the LoRaWAN stack, it is using Radio.RX, so if you want to use boosted mode, you have to change the code in the stack itself.

Never tried that.

gamma2 commented 1 year ago

Tanks you, i will try it