Skip to content

Commit 261b688

Browse files
committed
Update docs
1 parent 230dba1 commit 261b688

File tree

2 files changed

+17
-5
lines changed

2 files changed

+17
-5
lines changed

docs/configure_data_logging.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,27 @@ Because of the nature of these controls, the AP config page is different than th
1212

1313
### Log to SD
1414

15-
If a microSD card is detected, all messages will be logged. Once the max log time is achieved, logging will cease. This is useful for limiting long term, overnight, static surveys to a certain length of time. Default: 1440 minutes (24 hours). Limit: 1 to 2880 minutes.
15+
If a microSD card is detected, all messages will be logged.
16+
17+
### Max Log Time
18+
19+
Once the max log time is achieved, logging will cease. This is useful for limiting long term, overnight, static surveys to a certain length of time. Default: 1440 minutes (24 hours). Limit: 1 to 2880 minutes.
20+
21+
### Max Log Length
22+
23+
Every 'max long length' amount of time the current log will be closed and a new log will be started. This is known as cyclic logging and is convenient on *very* long surveys (ie, months or years) to prevent logs from getting too unwieldy and helps limit the risk of log corruption. This will continue until the unit is powered down or the *max logging time* is reached.
1624

1725
### Enable Factory Defaults
1826

1927
Factory Defaults will erase any user settings and reset the internal receiver to stock settings. Any logs on SD are maintained. To prevent accidental reset the checkbox must first be checked before the button is pressed.
2028

2129
### SD Card
2230

23-
Various stats for the SD card are shown. If valid firmware is detected, available firmware files will be shown. The user must select the firmware they would like to update to. To prevent accidental updates the checkbox must first be checked before the button is pressed.
31+
Various stats for the SD card are shown.
2432

25-
### Add Firmware
33+
### Update Firmware
2634

27-
New firmware may be uploaded via WiFi to the SD card. Firmware is only loaded to the SD card and must then be loaded to the unit.
35+
New firmware may be uploaded via WiFi to the unit. See [Updateing Firmware from the SD Card](https://sparkfun.github.io/SparkFun_RTK_Firmware/firmware_update/#updating-firmware-from-the-sd-card) for more information.
2836

2937
### Reset Counter
3038

docs/system_status_report.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Sending the `~` character to the device over the serial port will trigger a syst
99
*Terminal showing System Status*
1010

1111
> $GNTXT,01,01,05,202447.00,270522,0.380,29,40.090355193,-105.184764700,1560.56,3,0,86*71
12+
1213
* $GNTXT : Start of custom NMEA sentence
1314
* 01 : Number of sentences
1415
* 01 : Sentence number
@@ -22,4 +23,7 @@ Sending the `~` character to the device over the serial port will trigger a syst
2223
* 1560.56 : Altitude
2324
* 3 : Fix type (0 = no fix, 2 = 2D fix, 3 = 3D fix, 4 = 3D + Dead Reackoning, 5 = Time)
2425
* 0 : Carrier solution (0 = No RTK, 1 = RTK Float, 2 = RTK Fix)
25-
* 86 : Battery level (% remaining)
26+
* 86 : Battery level (% remaining)
27+
* *71 : The completion of the sentence and a [CRC](http://engineeringnotes.blogspot.com/2015/02/generate-crc-for-nmea-strings-arduino.html)
28+
29+
**Note:** This is a custom NMEA setence, can vary in length, and may exceed the [maximum permitted sentence length](https://www.nmea.org/Assets/20160520%20txt%20amendment.pdf) of 61 characters.

0 commit comments

Comments
 (0)