Thinger IO Cloude Service Test Example with WIZwiki-W7500

Dependencies:   DHT WIZnetInterface mbed-src

Smart WIZwiki_W7500 IoT platform with the Open source IoT Cloud server thinger.io

http://wiznetmuseum.com/wp/wp-content/uploads/2015/09/WIZwiki_W7500_thingerio.png

Overview

This project is based on mbed WIZwiki-W7500 platform launced by WIZnet. WIZwiki-W7500 can connect to the smart IoT cloud server called thinger.io.

Demos

Video

For more detail

http://midnightcow.tistory.com/entry/mbed-WIZwikiW7500-platform-with-Smart-IoT-Cloud-Server-Thingerio

Files at this revision

API Documentation at this revision

Comitter:
MidnightCow
Date:
Thu Sep 24 01:02:46 2015 +0000
Parent:
4:e96e3743fbff
Commit message:
Code refined.

Changed in this revision

ThingerIO/ThingerMBedClient.h Show annotated file Show diff for this revision Revisions of this file
--- a/ThingerIO/ThingerMBedClient.h	Thu Sep 24 00:26:43 2015 +0000
+++ b/ThingerIO/ThingerMBedClient.h	Thu Sep 24 01:02:46 2015 +0000
@@ -91,8 +91,6 @@
         }
         if(flush && out_size_>0){
             #ifdef _DEBUG_
-            //Serial.print(F("[THINGER] Writing bytes: "));
-            //Serial.print(out_size_);
             printf("[THINGER] Writing bytes: %d", out_size_);
             #endif
 
@@ -103,9 +101,6 @@
             out_size_ = 0;
 
             #ifdef _DEBUG_
-            //Serial.print(F(" ["));
-            //Serial.print(success ? F("OK") : F("FAIL"));
-            //Serial.println(F("]"));
             printf(" [%s]\r\n",success ? "OK" : "FAIL");
             #endif