Browse Source

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

cube 8 months ago
parent
commit
83291ac064
1 changed files with 10 additions and 0 deletions
  1. 10
    0
      Seeed Wio Terminal/projects/README.md

+ 10
- 0
Seeed Wio Terminal/projects/README.md View File

@@ -0,0 +1,10 @@
1
+# Projects
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
+
4
+## m5-gps
5
+- Requires `tinygpsplus` library
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. 
8
+### Todo
9
+- WiFi lookup the coordinates with openweathermap's reverse API 
10
+- Button refresh instead of constantly updating itself? Is this better or worse haha