diff --git a/bin/config.d/lora-FrameTastic-1262.yaml b/bin/config.d/lora-FrameTastic-1262.yaml new file mode 100644 index 000000000..5acff775c --- /dev/null +++ b/bin/config.d/lora-FrameTastic-1262.yaml @@ -0,0 +1,20 @@ +#copy of lora-meshstick-1262.yaml data changed to match FrameTastic 1262 board + +Meta: + name: FrameTastic 1262 + support: community + compatible: + - usb + + +Lora: + Module: sx1262 + CS: 0 + IRQ: 6 + Reset: 2 + Busy: 4 + spidev: ch341 + DIO3_TCXO_VOLTAGE: true +# USB_Serialnum: 12345678 + USB_PID: 0x5512 + USB_VID: 0x1A86 diff --git a/bin/config.d/lora-PiTastic-1W.yaml b/bin/config.d/lora-PiTastic-1W.yaml new file mode 100644 index 000000000..5c1bf95ee --- /dev/null +++ b/bin/config.d/lora-PiTastic-1W.yaml @@ -0,0 +1,20 @@ +#Board uses wehoopers zebra hat config # https://github.com/wehooper4/Meshtastic-Hardware/tree/main/ZebraHAT + +Meta: + name: PiTastic 1W + support: community + compatible: + - raspberry-pi + +Lora: + Module: sx1262 + DIO2_AS_RF_SWITCH: true + DIO3_TCXO_VOLTAGE: true + SX126X_MAX_POWER: 18 + CS: 24 + IRQ: 22 + Busy: 27 + Reset: 17 + +I2C: + I2CDevice: /dev/i2c-1