mr-glt / sx127x_lora

A platform-agnostic driver for Semtech SX1276/77/78/79 based boards.
Apache License 2.0
41 stars 38 forks source link

VersionMismatch due to what? #15

Open S3j5b0 opened 2 years ago

S3j5b0 commented 2 years ago

Hi, we're trying to use lora in conjunction with an esp32.

we're passing an spi2 to to the loramodule, and when we instantiate the object, it returns this error:

VersionMismatch(0)

Is this likely due to our spi, or hardwiring of our pins?

wiktorwieclaw commented 1 year ago

I have the same problem, I've tested my SPI connection with BME280 and it worked, so it's either faulty radio or a bug in implementation.

mahdi1-kh commented 11 months ago

I have the same problem. Have you guys been able to solve this problem? @wiktorwieclaw @S3j5b0