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
Copy file name to clipboardExpand all lines: radio-settings.json
+25Lines changed: 25 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -186,6 +186,7 @@
186
186
"ch341-usb-sx1262": {
187
187
"name": "CH341 USB-SPI + SX1262 (example)",
188
188
"description": "SX1262 via CH341 USB-to-SPI adapter. NOTE: pin numbers are CH341 GPIO 0-7, not BCM.",
189
+
"connection_type": "usb",
189
190
"radio_type": "sx1262_ch341",
190
191
"vid": 6790,
191
192
"pid": 21778,
@@ -322,6 +323,30 @@
322
323
"use_dio2_rf": false,
323
324
"use_dio3_tcxo": true,
324
325
"preamble_length": 17
326
+
},
327
+
"pymc_usb": {
328
+
"name": "pymc_usb modem (USB-CDC)",
329
+
"description": "ESP32-S3 / nRF52 board running pymc_usb firmware as a USB-CDC LoRa modem. Pick this if the modem is plugged into the host's USB port (e.g. /dev/ttyACM0). Edit the 'pymc_usb' section after first-run to point at the right serial device.",
330
+
"connection_type": "usb",
331
+
"radio_type": "pymc_usb",
332
+
"tx_power": 22,
333
+
"preamble_length": 16
334
+
},
335
+
"pymc_tcp": {
336
+
"name": "pymc_tcp modem (Wi-Fi / Ethernet)",
337
+
"description": "ESP32 board running pymc_usb firmware exposed as a TCP server over Wi-Fi or Ethernet. After first-run, set 'pymc_tcp.host' to the modem's LAN address or mDNS name (e.g. pymc-3e2834.local).",
338
+
"connection_type": "network",
339
+
"radio_type": "pymc_tcp",
340
+
"tx_power": 22,
341
+
"preamble_length": 16
342
+
},
343
+
"kiss": {
344
+
"name": "KISS modem (serial)",
345
+
"description": "MeshCore KISS modem over serial - requires pyMC_core with KISS support.",
0 commit comments