Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RoelKroes authored Jan 20, 2023
1 parent 9516928 commit 1a6ecbd
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ You will need two extra Arduino libraries to be able to compile this sketch.:
To run this, you need a TTGO T-Deer board or:
* 1 x Arduino Mini - 3.3v (or compatible Arduino board)
* 1 x SX1278 LoRa chip (or compatible LoRa chip. Basically it will work with all sx127x series chips)
* 1 x ATGM336H, BN220 GPS (9600 Baud) or any UBlox or compatible GPS device like a NEO6 or NEO8. I recommend the ATGM336H GPS module.
* 1 x ATGM336H or any UBlox or compatible GPS device like a NEO6 or NEO8. I recommend the ATGM336H GPS module.

Note that currently setting different flightmodes in uBlox GPS modules is not supported. This could cause GPS failures above 18km when using uBlox GPS modules. I recommend using the ATGM336H GPS modules.

Expand All @@ -41,3 +41,13 @@ Note that currently setting different flightmodes in uBlox GPS modules is not su
Have fun,

Roel.

# Versions

V0.1.0:

- 2023-01-20 - Added support for LoRa HAB mode 0
- 2023-01-20 - Added support for LoRa HAB mode 1 (Telemetry only)
- 2023-01-20 - Added support for LoRa HAB mode 3
- 2023-01-20 - Added support for LoRa HAB mode 5
- 2023-01-20 - Added support for Low Data Rate Optimization

0 comments on commit 1a6ecbd

Please sign in to comment.