![]() |
Data Gator
Hardware and software documentation for the Data Gator project.
|
Defines configuration options for network, sensor readings, etc. More...
Go to the source code of this file.
Macros | |
#define | NETWORK "network_ssid_here" |
#define | PSSWD "network_password_here" |
#define | MQTT_BROKER_ADDR "192.168.50.10" |
#define | MQTT_PORT 1883 |
#define | DEBUG 1 |
#define | WIFI_TIMEOUT 10000 |
#define | MAX_COUNT 120 |
#define | OTA_FREQ 60 |
#define | VWC_FREQ 5 |
#define | HT_FREQ 5 |
#define | TLM_FREQ 5 |
Defines configuration options for network, sensor readings, etc.
Project Configuration Header generated from config.ini using config_generator.py
#define DEBUG 1 |
Global serial debug output flag
#define HT_FREQ 5 |
Ticks/minutes between temperature and humidity sensor readings
#define MAX_COUNT 120 |
Number of timer ticks/power resets
#define MQTT_BROKER_ADDR "192.168.50.10" |
MQTT broker network address
#define MQTT_PORT 1883 |
MQTT broker port
#define NETWORK "network_ssid_here" |
WiFi network SSID
#define OTA_FREQ 60 |
Frequency with which the device checks for new firmware version on server
#define PSSWD "network_password_here" |
WiFi network password
#define TLM_FREQ 5 |
Ticks/minutes between device telemetry reports
#define VWC_FREQ 5 |
Ticks/minutes between volumetric water content sensor readings
#define WIFI_TIMEOUT 10000 |
WiFi timeout in seconds