-
Notifications
You must be signed in to change notification settings - Fork 11
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
Added a feature to be able to work even with no DIO pin connected #14
base: master
Are you sure you want to change the base?
Conversation
How bad is the performance hit here? Have you tested downlink? (Both RX windows?) and what polling rate? |
Hi Chris But polling occurs only if there is no DIO connection (all 3 DIO pins declared as Charles |
Chris, Now this stack works perfectly, downlink also (without any DIO connected) on Here my sketch serial output ;-)
Received fine
|
If the three DIO pin are declared as
LMIC_UNUSED_PIN
, then pool IRQ register from radio Module to detect changes. This permit working only with SPI connections.You just need to declare 3 .dio to LMIC_UNUSED_PIN, in your sketch and LMIC stack will do the job for you.