lemariva / uPyLoRaWAN

ESP32 using MicroPython meets LoRa and LoRaWAN.
https://lemariva.com/blog/category/lora
Apache License 2.0
225 stars 55 forks source link

Calculate frequency register values instead of using lookup table #15

Closed froks closed 3 years ago

froks commented 3 years ago

Added code to calculate the values for the frequency registers according to datasheet, instead of using a lookup table. This should make it easier for people to use other frequencies than the few provided ones.

lemariva commented 3 years ago

thanks!