|
MQTT Communication
Smart Factory
|
file that contains the default communication configuration More...

Go to the source code of this file.
Macros | |
| #define | DEFAULT_WIFI_SSID "DigitalLab" |
| SSID to connect to. More... | |
| #define | DEFAULT_WIFI_PASSWORD "digital42HSR" |
| Password to corresponding SSID. More... | |
| #define | DEFAULT_WIFI_CS 8 |
| Chipselct pin. More... | |
| #define | DEFAULT_WIFI_IRQ 7 |
| Interrupt pin. More... | |
| #define | DEFAULT_WIFI_RST 4 |
| Reset pin. More... | |
| #define | DEFAULT_WIFI_EN 2 |
| Enable pin. More... | |
| #define | DEFAULT_MQTT_BROKER_IP1 192 |
| broker IP distributed in 4 values More... | |
| #define | DEFAULT_MQTT_BROKER_IP2 168 |
| broker IP distributed in 4 values More... | |
| #define | DEFAULT_MQTT_BROKER_IP3 1 |
| broker IP distributed in 4 values More... | |
| #define | DEFAULT_MQTT_BROKER_IP4 22 |
| broker IP distributed in 4 values More... | |
| #define | DEFAULT_MQTT_PORT 1883 |
| MQTT connection port. More... | |
| #define | MAX_JSON_PARSE_SIZE 300 |
| max buffer size to parse JSON objects, size of the pool in bytes, can be calculated in https://arduinojson.org/v5/assistant/ More... | |
| #define | MAX_JSON_MESSAGES_SAVED 20 |
| max num of saved JSON items, must be smaller than num of vehicles! More... | |
file that contains the default communication configuration
Definition in file CommunicationConfiguration.h.
| #define DEFAULT_MQTT_BROKER_IP1 192 |
broker IP distributed in 4 values
Definition at line 34 of file CommunicationConfiguration.h.
| #define DEFAULT_MQTT_BROKER_IP2 168 |
broker IP distributed in 4 values
Definition at line 35 of file CommunicationConfiguration.h.
| #define DEFAULT_MQTT_BROKER_IP3 1 |
broker IP distributed in 4 values
Definition at line 36 of file CommunicationConfiguration.h.
| #define DEFAULT_MQTT_BROKER_IP4 22 |
broker IP distributed in 4 values
Definition at line 37 of file CommunicationConfiguration.h.
| #define DEFAULT_MQTT_PORT 1883 |
MQTT connection port.
Definition at line 38 of file CommunicationConfiguration.h.
| #define DEFAULT_WIFI_CS 8 |
Chipselct pin.
Definition at line 27 of file CommunicationConfiguration.h.
| #define DEFAULT_WIFI_EN 2 |
Enable pin.
Definition at line 30 of file CommunicationConfiguration.h.
| #define DEFAULT_WIFI_IRQ 7 |
Interrupt pin.
Definition at line 28 of file CommunicationConfiguration.h.
| #define DEFAULT_WIFI_PASSWORD "digital42HSR" |
Password to corresponding SSID.
Definition at line 24 of file CommunicationConfiguration.h.
| #define DEFAULT_WIFI_RST 4 |
Reset pin.
Definition at line 29 of file CommunicationConfiguration.h.
| #define DEFAULT_WIFI_SSID "DigitalLab" |
SSID to connect to.
Definition at line 23 of file CommunicationConfiguration.h.
| #define MAX_JSON_MESSAGES_SAVED 20 |
max num of saved JSON items, must be smaller than num of vehicles!
Definition at line 42 of file CommunicationConfiguration.h.
| #define MAX_JSON_PARSE_SIZE 300 |
max buffer size to parse JSON objects, size of the pool in bytes, can be calculated in https://arduinojson.org/v5/assistant/
Definition at line 41 of file CommunicationConfiguration.h.