We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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?
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
I have the same problem. Have you guys been able to solve this problem? @wiktorwieclaw @S3j5b0
No branches or pull requests
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:
Is this likely due to our spi, or hardwiring of our pins?
The text was updated successfully, but these errors were encountered: