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.