To be consumed by config-picker utils, and hopefully meshtasticd itself in the future.
23 lines
488 B
YAML
23 lines
488 B
YAML
---
|
|
Meta:
|
|
name: Femtofox Ebyte E80-900M22S with TCXO
|
|
support: community
|
|
compatible:
|
|
- luckfox-pico-mini # Armbian
|
|
|
|
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
|