LowPowerLab / RFM69

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

Unable to Read/ Write Registers in RFM69HCW using Arduino Pro Mini #182

Closed apurv1305 closed 2 years ago

apurv1305 commented 2 years ago

So, I was trying to read registers on an RFM69HCW hooked up-to an Arduino Pro Mini (5V, 16MHz). But completely unable to read or write any register values on the RFM69 module. Even tried to send or receive data through this library, but completely unable to do so. Tried pulling the RESET pin to low, but didn't help. Any help would be really appreciated. Thanks.

LowPowerLab commented 2 years ago

RFM69 is 3.3v. You can use the read register functions. Also plenty of examples in the library for sending and receiving (like Node and Gateway). I would suggest using a board that has the RFM69 already installed, like the Moteino.