Skip to content

Easy LoRaWAN Node

IoTThinks.com edited this page May 22, 2020 · 36 revisions

Ref

IBM LMIC

Changed to 433Mhz

Can run without DIO1 for board with non-connected DIO1

  • DIO0 is connected to board.
  • Short connected DIO1 to DIO0
  • .dio = {LORA_DIO0, LORA_DIO0, LMIC_UNUSED_PIN} image

Confirmed data up

IBM LMIC WITH NATIVE EU433

Notes from arduino-lorawan

Network selection

Notes from arduino-lmic

Add new region

Changed files

  • src/lmic/lorabase.h
  • src/lmic/lmic_config_preconditions.h

New files

  • src/lmic/lmic_eu433.c
  • src/lmic/lmic_bandplan_eu433.h
  • src/lmic/lorabase_eu433.h

If use Arduino_LoRaWAN library

Easy LoRaWAN WiKi

1. Overview

2. Easy LoRaWAN - IoT Server

3. Easy LoRaWAN - Network Server

4. LoRaWAN Gateways

5. LoRaWAN Devices

6. Easy LoRaWAN App

Clone this wiki locally