I'm using a Lopy4 (it's a developpement board using LoRa https://docs.pycom.io/.gitbook/assets/specsheets/Pycom_002_Specsheets_LoPy4_v2.pdf) and I'm trying to communicate with an "Adafruit RFM95W" (https://www.adafruit.com/product/3072). As it didn't succeed, I looked into datasheets to see if the LoRa chips were the same.
- - Regarding the Lopy, it uses a Semtech SX1276 (Sigfox and Lora).
- - For the RFM95W, on the description it is written "SX1276 LoRa® based module with SPI interface" but on the datasheet page it says SX1272, or SX1231 so I'm confused.
Which LoRa chip is actually used in the breakout module and could it be the reason I can't communicate with the Lopy ?
Thanks.