Skip to content

Commit

Permalink
Added RP2040
Browse files Browse the repository at this point in the history
  • Loading branch information
matthias-bs committed Sep 30, 2023
1 parent 5fad8c1 commit 3ee85db
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:<br>E to IRQ<br>D to CS<br>C to RST<br>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:<br>A to RST<br>B to DIO1<br>D to IRQ<br>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**<sup>1</sup> | SX1276 (LoRa1276) | Wiring on the cover: <br>D2 to RESET<br>D3 to DIO0<br>D4 to CS<br>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:<br>A to RST<br>B to DIO1<br>D to IRQ<br>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) |

<sup>1</sup> Must be set manually in `WeatherSensorCfg.h
Expand Down
1 change: 0 additions & 1 deletion src/WeatherSensorCfg.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion src/WeatherSensorCfg.h.template
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3ee85db

Please sign in to comment.