Turn Slope Readme

This commit is contained in:
richonguzman 2023-01-30 00:32:42 -03:00
parent 70deafa419
commit 920f022957
2 changed files with 5 additions and 6 deletions

View File

@ -15,13 +15,12 @@ Achievements:
- custom smartbeacon values for each CALLSIGN
- force Tx with the "short" push of a button.
- send enconded GPS data packet for shorter and realiable comunication.
- Select to send "Course + Speed" or "Altitude + Speed" in encoded APRS data packet
- Select to send "Course + Speed" or "Altitude + Speed" in encoded APRS data packet.
- Use SmartBeacon with "Turn_Min + Turn_Slope" formula.
To add (shortly) working on it
- turn_slope for course angle smartbeacon
- oled screen (allready bought ... and waiting.. )
- SendAltitude: encoded instead of just "Course+Speed" without adding lenght to the APRS packet.
- SendComment: for a GPS position or distance to certain GPS point
- Send Status: for a GPS position or distance to certain GPS point
- Send Message to anothe APRS capable Radio/Handy/tracker/iGate or even Twitter ;)

View File

@ -8,7 +8,7 @@
#define SendComment true // "true" adds comment to the APRS packet/message
#define APRS_COMMENT "Lora Tracker 1W" // To send this comment --> SendComment = true (edit the comment as you like)
#define User1_Callsign "CD2RXU-7"
#define User1_Callsign "CD2RXU-7" // This is my Callsign , so go on and change it to yours!!!
#define User1_Symbol "[" // Runner
#define User1_SlowRate 120 // seg
#define User1_SlowSpeed 3 // km/h
@ -19,7 +19,7 @@
#define User1_TurnMinDeg 3 // degrees
#define User1_TurnSlope 40 // constant
#define User2_Callsign "CD2RXU-8"
#define User2_Callsign "CD2RXU-8" // This is my Callsign , so go on and change it to yours!!!
#define User2_Symbol "b" // Bicycle
#define User2_SlowRate 120
#define User2_SlowSpeed 5
@ -30,7 +30,7 @@
#define User2_TurnMinDeg 12
#define User2_TurnSlope 60
#define User3_Callsign "CD2RXU-9"
#define User3_Callsign "CD2RXU-9" // This is my Callsign , so go on and change it to yours!!!
#define User3_Symbol ">" // Car
#define User3_SlowRate 120
#define User3_SlowSpeed 10