From 055e4351779a6fba7d809baff642f3eed23b4fdf Mon Sep 17 00:00:00 2001 From: Tait Hoyem Date: Thu, 25 Aug 2022 13:40:30 -0600 Subject: [PATCH] Update readme --- prototype/esp32/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/prototype/esp32/README.md b/prototype/esp32/README.md index 49935f9..fdfc8a5 100644 --- a/prototype/esp32/README.md +++ b/prototype/esp32/README.md @@ -38,3 +38,11 @@ If you recieve an error about the `serial` package is not found, use the followi ```bash $ pip install pyserial +``` + +### My GPS isn't receiving data! + +Hold your horses. +This process may take a few minutes. +The GPS chip needs to find all the nearby satealites, establish a connection, then calculate where it might be based on that data. +This can take somewhere between a few seconds and a few minutes during the first boot depending on how easily you have a direct view to the sky.