Skip to content
This repository has been archived by the owner on Oct 6, 2019. It is now read-only.

How can I use with a Feather MO Adalogger and a Radio Featherwing #5

Open
pierrot10 opened this issue Sep 18, 2017 · 0 comments
Open

Comments

@pierrot10
Copy link

pierrot10 commented Sep 18, 2017

Good day,

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

@pierrot10 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 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 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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant