summaryrefslogtreecommitdiffstats
path: root/9.-KrakenSDR-Troubleshooting.md
diff options
context:
space:
mode:
Diffstat (limited to '9.-KrakenSDR-Troubleshooting.md')
-rw-r--r--9.-KrakenSDR-Troubleshooting.md9
1 files changed, 7 insertions, 2 deletions
diff --git a/9.-KrakenSDR-Troubleshooting.md b/9.-KrakenSDR-Troubleshooting.md
index 38ea53c..519c774 100644
--- a/9.-KrakenSDR-Troubleshooting.md
+++ b/9.-KrakenSDR-Troubleshooting.md
@@ -69,9 +69,14 @@ Confirm that all tuners can be running at the same time. If there is a tuner tha
# Android App Troubleshooting
-## Bearings and Heatmap not Updating
+## Bearings and heatmap not updating
By default, the Android app will not update when you are stationary. The start DOA button will be orange to indicate that DOA is paused due to being stationary. This is to stop bogus GPS readings from affecting results, since the GPS requires motion to calculate a heading. You can disable this setting in the Settings under `Pause Data Collection When Stationary`, or simply begin moving.
If it is not this, double check that you have the correct server address input in the settings.
-Check if you can see the DOA data page at http://IP_ADDR:8081/DOA_value.html from your Android device. \ No newline at end of file
+Check if you can see the DOA data page at http://IP_ADDR:8081/DOA_value.html from your Android device.
+
+## RDF Mapper upload not working
+Check that you have included the /save.php part of the RDF mapper server address.
+
+Check the data the RDF mapper server has received at http://RDF_MAPPER_SERVER/read.php?id=mystationname \ No newline at end of file