AllWize Library
Macros
configuration.h File Reference

Go to the source code of this file.

Macros

#define DEBUG_PORT_BAUDRATE   115200
 
#define WIFI_SSID   "daoiz"
 
#define WIFI_PASSWORD   "calamento"
 
#define RESET_PIN   14
 
#define RX_PIN   12
 
#define TX_PIN   13
 
#define WIZE_CHANNEL   CHANNEL_04
 
#define WIZE_POWER   POWER_20dBm
 
#define WIZE_DATARATE   DATARATE_2400bps
 
#define NTP_SERVER   "pool.ntp.org"
 
#define NTP_SYNC_INTERVAL   10
 
#define NTP_UPDATE_INTERVAL   1800
 
#define NTP_TIMEZONE_OFFSET   0
 
#define NTP_DAYLIGHT_OFFSET   0
 
#define LORAWAN_SERVER   IPAddress(52,169,76,203)
 
#define LORAWAN_PORT   1700
 
#define LORAWAN_LATITUDE   41.60129
 
#define LORAWAN_LONGITUDE   2.62262
 
#define LORAWAN_ALTITUDE   10
 
#define LORAWAN_GATEWAY_TYPE   "ALWIZE G1"
 
#define LORAWAN_EMAIL   "xose.perez@gmail.com"
 
#define LORAWAN_DESCRIPTION   "xp-gw05-allwize"
 

Macro Definition Documentation

◆ DEBUG_PORT_BAUDRATE

#define DEBUG_PORT_BAUDRATE   115200

Definition at line 13 of file configuration.h.

◆ LORAWAN_ALTITUDE

#define LORAWAN_ALTITUDE   10

Definition at line 56 of file configuration.h.

◆ LORAWAN_DESCRIPTION

#define LORAWAN_DESCRIPTION   "xp-gw05-allwize"

Definition at line 59 of file configuration.h.

◆ LORAWAN_EMAIL

#define LORAWAN_EMAIL   "xose.perez@gmail.com"

Definition at line 58 of file configuration.h.

◆ LORAWAN_GATEWAY_TYPE

#define LORAWAN_GATEWAY_TYPE   "ALWIZE G1"

Definition at line 57 of file configuration.h.

◆ LORAWAN_LATITUDE

#define LORAWAN_LATITUDE   41.60129

Definition at line 54 of file configuration.h.

◆ LORAWAN_LONGITUDE

#define LORAWAN_LONGITUDE   2.62262

Definition at line 55 of file configuration.h.

◆ LORAWAN_PORT

#define LORAWAN_PORT   1700

Definition at line 53 of file configuration.h.

◆ LORAWAN_SERVER

#define LORAWAN_SERVER   IPAddress(52,169,76,203)

Definition at line 52 of file configuration.h.

◆ NTP_DAYLIGHT_OFFSET

#define NTP_DAYLIGHT_OFFSET   0

Definition at line 46 of file configuration.h.

◆ NTP_SERVER

#define NTP_SERVER   "pool.ntp.org"

Definition at line 42 of file configuration.h.

◆ NTP_SYNC_INTERVAL

#define NTP_SYNC_INTERVAL   10

Definition at line 43 of file configuration.h.

◆ NTP_TIMEZONE_OFFSET

#define NTP_TIMEZONE_OFFSET   0

Definition at line 45 of file configuration.h.

◆ NTP_UPDATE_INTERVAL

#define NTP_UPDATE_INTERVAL   1800

Definition at line 44 of file configuration.h.

◆ RESET_PIN

#define RESET_PIN   14

Definition at line 26 of file configuration.h.

◆ RX_PIN

#define RX_PIN   12

Definition at line 27 of file configuration.h.

◆ TX_PIN

#define TX_PIN   13

Definition at line 28 of file configuration.h.

◆ WIFI_PASSWORD

#define WIFI_PASSWORD   "calamento"

Definition at line 20 of file configuration.h.

◆ WIFI_SSID

#define WIFI_SSID   "daoiz"

Definition at line 19 of file configuration.h.

◆ WIZE_CHANNEL

#define WIZE_CHANNEL   CHANNEL_04

Definition at line 34 of file configuration.h.

◆ WIZE_DATARATE

#define WIZE_DATARATE   DATARATE_2400bps

Definition at line 36 of file configuration.h.

◆ WIZE_POWER

#define WIZE_POWER   POWER_20dBm

Definition at line 35 of file configuration.h.