A sensor bus with multiple sensors, and sending its data to ThingSpeak Cloud

Dependencies:   DHT ESP8266 GT511C3 mbed

Fork of FRDM_K64F_Ammeter_Voltmeter_PIR_Motion_Sensor_ESP8266_Finger_print_DHT_Thermocouple_light_sensor_combined_code by Akash Gaikwad

Files at this revision

API Documentation at this revision

Comitter:
architmuchhal
Date:
Thu May 04 00:51:29 2017 +0000
Parent:
2:de62e3947c87
Commit message:
Remote Sensor Bus for FRDM K64F

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
mbed.bld Show annotated file Show diff for this revision Revisions of this file
diff -r de62e3947c87 -r 821e3b624560 main.cpp
--- a/main.cpp	Fri Apr 28 15:47:00 2017 +0000
+++ b/main.cpp	Thu May 04 00:51:29 2017 +0000
@@ -1,4 +1,3 @@
-
 #include "mbed.h"
 #include "ESP8266.h"               // Include header file from Author: Antonio Quevedo
 #include "math.h"
@@ -8,8 +7,8 @@
 
 #define APIKEY JJAOBK32WOINKT00    //Put "Write key" of your channel in thingspeak.com 
 #define IP "184.106.153.149"       // IP Address of "api.thingspeak.com\"
-#define WIFI_SSID "Redmi"
-#define WIFI_PASS "akash12345"
+#define WIFI_SSID "Archit"
+#define WIFI_PASS "archit12"
 #define FPS_ENROLL_PASS "Rags\n"
 
 Serial FRDM_UART_Debug(USBTX,USBRX);
diff -r de62e3947c87 -r 821e3b624560 mbed.bld
--- a/mbed.bld	Fri Apr 28 15:47:00 2017 +0000
+++ b/mbed.bld	Thu May 04 00:51:29 2017 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/mbed_official/code/mbed/builds/176b8275d35d
\ No newline at end of file
+https://mbed.org/users/mbed_official/code/mbed/builds/794e51388b66
\ No newline at end of file