Skip to content

Commit aedc1ca

Browse files
authored
Add basic information
1 parent 6017f3f commit aedc1ca

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

README.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,21 @@
1-
# pycom-gps-logger
1+
# pycom-gps-logger
2+
3+
Basic code to use the [pytrack](https://pycom.io/product/pytrack/) board and a [LoPy](https://pycom.io/product/lopy/) (will potentially also work with the [Fipy](https://pycom.io/product/fipy/)). If a µSD card is present it will also log co-ordinates to file.
4+
5+
## Device Debug Information
6+
Some output is printed to the console otherwise the RGB LED is used to show various states
7+
8+
| Colour | Type | When | Meaning |
9+
|--------|------|------|---------|
10+
| Yellow | Flash| Boot | SD card Mounted|
11+
| Red | Steady| Anytime | No GPS Lock|
12+
| Blue | Flash | Anytime | Search for LoRaWAN|
13+
| Blue | Steady | Anytime | Joined LoRaWAN network|
14+
| Yellow | Flash | Anytime | Written to file|
15+
| Green | Flash | Anytime | Sent LoRaWAN message |
16+
| Red |Double Flash | Anytime | Write to SD card failed |
17+
18+
Multiple LEDs can be lit at the same time so Purple means on LoRaWAN network but no GPS.
19+
20+
## Client
21+
Utilities to recieve MQTT messages and display / record into mongo database for later analysis.

0 commit comments

Comments
 (0)