Lora-net / LoRaMac-node

Reference implementation and documentation of a LoRa network node.
Other
1.87k stars 1.09k forks source link

SX126x's RADIO_SET_TXCONTINUOUSPREAMBLE (infinite preamble) sends payload buffer first #485

Closed Atokulus closed 6 years ago

Atokulus commented 6 years ago

Executing the RADIO_SET_TXCONTINUOUSPREAMBLE (infinite preamble mode) on the SX126x, a complete valid LoRa frame with the latest configured payload will be sent before the Radio actually switches into Infinite Preamble mode:

SX126xWriteCommand(RADIO_SET_TXCONTINUOUSPREAMBLE, 0, 0 );

infinite_preamble_bug

This behaviour should not be expected.

Best regards @atokulus

mluis1 commented 6 years ago

This question is of topic for this project. This project only concerns LoRaWAN protocol implementation.

Could you please ask your question on Semtech LoRa Community portal. Under collaborate page there is a specific forum for the SX126x devices. You may need to register first. SX126x Forum

Thank you for your understanding.