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 HARSHA B.M

Files at this revision

API Documentation at this revision

Comitter:
HarshaDRAGNEEL
Date:
Tue Aug 07 06:52:47 2018 +0000
Parent:
0:5db3b5b4ae2e
Commit message:
Do not update any libraries . Since the updated libraries will give an multiple time related warnings in the device.;

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- 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) {