Add PiMesh-1W V1/V2 Portduino LoRa config files (#9857)
* add PiMesh-1W v1 and v2 lora config presets * Modify Lora Pimesh configuration settings Updated configuration for Lora Pimesh module with new CS pin and added comments. * Enhance header in lora-pimesh-1w-v1.yaml Updated header to include module information and URL. * Update comments in lora-pimesh-1w-v2.yaml * Add metadata to lora-pimesh-1w-v1.yaml Added metadata section with name, support, and compatibility information. * Add metadata to lora-pimesh-1w-v2.yaml Added metadata section with name, support, and compatibility.
This commit is contained in:
@@ -0,0 +1,21 @@
|
|||||||
|
# PiMesh-1W (V1) E22-900M30S
|
||||||
|
# https://meshsmith.net/products/pimesh-1w
|
||||||
|
Meta:
|
||||||
|
name: PiMesh-1W (V1) E22-900M30S
|
||||||
|
support: community
|
||||||
|
compatible:
|
||||||
|
- raspberry-pi
|
||||||
|
|
||||||
|
Lora:
|
||||||
|
Module: sx1262
|
||||||
|
CS: 21
|
||||||
|
IRQ: 16
|
||||||
|
Reset: 18
|
||||||
|
Busy: 20
|
||||||
|
TXen: 13
|
||||||
|
RXen: 12
|
||||||
|
DIO3_TCXO_VOLTAGE: true
|
||||||
|
SX126X_MAX_POWER: 22
|
||||||
|
spidev: spidev0.0
|
||||||
|
|
||||||
|
# preamble_length: 17
|
||||||
@@ -0,0 +1,21 @@
|
|||||||
|
# PiMesh-1W (V2) E22P-915M30S / E22P-868M30S
|
||||||
|
# https://meshsmith.net/products/pimesh-1w
|
||||||
|
Meta:
|
||||||
|
name: PiMesh-1W (V2) E22P-915M30S / E22P-868M30S
|
||||||
|
support: community
|
||||||
|
compatible:
|
||||||
|
- raspberry-pi
|
||||||
|
|
||||||
|
Lora:
|
||||||
|
Module: sx1262
|
||||||
|
IRQ: 6
|
||||||
|
Reset: 18
|
||||||
|
Busy: 5
|
||||||
|
CS: 8
|
||||||
|
DIO2_AS_RF_SWITCH: true
|
||||||
|
DIO3_TCXO_VOLTAGE: true
|
||||||
|
SX126X_MAX_POWER: 22
|
||||||
|
spidev: spidev0.0
|
||||||
|
|
||||||
|
# add the following to /boot/firmware/config.txt
|
||||||
|
# gpio=26=op,dh
|
||||||
Reference in New Issue
Block a user