Skip to content
New issue

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

Arduino Due compatibility #68

Open
itavero opened this issue Mar 26, 2017 · 2 comments
Open

Arduino Due compatibility #68

itavero opened this issue Mar 26, 2017 · 2 comments

Comments

@itavero
Copy link

itavero commented Mar 26, 2017

It seems that this library is currently not compatible with the Arduino Due (SAM3X8).

@LowPowerLab
Copy link
Owner

Good observation. Actually it was not really intended to support anything but AVR (specifically 328p and 1284p).

@ajaybnl
Copy link

ajaybnl commented Mar 30, 2020

it could, try adding spi pins directly in rfm69.cpp:

Replace SPI.begin(); with :
SPI.begin(SCK,MOSI,MISO,CS);

and in rfm69.h:

#define RF69_IRQ_PIN PIN_NUMBER
#define RF69_SPI_CS PIN_NUMBER

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

No branches or pull requests

3 participants