forked from meshtastic/firmware
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Femtofox configs (meshtastic#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
- Loading branch information
Showing
7 changed files
with
62 additions
and
59 deletions.
There are no files selected for viewing
16 changes: 0 additions & 16 deletions
16
bin/config.d/femtofox/femtofox_EByte-E22-900M30S_Ebyte-E22-900M22S.yaml
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
14 changes: 0 additions & 14 deletions
14
bin/config.d/femtofox/femtofox_Heltec-HT-RA62_Seeed-WIO-SX1262.yaml
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
Lora: | ||
## Ebyte E80-900M22S | ||
## This is a bit experimental | ||
## | ||
## | ||
Module: lr1121 | ||
gpiochip: 1 # subtract 32 from the gpio numbers | ||
DIO3_TCXO_VOLTAGE: 1.8 | ||
CS: 16 #pin6 / GPIO48 1C0 | ||
IRQ: 23 #pin17 / GPIO55 1C7 | ||
Busy: 22 #pin16 / GPIO54 1C6 | ||
Reset: 25 #pin13 / GPIO57 1D1 | ||
|
||
|
||
spidev: spidev0.0 #pins are (CS=16, CLK=17, MOSI=18, MISO=19) | ||
spiSpeed: 2000000 | ||
|
||
General: | ||
MACAddressSource: eth0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
--- | ||
Lora: | ||
## Ebyte E22-900M30S, E22-900M22S with or without external RF switching setup | ||
## HT-RA62 (Has internal switching, but whatever) | ||
## Seeed WIO SX1262 (already has TXEN-DIO2 link, but needs RXEN) | ||
## Will work with any module with or 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 # Not strictly needed for auto-switching, but why complicate things? | ||
# TXen: bridge to DIO2 on E22 module | ||
spidev: spidev0.0 #pins are (CS=16, CLK=17, MOSI=18, MISO=19) | ||
spiSpeed: 2000000 | ||
|
||
General: | ||
MACAddressSource: eth0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
--- | ||
Lora: | ||
## Ebyte E22-900MM22S with no external RF switching setup | ||
## Waveshare SX126X XXXM, AI Thinker RA-01SH | ||
## Will work with any module with or without RF switching and no TCXO | ||
|
||
Module: sx1262 | ||
gpiochip: 1 # subtract 32 from the gpio numbers | ||
DIO2_AS_RF_SWITCH: true | ||
DIO3_TCXO_VOLTAGE: false | ||
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 # Not strictly needed for auto-switching, but why complicate things? | ||
# TXen: bridge to DIO2 on E22 module | ||
spidev: spidev0.0 #pins are (CS=16, CLK=17, MOSI=18, MISO=19) | ||
spiSpeed: 2000000 | ||
|
||
General: | ||
MACAddressSource: eth0 |
13 changes: 0 additions & 13 deletions
13
bin/config.d/femtofox/femtofox_Waveshare-SX126X-XXXM_AI-Thinker-RA-01SH.yaml
This file was deleted.
Oops, something went wrong.