You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 6, 2019. It is now read-only.
I can make working the library with a Adafruit MO Lora
I configured my pin as the following
lmic_pinmap pins = {
.nss = 8, // Connected to pin D10
.rxen = 0, // Needed for NiceRF Lora1276. Not needed for RFM92/RFM95
.txen = 0, // Needed for NiceRF Lora1276. Not needed for RFM92/RFM95
.rst = 4, // Needed on RFM92/RFM95? (probably not)
.dio = {3, 5, 6}, // Specify pin numbers for DIO0, 1, 2
// connected to D4, D5, D7
};
I would like now to use a Adafruit MO adaloger with a Radio Featherwing but I do not how and what on my above configuration
Adafruit provide a How To with this configuration
The poblem, it's not the same as my above configuration
I suppose but not sure, I should configure as the following for a Feather MO adalogger with a featherwing
lmic_pinmap pins = {
.nss = 10, // Connected to pin D10
.rxen = 0, // Needed for NiceRF Lora1276. Not needed for RFM92/RFM95
.txen = 0, // Needed for NiceRF Lora1276. Not needed for RFM92/RFM95
.rst = 11, // Needed on RFM92/RFM95? (probably not)
.dio = {3, 5, 6}, // Specify pin numbers for DIO0, 1, 2
// connected to D4, D5, D7
};
But what about DIO?
I am not sure, but I sggest that I also have to wire as showed here
Someone has an experience with FeatherMO adalogger with Radio Featherwings?
Many thank for your help
The text was updated successfully, but these errors were encountered:
pierrot10
changed the title
How can I use with a Feather MO and a Featherwing
How can I use with a Feather MO Adaloger and a Featherwing
Sep 18, 2017
pierrot10
changed the title
How can I use with a Feather MO Adaloger and a Featherwing
How can I use with a Feather MO Adalogger and a Featherwing
Sep 18, 2017
pierrot10
changed the title
How can I use with a Feather MO Adalogger and a Featherwing
How can I use with a Feather MO Adalogger and a Radio Featherwing
Sep 18, 2017
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Good day,
I can make working the library with a Adafruit MO Lora
I configured my pin as the following
I would like now to use a Adafruit MO adaloger with a Radio Featherwing but I do not how and what on my above configuration
Adafruit provide a How To with this configuration
The poblem, it's not the same as my above configuration
I suppose but not sure, I should configure as the following for a Feather MO adalogger with a featherwing
But what about DIO?
I am not sure, but I sggest that I also have to wire as showed here
Someone has an experience with FeatherMO adalogger with Radio Featherwings?
Many thank for your help
The text was updated successfully, but these errors were encountered: