LoPy LoRa documentation suggestion
-
Hi :)
I've been playing a bit with the LoPy and I've noticed a couple of quirks in the LoRa class that should be documented.
When changing some of the parameters on the fly, like tx_power, sf or, if I remember well, coding_rate (I mean, with an initialized radio, calling lora.tx_power(new power) for example) transmission didn't work until I
reconfigured the bandwidth again with lora.bandwidth(intended bandwidth).There seems to be some dependency so that changing one of the paramters on the fly requires some further initialization.
Is it known?
-
Hi @borjam,
Please feel free to file an enhancement issue at https://github.com/pycom/pycom-micropython/issues
If you want you can even improve our LoRa documentation yourself. It's available at https://github.com/pycom/pycom-micropython/tree/master/docs/pycom_esp32. You can fork the repository, apply your changes, and submit a pull request.
Thanks