Skip to content

IMB LMIC stack LoRaWAN over the air activation using the HopeRF RF96 chip

Notifications You must be signed in to change notification settings

m0rphex/DraginoShieldOTAA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Draguino Lora Shield The Things network connection Howto:

Arduino Sketch:
Get library: https://github.com/matthijskooijman/arduino-lmic

use otaa example

change lmic config.h to correct values for RF device

Sketch: set DEUI and AEUI in LSB
	set AKEY in MSB


// Pin mapping
const lmic_pinmap lmic_pins = {
    .nss = 10,
    .rxtx = LMIC_UNUSED_PIN,
    .rst = 9,
    .dio = {2, 6, 7},
};


add to setup after LMIC_reset();

> LMIC_setClockError(MAX_CLOCK_ERROR * 1 / 100);

 

About

IMB LMIC stack LoRaWAN over the air activation using the HopeRF RF96 chip

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published