summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkrakenrf <78108016+krakenrf@users.noreply.github.com>2022-05-29 13:07:00 +0200
committerkrakenrf <78108016+krakenrf@users.noreply.github.com>2022-05-29 13:07:00 +0200
commit40e3e6ea94702c8585cf16562b534711b43ffd0c (patch)
tree90fa01f206fc8ce0bbeb42b9e6d60c52b4912fc9
parentUpdated 9. KrakenSDR Troubleshooting (markdown) (diff)
downloadkrakensdr_docs.wiki-40e3e6ea94702c8585cf16562b534711b43ffd0c.tar
krakensdr_docs.wiki-40e3e6ea94702c8585cf16562b534711b43ffd0c.tar.gz
krakensdr_docs.wiki-40e3e6ea94702c8585cf16562b534711b43ffd0c.tar.bz2
krakensdr_docs.wiki-40e3e6ea94702c8585cf16562b534711b43ffd0c.tar.lz
krakensdr_docs.wiki-40e3e6ea94702c8585cf16562b534711b43ffd0c.tar.xz
krakensdr_docs.wiki-40e3e6ea94702c8585cf16562b534711b43ffd0c.tar.zst
krakensdr_docs.wiki-40e3e6ea94702c8585cf16562b534711b43ffd0c.zip
-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