amc2022:esp32_mqtt:start
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
amc2022:esp32_mqtt:start [2022/05/24 13:29] – [Jude's Code] rolf001 | amc2022:esp32_mqtt:start [2023/01/05 14:38] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== ESP32 MQTT Connection ====== | ====== ESP32 MQTT Connection ====== | ||
+ | |||
+ | {{https:// | ||
===== Jude's Code ===== | ===== Jude's Code ===== | ||
Line 5: | Line 7: | ||
<file c++ ESP32_MQTT_Jude_V001.ino> | <file c++ ESP32_MQTT_Jude_V001.ino> | ||
- | #include < | + | TO BE UPDATED! |
- | #include < | + | |
- | + | ||
- | // WiFi | + | |
- | const char *ssid = " | + | |
- | const char *password = " | + | |
- | + | ||
- | // MQTT Broker | + | |
- | const char *mqtt_broker = " | + | |
- | const char *topic = " | + | |
- | const char *mqtt_username = " | + | |
- | const char *mqtt_password = " | + | |
- | const int mqtt_port = 1883; | + | |
- | + | ||
- | WiFiClient espClient; | + | |
- | PubSubClient client(espClient); | + | |
- | + | ||
- | void setup() { | + | |
- | // Set software serial baud to 115200; | + | |
- | | + | |
- | // connecting to a WiFi network | + | |
- | | + | |
- | while (WiFi.status() | + | |
- | | + | |
- | | + | |
- | } | + | |
- | | + | |
- | // | + | |
- | | + | |
- | | + | |
- | while (!client.connected()) { | + | |
- | | + | |
- | | + | |
- | | + | |
- | if (client.connect(client_id.c_str(), | + | |
- | | + | |
- | } else { | + | |
- | | + | |
- | | + | |
- | | + | |
- | } | + | |
- | } | + | |
- | // publish and subscribe | + | |
- | | + | |
- | | + | |
- | | + | |
- | + | ||
- | | + | |
- | } | + | |
- | + | ||
- | void callback(char *topic, byte *payload, unsigned int length) { | + | |
- | | + | |
- | | + | |
- | | + | |
- | for (int i = 0; i < length; i++) { | + | |
- | | + | |
- | } | + | |
- | | + | |
- | | + | |
- | } | + | |
- | void loop() { | ||
- | | ||
- | } | ||
</ | </ |
amc2022/esp32_mqtt/start.1653391744.txt.gz · Last modified: 2023/01/05 14:38 (external edit)