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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
working with the sx1276 based rfm95 chip I have no issue using the UNO but when working with the Arudino 101 I get the following error:
Starting FAILURE /Users/rob/Documents/Arduino/libraries/arduino-lmic/src/lmic/radio.c:708 VAL: 0x09 EXP: 0x12
It is mentioned in the readme that the 101 has been tested. Were there any changes necessary to make this work?
The text was updated successfully, but these errors were encountered:
I found this PR to be relevant: #27
I dropped the spi to 1Mhz and things seem to be working well now.
//hal.cpp static const SPISettings settings(10E6, MSBFIRST, SPI_MODE0);
static const SPISettings settings(10E5, MSBFIRST, SPI_MODE0);
Sorry, something went wrong.
Thanks for reporting back. I'll close this issue in favor of that PR.
No branches or pull requests
working with the sx1276 based rfm95 chip I have no issue using the UNO but when working with the Arudino 101 I get the following error:
It is mentioned in the readme that the 101 has been tested. Were there any changes necessary to make this work?
The text was updated successfully, but these errors were encountered: