Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-acco authored Nov 19, 2024
1 parent 436a233 commit 24853ec
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# APRS Smart Beacon Calculator
[https://tom-acco.github.io/aprs-smart-beacon-calculator/](https://tom-acco.github.io/aprs-smart-beacon-calculator/)

I wanted a way to view results of the smart beacon calculations implemented in [Xinyuan-LilyGO/T-TWR](https://github.com/Xinyuan-LilyGO/T-TWR) against the calculations implemented in [t52ta6ek/APRS-SmartBeaconing-Worksheet](https://github.com/t52ta6ek/APRS-SmartBeaconing-Worksheet).

## Xinyuan-LilyGO/T-TWR
txInterval = (15 * highSpeed) / speed

## t52ta6ek/APRS-SmartBeaconing-Worksheet
txInterval = (fastInterval * highSpeed) / speed

# Got a better method? [Send it](https://github.com/tom-acco/aprs-smart-beacon-calculator/issues)

0 comments on commit 24853ec

Please sign in to comment.