This is an simple example to send the data to the MQTT broker using W7500 ECO module
Dependencies: MQTT WIZnetInterface mbed
Fork of W7500_ECO_Sending_String_to_MQTT_Broker by
Diff: main.cpp
- Revision:
- 1:9c13b9f1f2b3
- Parent:
- 0:5db3b5b4ae2e
--- a/main.cpp Mon Aug 06 11:28:02 2018 +0000 +++ b/main.cpp Tue Aug 07 06:52:47 2018 +0000 @@ -5,7 +5,7 @@ #define ECHO_SERVER_PORT 7 -Serial pc(USBTX, USBRX); //Enabling the Serial transmission between WIZ750SR and PC. +Serial pc(USBTX, USBRX); //Enabling the Serial transmission between WIZWIKI-W7500ECO and PC. char c[100]="Hello testing"; int main(void) {