lorawan???/

23 Dec 2016

Hi i m new to this . i m planning to connect sx1272 lora with the arduino...i need to implement lorawan how can i achieve that..??

20 Jan 2017

Hi there. I am using the https://github.com/matthijskooijman/arduino-lmic library. Change the config.h file to suit the sx1272 chip and use the following pin configuration

Pin mapping const lmic_pinmap lmic_pins = { .nss = 10, .rxtx = LMIC_UNUSED_PIN, .rst = A0, .dio = {2, 3, 4}, };