Skip to content

Commit fa1a1fd

Browse files
authored
Update Femtofox configs (#5646)
* Delete bin/config.d/femtofox/femtofox_EByte-E22-900M30S_Ebyte-E22-900M22S.yaml * Delete bin/config.d/femtofox/femtofox_EByte-E22-900MM22S.yaml * Delete bin/config.d/femtofox/femtofox_Heltec-HT-RA62_Seeed-WIO-SX1262.yaml * Delete bin/config.d/femtofox/femtofox_Waveshare-SX126X-XXXM_AI-Thinker-RA-01SH.yaml * Add files via upload * Update and rename bin/config.d/femtofox_SX1262_XTAL.yaml to bin/config.d/femtofox/femtofox_SX1262_XTAL.yaml * Update and rename bin/config.d/femtofox_LR1121_TCXO.yaml to bin/config.d/femtofox/femtofox_LR1121_TCXO.yaml * Update and rename bin/config.d/femtofox_SX1262_TCXO.yaml to bin/config.d/femtofox/femtofox_SX1262_TCXO.yaml
1 parent 2fd5a48 commit fa1a1fd

7 files changed

+62
-59
lines changed

bin/config.d/femtofox/femtofox_EByte-E22-900M30S_Ebyte-E22-900M22S.yaml

Lines changed: 0 additions & 16 deletions
This file was deleted.

bin/config.d/femtofox/femtofox_EByte-E22-900MM22S.yaml

Lines changed: 0 additions & 16 deletions
This file was deleted.

bin/config.d/femtofox/femtofox_Heltec-HT-RA62_Seeed-WIO-SX1262.yaml

Lines changed: 0 additions & 14 deletions
This file was deleted.
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
Lora:
3+
## Ebyte E80-900M22S
4+
## This is a bit experimental
5+
##
6+
##
7+
Module: lr1121
8+
gpiochip: 1 # subtract 32 from the gpio numbers
9+
DIO3_TCXO_VOLTAGE: 1.8
10+
CS: 16 #pin6 / GPIO48 1C0
11+
IRQ: 23 #pin17 / GPIO55 1C7
12+
Busy: 22 #pin16 / GPIO54 1C6
13+
Reset: 25 #pin13 / GPIO57 1D1
14+
15+
16+
spidev: spidev0.0 #pins are (CS=16, CLK=17, MOSI=18, MISO=19)
17+
spiSpeed: 2000000
18+
19+
General:
20+
MACAddressSource: eth0
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
Lora:
3+
## Ebyte E22-900M30S, E22-900M22S with or without external RF switching setup
4+
## HT-RA62 (Has internal switching, but whatever)
5+
## Seeed WIO SX1262 (already has TXEN-DIO2 link, but needs RXEN)
6+
## Will work with any module with or without RF switching, and with TCXO
7+
Module: sx1262
8+
gpiochip: 1 # subtract 32 from the gpio numbers
9+
DIO2_AS_RF_SWITCH: true
10+
DIO3_TCXO_VOLTAGE: true
11+
CS: 16 #pin6 / GPIO48 1C0
12+
IRQ: 23 #pin17 / GPIO55 1C7
13+
Busy: 22 #pin16 / GPIO54 1C6
14+
Reset: 25 #pin13 / GPIO57 1D1
15+
RXen: 24 #pin12 / GPIO56 1D0 # Not strictly needed for auto-switching, but why complicate things?
16+
# TXen: bridge to DIO2 on E22 module
17+
spidev: spidev0.0 #pins are (CS=16, CLK=17, MOSI=18, MISO=19)
18+
spiSpeed: 2000000
19+
20+
General:
21+
MACAddressSource: eth0
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
Lora:
3+
## Ebyte E22-900MM22S with no external RF switching setup
4+
## Waveshare SX126X XXXM, AI Thinker RA-01SH
5+
## Will work with any module with or without RF switching and no TCXO
6+
7+
Module: sx1262
8+
gpiochip: 1 # subtract 32 from the gpio numbers
9+
DIO2_AS_RF_SWITCH: true
10+
DIO3_TCXO_VOLTAGE: false
11+
CS: 16 #pin6 / GPIO48 1C0
12+
IRQ: 23 #pin17 / GPIO55 1C7
13+
Busy: 22 #pin16 / GPIO54 1C6
14+
Reset: 25 #pin13 / GPIO57 1D1
15+
RXen: 24 #pin12 / GPIO56 1D0 # Not strictly needed for auto-switching, but why complicate things?
16+
# TXen: bridge to DIO2 on E22 module
17+
spidev: spidev0.0 #pins are (CS=16, CLK=17, MOSI=18, MISO=19)
18+
spiSpeed: 2000000
19+
20+
General:
21+
MACAddressSource: eth0

bin/config.d/femtofox/femtofox_Waveshare-SX126X-XXXM_AI-Thinker-RA-01SH.yaml

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)