Skip to content

Commit

Permalink
Added LED note about startup LEDs and activity LEDs
Browse files Browse the repository at this point in the history
  • Loading branch information
philwareublox committed Jun 27, 2023
1 parent 6438d43 commit d360bf7
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions applications/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,35 @@
# Applications

This page describes the various application this repository has available and how they generally operate.

<br />

## LED indicator
---
The XPLR-IoT-1 development platform has a RGB LED indicator on the front of the box. This application framework allows the application to set the LEDs independently, with various flashing and blinking modes.

### Application startup LED indicator
The Boot, Registration, MQTT activity and cell scanning activity has the following LED statuses:

- Turn on: Solid RED
- Option choice (Display/Delete log file): Solid Blue
- XPLR initialization: Flashing red
- Network Registration: Flashing Blue
- Connecting to MQTT: Flashing Green
- Operating: Green
- Shutdown: Solid Red (Button #1)
- Off: No LED (Safely turn off)

### Activity LED indicator

- Published MQTT message: Blip Green
- Cell Scan: Blue / Blip Blue


<br />

# Application List

(Currently this repository has only one application).

* [Cellular Tracker](cellular_tracker/).
Expand Down

0 comments on commit d360bf7

Please sign in to comment.