Skip to content

Commit

Permalink
Update guides
Browse files Browse the repository at this point in the history
  • Loading branch information
kylecorry31 committed Apr 3, 2024
1 parent cd74d05 commit bf5220f
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 5 deletions.
2 changes: 2 additions & 0 deletions guides/en-US/guide_tool_astronomy.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ The time of sunrise, sunset, and noon is shown below the chart, as well as the l
- **Daylight**: This is the amount of time when the sun is up.
- **Night**: This is the amount of time when the sun is down.
- **Season**: This is the astronomical season based on the Earth's position around the sun. It will be one of the following: spring, summer, fall, or winter.
- **Altitude**: This is the current angle of the sun above the horizon. It is shown in degrees.
- **Direction**: This is the current direction the sun is in. It is shown in degrees.

## Moon
The time of moonrise, moonset, and lunar noon are shown below the chart, as well as the current moon phase and illumination percentage. If you tap this section, you will see more details about the moon for the current day:
Expand Down
13 changes: 9 additions & 4 deletions guides/en-US/guide_tool_augmented_reality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ Additionally, while the camera is active, you can adjust the zoom level using tw
A circular reticle is displayed in the center of your screen. You can use this to see more details about the marker you are looking at by centering it in the reticle.

## Beacons
Nearby beacons are displayed as markers on the screen. You can tap on a beacon to start navigation (See the Navigation section below). The nearby beacon radius can be adjusted in Settings > Augmented Reality > "View distance".
Nearby beacons are displayed as markers on the screen. You can tap on a beacon to start navigation (See the Navigation section below). The view distance can be adjusted in Settings > Augmented Reality > Beacons > "View distance".

## Paths
Nearby paths are displayed below your feet. Due to GPS inaccuracy, the paths may not be perfectly aligned with the real world. You can disable paths in Settings > Augmented Reality > Paths.
Nearby paths are displayed below your feet. Due to GPS inaccuracy, the paths may not be perfectly aligned with the real world. The view distance can be adjusted in Settings > Augmented Reality > Paths > "View distance"

You can choose to adjust paths using their recorded elevation by enabling Settings > Augmented Reality > "Use path elevation". This should make the paths line up better with hills and valleys, but is dependent on the accuracy of the elevation data.

Expand Down Expand Up @@ -47,8 +47,13 @@ If your device has a gyroscope, calibrating will switch the tool to use the gyro

To reset the calibration, long press the compass icon or close and reopen the tool.

### Accuracy
The accuracy of the compass and GPS are shown in the bottom-left of the screen. You can tap the status icons to see more details about the accuracy and for further instructions on calibrating your compass.

## Sensors
The Augmented Reality tool respects the compass source in Settings > Sensors > Compass > Source. If your device does not have a gyroscope, the tool will still work but will not be as accurate and may jitter.

## Experimental
This tool is currently in experimental mode, so there may be bugs or unfinished features. If you have any feedback, please email me at [email protected] or visit https://github.com/kylecorry31/Trail-Sense/discussions/2099#discussioncomment-7737952 for more details.
## Layers
You can toggle the visibility of the Beacons, Paths, Astronomy, and Grid layers by clicking the layer icon in the top-left corner of the screen or by changing the "Visible" setting in Settings > Augmented Reality.

The preview date for the Astronomy layer can be adjusted in the layers menu on the Augmented Reality tool.
3 changes: 3 additions & 0 deletions guides/en-US/guide_tool_metal_detector.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ Lower threshold values increase sensitivity. Higher values decrease it. Adjust w
## High Sensitivity Mode
This removes noise filtering for maximum sensitivity. The graph becomes noisier and false positives occur more frequently. Enable with the 'High sensitivity' switch.

## Audio Feedback
Tapping the speaker icon in the top-right corner enables audio feedback. A tone will play when metal is detected, and the volume increases with field strength.

## Metal Direction (Experimental)
This experimental feature attempts to indicate metal direction with two on-screen dots. One points towards the metal and the other away from it. Unfortunately, it's uncertain which is which. Move your phone towards one dot; if the number in the center increases, you are getting closer. If the dots swap, it likely means you just passed over the metal. This requires a gyroscope sensor.

Expand Down
5 changes: 4 additions & 1 deletion guides/en-US/guide_tool_sensors.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
The Sensors tool can be used to test the sensors on your device.

## Sensor List
The sensor list shows all the sensors available on your device that Trail Sense uses. If the accuracy of the sensor is available, it will be shown on the left, and the sensor's value will appear to the right of that.
The sensor list shows all the sensors available on your device that Trail Sense uses. If the accuracy of the sensor is available, it will be shown on the left, and the sensor's value will appear to the right of that.

## All Sensors
To see all available sensors on your device, click the button in the top-right corner of the screen. This will show a list of all sensors available on your device, including those that Trail Sense does not use.

0 comments on commit bf5220f

Please sign in to comment.