From e79032896d3830e3a5c50f9eda7c6ea59424c412 Mon Sep 17 00:00:00 2001 From: Alex Date: Tue, 25 Jul 2023 20:49:49 -0400 Subject: [PATCH] added link to TinyGPS++ instructions, updated TODO --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9d9de21..cdc0181 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,9 @@ _Currently in Pre-Pre-Alpha_ ## Installation ### Necessary Software - [Golang][go] -- [Arduino IDE][ard] and [ESP plugin][esp] +- [Arduino IDE][ard] + - [ESP plugin][esp] () + - [TinyGPS++][tg+] library (Installing the TinyGPS++ Library section) ### Necessary Hardware - Computer (I used a [Raspberry Pi Zero 2 W][vilros]) @@ -30,7 +32,7 @@ Run the recipient with ``` When the path is received, it will be stored in a file named with the received date. It can be viewed with ```sh -cat YYYYMMDD.path +cat YYYYMMDDHHmmss.gps ``` ### Nodeside Compile and download the sketch to the ESP @@ -40,15 +42,17 @@ Connect the ESP and GPS to the external battery. Once the GPS warms up, it will ## TODO - A whole lot -- Golang write to file - Golang plotting -- ESP connectivity - ESP write to EEPROM +- Solve the Power Problem +- Solve the Housing Problem +- Solve the Attachment Problem [go]: [ard]: [esp]: + [tg+]: [vilros]: [espbuy]: [gps]: