Comments on: IoT Data Logger using Arduino and ESP8266 https://electrosome.com/iot-data-logger-arduino-esp8266/ You Inspire.....We Create..... Tue, 25 Dec 2018 12:59:32 +0000 hourly 1 https://wordpress.org/?v=6.1.1 By: Subhasis Gupta https://electrosome.com/iot-data-logger-arduino-esp8266/#comments/7225 Tue, 25 Dec 2018 12:59:32 +0000 https://electrosome.com/?p=13408#comment-7225 Serial Monitor is showing
AT+CIPSEND=56
AT+CIPCLOSE
AT+CIPSTART=”TCP”,”184.106.153.149″,80

wiring others are perfect as described.
No data is coming at Thingspeak. Plz suggest

]]>
By: MR SHITAL CHAWRE https://electrosome.com/iot-data-logger-arduino-esp8266/#comments/7089 Fri, 11 May 2018 03:22:01 +0000 https://electrosome.com/?p=13408#comment-7089 In reply to Muhammad Amir.

thanks bro

]]>
By: vishwajeet singh https://electrosome.com/iot-data-logger-arduino-esp8266/#comments/7084 Fri, 04 May 2018 14:22:09 +0000 https://electrosome.com/?p=13408#comment-7084 Can i use MQ-135 sensor in this code?

]]>
By: Ligo George https://electrosome.com/iot-data-logger-arduino-esp8266/#comments/6972 Thu, 28 Dec 2017 04:41:00 +0000 https://electrosome.com/?p=13408#comment-6972 In reply to Vinu Tp.

Make sure that your ESP is wired correctly, check Reset, CH_PD/EN pins etc. Also make sure that TX is connected to RX and RX is connected to TX.

]]>
By: Vinu Tp https://electrosome.com/iot-data-logger-arduino-esp8266/#comments/6939 Mon, 20 Nov 2017 07:16:00 +0000 https://electrosome.com/?p=13408#comment-6939 Helloo Lijo

i did this to send a data to web server for my project,but code successfully burned to Arduino problem is my esp8266 dnt ack “OK”, whats reason ,any firmware issues

]]>
By: Muhammad Amir https://electrosome.com/iot-data-logger-arduino-esp8266/#comments/6851 Thu, 17 Aug 2017 10:00:00 +0000 https://electrosome.com/?p=13408#comment-6851 In reply to MR SHITAL CHAWRE.

kindly install DHT library.

You need to manually add DHT library to Arduino IDE as it is not included by default.

Download DHT Library from upper given link.

Open Arduino IDE.

Go to Sketch >> Include Library >> Add .ZIP Library

Select the downloaded ZIP file and press Open.
Hope its gona work for u.

]]>
By: Muhammad Amir https://electrosome.com/iot-data-logger-arduino-esp8266/#comments/6850 Thu, 17 Aug 2017 09:58:00 +0000 https://electrosome.com/?p=13408#comment-6850 Reallly amazing Project thanks for sharing ur experience great work.

]]>
By: MR SHITAL CHAWRE https://electrosome.com/iot-data-logger-arduino-esp8266/#comments/6830 Mon, 24 Jul 2017 11:18:00 +0000 https://electrosome.com/?p=13408#comment-6830 using same process and same code still not working

]]>
By: MR SHITAL CHAWRE https://electrosome.com/iot-data-logger-arduino-esp8266/#comments/6829 Mon, 24 Jul 2017 10:23:00 +0000 https://electrosome.com/?p=13408#comment-6829 hello friends,
i m getting this is problem pls any suggestion how to remove this problem pls any details share with me..
thankful to u ..

Arduino: 1.8.1 (Windows 7), Board: “Arduino/Genuino Uno”

C:UsersLabDocumentsArduinodthdth.ino:5:17: fatal error: DHT.h: No such file or directory

#include

^

compilation terminated.

exit status 1
Error compiling for board Arduino/Genuino Uno.

This report would have more information with
“Show verbose output during compilation”
option enabled in File -> Preferences.

]]>