Skip to content

Instantly share code, notes, and snippets.

@Sg4Dylan
Created April 12, 2026 16:19
Show Gist options
  • Select an option

  • Save Sg4Dylan/0873873fe5e9d04d182711639cb9e3ee to your computer and use it in GitHub Desktop.

Select an option

Save Sg4Dylan/0873873fe5e9d04d182711639cb9e3ee to your computer and use it in GitHub Desktop.
tinyGS board templates for TinyLoRA-C3

Board Templates

{"name":"TinyLoRa-C3","aADDR":60,"oSDA":0,"oSCL":1,"oRST":0,"pBut":0,"led":2,"radio":6,"lNSS":8,"lDIO0":-1,"lDIO1":3,"lBUSSY":4,"lRST":5,"lMISO":6,"lMOSI":7,"lSCK":10,"lTCXOV":1.6}
{
  "name": "TinyLoRa-C3",
  "aADDR": 60,
  "oSDA": 0,
  "oSCL": 1,
  "oRST": 0,
  "pBut": 0,
  "led": 2,
  "radio": 6,
  "lNSS": 8,
  "lDIO0": -1,
  "lDIO1": 3,
  "lBUSSY": 4,
  "lRST": 5,
  "lMISO": 6,
  "lMOSI": 7,
  "lSCK": 10,
  "lTCXOV": 1.6
}

Reference

  1. Schematic: https://github.com/Mymetu/TinyLora-C3/tree/main
  2. Existed board settings: https://github.com/tinygs/tinyGS/blob/main/tinyGS/src/ConfigManager/ConfigManager.cpp
  3. RadioModelNum setting: https://github.com/tinygs/tinyGS/blob/main/tinyGS/src/Radio/Radio.h
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment