A multifunctional and modular Firmware for Multitech's mDot based on ARM mBed provides a widerange of functionality for several Sensors such as MAX44009, BME280, MPU9250, SI1143 and uBlox. It allows you to quickly build a Sensornode that measures specific data with its sensors and sends it via LoRaWAN.

Dependencies:   mDot_LoRa_Sensornode_Flowmeter_impl mbed-rtos mbed

Embed: (wiki syntax)

« Back to documentation index

LoRaConfig.h File Reference

LoRaConfig.h File Reference

Go to the source code of this file.

Data Structures

class  LoRaConfig
 A configuration container for the LoRa Module. More...

Enumerations

enum  LORA_MODE {
  LORA_MODE_0_OFF = 0, LORA_MODE_1 = 1, LORA_MODE_2 = 2, LORA_MODE_3 = 3,
  LORA_MODE_4 = 4, LORA_MODE_5 = 5
}
 

LoRa Modes.

More...
enum  JOIN_MODE { OTA = 0, ABP = 1 }
 

Join Modes for LoRa.

More...

Detailed Description

Author:
Adrian
Date:
Jun 11, 2016

Definition in file LoRaConfig.h.


Enumeration Type Documentation

enum JOIN_MODE

Join Modes for LoRa.

Enumerator:
OTA 

OTTA.

ABP 

ABP.

Definition at line 60 of file LoRaConfig.h.

enum LORA_MODE

LoRa Modes.

Enumerator:
LORA_MODE_0_OFF 

LORA_MODE_0.

LORA_MODE_1 

LORA_MODE_1.

LORA_MODE_2 

LORA_MODE_2.

LORA_MODE_3 

LORA_MODE_3.

LORA_MODE_4 

LORA_MODE_4.

LORA_MODE_5 

LORA_MODE_5.

Definition at line 48 of file LoRaConfig.h.