![](/media/cache/img/default_profile.jpg.50x50_q85.jpg)
Use ESP8266 to connect ThingSpeak.com
Drive to connect with ThingSpeak.com,
it`s work well, but it don`t provided return message
you can send "int" "float" "char".
ESP8266和ThingSpeak.com的驱动,工作正常,但是驱动不提供ESP8266的返回消息
Revision 1:6df8ccaec251, committed 2019-02-14
- Comitter:
- Yifan_Du
- Date:
- Thu Feb 14 08:00:22 2019 +0000
- Parent:
- 0:1432a364e32a
- Commit message:
- Delete personal information
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 1432a364e32a -r 6df8ccaec251 main.cpp --- a/main.cpp Thu Feb 14 07:51:08 2019 +0000 +++ b/main.cpp Thu Feb 14 08:00:22 2019 +0000 @@ -1,9 +1,9 @@ #include "mbed.h" #include "ThingSpeak_ESP8266.h" -#define SSID "DAYANGFUZHUANGCHENG" -#define Password "duyifan98" -#define API_Key "FTXMXNNNVY0LZ2IS" +#define SSID "WIFI SSID" +#define Password "WIFI PASSWORD" +#define API_Key "YOUR API_KEY" Serial PC(USBTX, USBRX, 115200); ESP8266 WIFI(PC_10, PC_11, 115200);