Skip to content
New issue

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

Arduino/Genduino 101 #36

Closed
rodriguise opened this issue Aug 12, 2016 · 2 comments
Closed

Arduino/Genduino 101 #36

rodriguise opened this issue Aug 12, 2016 · 2 comments

Comments

@rodriguise
Copy link

rodriguise commented Aug 12, 2016

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?

@rodriguise
Copy link
Author

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);

@matthijskooijman
Copy link
Owner

Thanks for reporting back. I'll close this issue in favor of that PR.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants