Skip to content

Commit bfc206a

Browse files
meshtasticd: Add configs for B&Q Station G3 (meshtastic#10673)
configs for raspberry pi and luckfox lyra zero Co-authored-by: Ben Meadors <benmmeadors@gmail.com>
1 parent f29f32b commit bfc206a

2 files changed

Lines changed: 46 additions & 0 deletions

File tree

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# Station G3 + BQ35LORA900V1M Primary Slot
2+
# Board Doc: https://wiki.bqvoy.com/en/devkits/station-g3
3+
Meta:
4+
name: B&Q Station G3 + BQ35LORA900V1M Primary Slot
5+
support: official
6+
compatible:
7+
- luckfox-lyra-zero-w # Armbian
8+
9+
Lora:
10+
Module: sx1262
11+
IRQ: # GPIO0_A5 (physical 15)
12+
pin: 5
13+
gpiochip: 0
14+
line: 5
15+
Reset: # GPIO1_D1 (physical 36)
16+
pin: 57
17+
gpiochip: 1
18+
line: 25
19+
Busy: # GPIO0_B4 (physical 18)
20+
pin: 12
21+
gpiochip: 0
22+
line: 12
23+
DIO3_TCXO_VOLTAGE: true
24+
DIO2_AS_RF_SWITCH: true
25+
spidev: spidev0.0
26+
# CS: # GPIO0_B2 (physical 24)
27+
# pin: 10
28+
# gpiochip: 0
29+
# line: 10
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Station G3 + BQ35LORA900V1M Primary Slot
2+
# Board Doc: https://wiki.bqvoy.com/en/devkits/station-g3
3+
Meta:
4+
name: B&Q Station G3 + BQ35LORA900V1M Primary Slot
5+
support: official
6+
compatible:
7+
- raspberry-pi
8+
9+
Lora:
10+
Module: sx1262
11+
IRQ: 22
12+
Reset: 16
13+
Busy: 24
14+
DIO3_TCXO_VOLTAGE: true
15+
DIO2_AS_RF_SWITCH: true
16+
spidev: spidev0.0
17+
#CS: 8

0 commit comments

Comments
 (0)