Browse Source

Update 'Seeed Wio Terminal/projects/README.md'

cube 8 months ago
parent
commit
1939bef402
1 changed files with 6 additions and 3 deletions
  1. 6
    3
      Seeed Wio Terminal/projects/README.md

+ 6
- 3
Seeed Wio Terminal/projects/README.md View File

@@ -5,7 +5,10 @@ Here are bigger files - projects. They usually combine more than one feature to
5 5
 - Requires `tinygpsplus` library
6 6
 - GPS module (m5 v1.1) must be connected to the left port on the terminal itself. It will not work in the right side, and it hasn't been tested in other ports on the battery pack.
7 7
 - Currently displays current co-ordinates on the screen, using a black rectangle around the text area when refreshing so that other parts of the screen can be used without needing to black out the entire thing.
8
+- "last_x" variables used so that the screen isn't constantly flickering with unecessary updates
9
+- Connects to wifi based on ssid and pw variables and uses this info to look up the coordinates and give them a name
10
+- Displays date in the bottom left corner and time in the bottom right (both obtained from gps)
8 11
  
9
-### Todo
10
-- WiFi lookup the coordinates with openweathermap's reverse API 
11
-- Button refresh instead of constantly updating itself? Is this better or worse haha
12
+### Todo / Issues
13
+- Option / version that doesn't auto update (except for boot) and only refreshes location info on a button press OR maybe, wifi only connects on button press / api call is only made on a button press. Further testing is required with the current coords and "last updated" system, I have only written this code while sitting still in one spot in my house :P 
14
+- I think the wifi code interferes with functionality, need to test further to make sure the gps functions will work entirely idependently of whether there is functional wifi.