Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve Device Range #6

Open
2 tasks
jfcisco opened this issue Dec 11, 2021 · 3 comments
Open
2 tasks

Improve Device Range #6

jfcisco opened this issue Dec 11, 2021 · 3 comments

Comments

@jfcisco
Copy link
Owner

jfcisco commented Dec 11, 2021

  • Read up on LoRa modem configurations
  • Consult with FIC regarding modem configurations

Some useful links:

@jfcisco
Copy link
Owner Author

jfcisco commented Dec 11, 2021

Avenues to Explore

RH RF95 Driver Configurations

Transmit power

  • By default, Radiohead sets transmit power to +13 dBm
  • LoRa modules can be set to transmit at a higher power
    • +20dBm max for Lilygo T-BEAM per datasheet
    • +18dBm max for Ra-02 radio module per datasheet
  • Implications:
    • Possibly longer range
    • Higher power entails higher battery discharge (mas madaling ma-lowbat)
    • We have to experiment on how quickly the battery is drained with a higher transmit power vs original power

@jfcisco
Copy link
Owner Author

jfcisco commented Dec 11, 2021

Bandwidth, Chip Rate, and Spreading Factor

  • Still reading on how each one affects the range of the radio

  • By default, Radiohead uses a medium range setting:

    • Bandwidth = 125 kHz
    • Chip rate = 4/5
    • Spreading factor = 128chips/symbol
    • Cyclic Redundancy Check on (for error correction).
  • Per Radiohead docs, "if you are using slow packet rates and long packets with RHReliableDatagram or subclasses (includes RH Mesh) you may need to change the RHReliableDatagram timeout for reliable operations."

    • By default, the timeout was set to seven seconds

@jfcisco
Copy link
Owner Author

jfcisco commented Dec 11, 2021

Consideration: https://en.wikipedia.org/wiki/Fresnel_zone

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant