You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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