A Threaded Secure MQTT Client example. Uses MBED TLS for SSL/TLS connection. QoS0 only for now. Example has been tested with K64F connected via Ethernet.
Fork of HelloMQTT by
Diff: mbed_app.json
- Revision:
- 32:16ef25cbb05c
- Parent:
- 30:b2aed80037db
- Child:
- 35:c46b92269df4
--- a/mbed_app.json Tue Mar 28 09:18:49 2017 +0000
+++ b/mbed_app.json Sat Apr 01 12:55:49 2017 +0000
@@ -17,10 +17,10 @@
"value": "D0"
},
"esp8266-ssid": {
- "value": "\"SSID\""
+ "value": "\"VPCOLA\""
},
"esp8266-password": {
- "value": "\"Password\""
+ "value": "\"AB12CD34\""
},
"esp8266-debug": {
"value": true
@@ -67,8 +67,8 @@
},
"NUCLEO_L476RG": {
"network-interface": "WIFI_ESP8266",
- "esp8266-tx": "D8",
- "esp8266-rx": "D2"
+ "esp8266-tx": "A0",
+ "esp8266-rx": "A1"
}
}
}
