Browse Source

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

cube 1 month ago
parent
commit
bf849f40d7
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      Seeed Wio Terminal/projects/README.md

+ 2
- 1
Seeed Wio Terminal/projects/README.md View File

2
 Here are bigger files - projects. They usually combine more than one feature to produce something with some form of a use. It will be harder to preen specific example out of these, but they should run and work and produce the result expected.
2
 Here are bigger files - projects. They usually combine more than one feature to produce something with some form of a use. It will be harder to preen specific example out of these, but they should run and work and produce the result expected.
3
 
3
 
4
 ## m5-gps
4
 ## m5-gps
5
-- Requires `tinygpsplus` library
5
+- Requires `tinygpsplus` library and `ArduinoJson`
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.
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
 - 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.
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
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
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)
10
 - Displays date in the bottom left corner and time in the bottom right (both obtained from gps)
11
+- **Update**: Now uses MultiWifi to switch between pre-defined access points automatically. No need to select, it will work automatically
11
  
12
  
12
 ### Todo / Issues
13
 ### 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
 - 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