From ce38ac10d158695a6e21bb751f287942500ecd43 Mon Sep 17 00:00:00 2001 From: Mark Trevor Birss Date: Sat, 1 Mar 2025 15:14:04 +0200 Subject: [PATCH] Create lora-starter-edition-sx1262-i2c.yaml and lora-ws-raspberry-pi-pico-to-rpi-adapter.yaml (#6162) * Create lora-ws-raspberry-pi-pico-to-rpi-adapter.yaml * Create lora-starter-edition-sx1262-i2c.yaml * Update lora-ws-raspberry-pi-pico-to-rpi-adapter.yaml * Update lora-ws-raspberry-pi-pico-to-rpi-adapter.yaml * Update lora-starter-edition-sx1262-i2c.yaml --- bin/config.d/lora-starter-edition-sx1262-i2c.yaml | 10 ++++++++++ .../lora-ws-raspberry-pi-pico-to-rpi-adapter.yaml | 10 ++++++++++ 2 files changed, 20 insertions(+) create mode 100644 bin/config.d/lora-starter-edition-sx1262-i2c.yaml create mode 100644 bin/config.d/lora-ws-raspberry-pi-pico-to-rpi-adapter.yaml diff --git a/bin/config.d/lora-starter-edition-sx1262-i2c.yaml b/bin/config.d/lora-starter-edition-sx1262-i2c.yaml new file mode 100644 index 000000000..d9b64c7da --- /dev/null +++ b/bin/config.d/lora-starter-edition-sx1262-i2c.yaml @@ -0,0 +1,10 @@ +# https://www.waveshare.com/core1262-868m.htm +# https://github.com/markbirss/lora-starter-edition-sx1262-i2c +Lora: + Module: sx1262 # Starter Edition SX1262 I2C Raspberry Pi HAT + DIO2_AS_RF_SWITCH: true + DIO3_TCXO_VOLTAGE: true + CS: 8 + IRQ: 22 + Busy: 4 + Reset: 18 diff --git a/bin/config.d/lora-ws-raspberry-pi-pico-to-rpi-adapter.yaml b/bin/config.d/lora-ws-raspberry-pi-pico-to-rpi-adapter.yaml new file mode 100644 index 000000000..1e1c325e7 --- /dev/null +++ b/bin/config.d/lora-ws-raspberry-pi-pico-to-rpi-adapter.yaml @@ -0,0 +1,10 @@ +# https://www.waveshare.com/pico-lora-sx1262-868m.htm +# https://github.com/markbirss/lora-ws-raspberry-pi-pico-to-rpi-adapter +Lora: + Module: sx1262 # Waveshare Raspberry Pi Pico to Raspberry Pi HAT Adapter + DIO2_AS_RF_SWITCH: true + DIO3_TCXO_VOLTAGE: true + CS: 21 + IRQ: 16 + Busy: 20 + Reset: 18