diff --git a/INSTALL.md b/INSTALL.md index 3861e95..58374c2 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -17,6 +17,7 @@ Search and install the following libaries:
  • AXP202X_Library
  • OneWire
  • DallasTemperature
  • +
  • XPowersLib

  • 2. Command Line Tool

    @@ -30,6 +31,7 @@ platformio lib install "AXP202X_Library"
    platformio lib install "Adafruit Unified Sensor"
    platformio lib install "OneWire"
    platformio lib install "DallasTemperature"
    +platformio lib install "XPowersLib'

    Check that the platformio.ini is available as it holds the board type for PlatformIO.
    After pressing the check mark the code will be compiled, after pressing the arrow it will be compiled and uploaded to a connected TTGO.
    diff --git a/LoRa aprs.code-workspace b/LoRa aprs.code-workspace new file mode 100644 index 0000000..0e059ab --- /dev/null +++ b/LoRa aprs.code-workspace @@ -0,0 +1,16 @@ +{ + "folders": [ + { + "path": "../LoRa aprs" + }, + { + "name": "TTGO-T-Beam-LoRa-APRS-master", + "path": "." + } + ], + "settings": { + "files.associations": { + "*.tpp": "cpp" + } + } +} \ No newline at end of file diff --git a/README.md b/README.md index 567aad1..a1b99b8 100644 --- a/README.md +++ b/README.md @@ -12,10 +12,13 @@ After connection with APRX based DIGI it can be used as KISS-TNC * KISS TNC Over Serial or Bluetooth: SQ5RWU * Lora32 board support: DJ1AN * Self-telemetry improvement: KB1GIM +* T-beam v1.2 board support: SP6NYA +* New XPowersLib Library: SP6NYA ## Supported boards * TTGO T-beam v.0.7 -* TTGO T-beam v.1.0 +* LILYGO/TTGO T-beam v.1.0 - v.1.1 +* LILYGO/TTGO T-Beam v.1.2 * Lora32 board ## User key functions: @@ -45,6 +48,9 @@ After connection with APRX based DIGI it can be used as KISS-TNC * ((KISSTX)) - information about sending the frame sent by KISS * ((WEB TX)) - sending frame as requested via HTTP * ((TEL TX)) - information about sending telemetry +## LED'S information +* (Blue) Slow blinking - battery voltage 3.5V-3.3V +* (Blue) Fast blinking - battery voltage > 3.3V ## How to binary first flash readme... (thanx SP6VWX) * Download the appropriate binary file for your board from: https://github.com/SQ9MDD/TTGO-T-Beam-LoRa-APRS/releases diff --git a/TTGO-T-Beam-LoRa-APRS-master.code-workspace b/TTGO-T-Beam-LoRa-APRS-master.code-workspace new file mode 100644 index 0000000..4dbebe9 --- /dev/null +++ b/TTGO-T-Beam-LoRa-APRS-master.code-workspace @@ -0,0 +1,16 @@ +{ + "folders": [ + { + "path": "." + }, + { + "name": "LoRa aprs", + "path": "../LoRa aprs" + } + ], + "settings": { + "files.associations": { + "*.tpp": "cpp" + } + } +} \ No newline at end of file diff --git a/data_embed/index.html b/data_embed/index.html index 5ec7554..83477c7 100644 --- a/data_embed/index.html +++ b/data_embed/index.html @@ -307,7 +307,7 @@