diff --git a/README.md b/README.md index 6fc47363..2997bfda 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,7 @@ If this is not what you need, you have to switch to **Manual Configuration** | [Adafruit Feather ESP32S2 with Adafruit LoRa Radio FeatherWing](https://github.com/matthias-bs/BresserWeatherSensorReceiver#adafruit-feather-esp32s2-with-adafruit-lora-radio-featherwing) | "Adafruit Feather ESP32-S2" | n.a. | ARDUINO_ADAFRUIT_FEATHER_ESP32S2 | SX1276 (RFM95W) | Wiring on the Featherwing:
E to IRQ
D to CS
C to RST
A to DI01 | | [Adafruit Feather ESP32 or ThingPulse ePulse Feather with Adafruit LoRa Radio FeatherWing](https://github.com/matthias-bs/BresserWeatherSensorReceiver/blob/main/README.md#adafruit-feather-esp32-or-thingpulse-epulse-feather-with-adafruit-lora-radio-featherwing) | "Adafruit ESP32 Feather" | n.a. | ARDUINO_FEATHER_ESP32 | SX1276 (RFM95W) | Wiring on the Featherwing:
A to RST
B to DIO1
D to IRQ
E to CS | | [DFRobot FireBeetle with FireBeetle Cover LoRa Radio 868MHz](https://github.com/matthias-bs/BresserWeatherSensorReceiver/blob/main/README.md#dfrobot-firebeetle-esp32-with-firebeetle-cover-lora-radio-868mhz) | "FireBeetle-ESP32" | n.a. | ARDUINO_ESP32_DEV & **FIREBEETLE_ESP32_COVER_LORA**1 | SX1276 (LoRa1276) | Wiring on the cover:
D2 to RESET
D3 to DIO0
D4 to CS
D5 to DIO1 | + | [Adafruit Feather RP2040 with Adafruit LoRa Radio FeatherWing](https://www.adafruit.com/product/4884) | "Adafruit Feather RP2040" | n.a. | ARDUINO_ADAFRUIT_FEATHER_RP2040 | SX1276 (RFM95W) | Wiring on the Featherwing:
A to RST
B to DIO1
D to IRQ
E to CS | | [Adafruit Feather 32u4 RFM95 LoRa Radio](https://www.adafruit.com/product/3078) | "Adafruit Feather 32u4" | n.a. | ARDUINO_AVR_FEATHER32U4 | SX1276 (RFM95W) | see [notes](https://github.com/matthias-bs/BresserWeatherSensorReceiver/blob/main/README.md#adafruit-feather-32u4-rfm95-lora-radio) | 1 Must be set manually in `WeatherSensorCfg.h diff --git a/src/WeatherSensorCfg.h b/src/WeatherSensorCfg.h index 3fd30948..cda79f93 100644 --- a/src/WeatherSensorCfg.h +++ b/src/WeatherSensorCfg.h @@ -473,7 +473,6 @@ #elif defined(ARDUINO_ADAFRUIT_FEATHER_RP2040) // Use pinning for Adafruit Feather RP2040 with RFM95W "FeatherWing" ADA3232 - // NOTE: NOT TESTED! #define PIN_RECEIVER_CS 7 // CC1101: GDO0 / RFM95W/SX127x: G0 diff --git a/src/WeatherSensorCfg.h.template b/src/WeatherSensorCfg.h.template index 5b22882f..8b27d3d6 100644 --- a/src/WeatherSensorCfg.h.template +++ b/src/WeatherSensorCfg.h.template @@ -473,7 +473,6 @@ #elif defined(ARDUINO_ADAFRUIT_FEATHER_RP2040) // Use pinning for Adafruit Feather RP2040 with RFM95W "FeatherWing" ADA3232 - // NOTE: NOT TESTED! #define PIN_RECEIVER_CS 7 // CC1101: GDO0 / RFM95W/SX127x: G0