LowPowerLab / RFM69

RFM69 library for RFM69W, RFM69HW, RFM69CW, RFM69HCW (semtech SX1231, SX1231H)
GNU General Public License v3.0
780 stars 380 forks source link

How good is esp32 supported? #173

Closed stm01 closed 3 years ago

stm01 commented 3 years ago

Hi there! I tried to compile the rxtxblinky for the esp32 and got stuck with several errors.

Digging deeper i found some lines in the source, which seem to me, there is some kind of support for the esp32.

Can someone tell me, how good the esp32 is supported and which examples work without too mich hassle to get started with this supernice library? Gesetz Stephan

LowPowerLab commented 3 years ago

Hi Stephan, It's not officially supported by me (the creator) but others posted PRs to add in various pieces to support. But the problem is the esp32 platforms are so many. However you should be able to invoke the constructor with the CS and IRQ pins for your particular ESP32 to override the defaults RFM69(slaveSelectPin, interruptPin, isRFM69HW). There is also this forum where others have discussed this library with respect to esp32/support. Since this is not a bug report I will now close this issue.