Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update config.yaml #1

Merged
merged 1 commit into from
Nov 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 38 additions & 5 deletions meshtasticd/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,51 @@
Lora:

### Luckfox specific configs:

# Module: sx1262 # Waveshare SX126X XXXM

## Waveshare SX126X XXXM
## AI Thinker RA-01SH
## Will work with any module with automatic RF switching, and with no TCXO
# Module: sx1262
# gpiochip: 1 # subtract 32 from the gpio numbers
# DIO2_AS_RF_SWITCH: true
# CS: 16 #pin6 (GPIO pin 48 1C0)
# IRQ: 23 #pin17 (GPIO pin 55 1C7)
# Reset: 25 #pin13 (GPIO pin 57 1D1)
# Busy: 22 #pin16 (GPIO pin 54 1C6)
# spidev: spidev0.0 #pins are (CS=6, CLK=7, MOSI=8, MISO=9)
# spiSpeed: 2000000

## Heltec HT-RA62, Seeed WIO SX1262
## Will work with any module with automatic RF switching, and with TCXO
# Module: sx1262
# gpiochip: 1 # subtract 32 from the gpio numbers
# DIO2_AS_RF_SWITCH: true
# DIO3_TCXO_VOLTAGE: true
# CS: 16 #pin6 (GPIO pin 48 1C0)
# IRQ: 23 #pin17 (GPIO pin 55 1C7)
# Reset: 25 #pin13 (GPIO pin 57 1D1)
# Busy: 22 #pin16 (GPIO pin 54 1C6)
# spidev: spidev0.0 #pins are (CS=6, CLK=7, MOSI=8, MISO=9)
# spiSpeed: 2000000

## Ebyte E22-900M30S, E22-900M22S with no external RF switching setup
## Will work with any module without RF switching, and with TCXO
# Module: sx1262
# gpiochip: 1 # subtract 32 from the gpio numbers
# DIO2_AS_RF_SWITCH: true
# DIO3_TCXO_VOLTAGE: true
# CS: 16 #pin6 / GPIO48 1C0
# IRQ: 23 #pin17 / GPIO55 1C7
# Busy: 22 #pin16 / GPIO54 1C6
# Reset: 25 #pin13 / GPIO57 1D1
# RXen: 24 #pin12 / GPIO56 1D0
# #TXen: bridge to DIO2 on E22 module
# spidev: spidev0.0
# spiSpeed: 2000000

# Module: sx1262 # Bare E22-900M30S or similar

## Ebyte E22-900MM22S with no external RF switching setup
## Will work with any module without RF switching and no TCXO
# Module: sx1262
# gpiochip: 1 # subtract 32 from the gpio numbers
# DIO2_AS_RF_SWITCH: true
# DIO3_TCXO_VOLTAGE: true
Expand Down Expand Up @@ -187,4 +220,4 @@
General:
MaxNodes: 200
MaxMessageQueue: 100
ConfigDirectory: /etc/meshtasticd/config.d/
ConfigDirectory: /etc/meshtasticd/config.d/