Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added ASSETS/gpsqr/screenshot-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,15 @@ For B&W includes GPS Telemetry screen, and Home distance telemetry screen.</br>

<br/>

### [GPSQR](https://github.com/JoelFPV/GPSQR)

Full-screen GPS and ELRS telemetry widget for color radios, with a scannable Google-Maps QR code of the model's last known position. Shows distance to home, trip, height above take-off with MSL, speed, heading, satellites, flight time, mAh drawn and a full ELRS panel, and switches to a MAX debrief on landing. Betaflight and iNAV are detected automatically.<br/>
<a href="https://github.com/JoelFPV/GPSQR">
<img src="ASSETS/gpsqr/screenshot-1.png" alt="GPSQR screenshot 1" width="250">
</a>

<br/>

## Telemetery & Flight Controllers

### [Betaflight Setup](https://github.com/betaflight/betaflight-tx-lua-scripts)
Expand Down
20 changes: 20 additions & 0 deletions scripts.json
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,26 @@
"color"
]
},
{
"name": "GPSQR",
"category": "GPS & Mapping",
"description": "Full-screen GPS and ELRS telemetry widget for color radios, with a scannable Google-Maps QR code of the model's last known position - point a phone at the radio to walk to a downed model. Shows distance to home, trip, height above take-off with MSL, speed, heading, satellites, flight time, mAh drawn and a full ELRS panel, and switches to a MAX debrief on landing. Betaflight and iNAV are detected automatically.",
"infourl": "https://github.com/JoelFPV/GPSQR",
"images": [
"ASSETS/gpsqr/screenshot-1.png"
],
"tags": [
"widget",
"color",
"gps",
"expresslrs",
"crossfire",
"betaflight",
"inav",
"quad",
"fixed-wing"
]
},
{
"name": "Betaflight Setup",
"category": "Flight Controller Config",
Expand Down