I am a hobbyst from India and am trying to do home automation project using ESP8266. I am well versed with arduino and I am successful with arduino based bluetooth automation but the problem is it's very limited range. So I have decided to do this with WiFi and may be also internet based home automation for my home.
1st of all I purchased a sparksfun WiFi shield but could never make it work then I purchase ESP-01 and NODEMCU V2 - ESP8266 DEVELOPMENT KIT. I am having troubles with both, so I guess I am missing something very basic.
Now I will tell you my experience with NODEMCU V2 - ESP8266 DEVELOPMENT KIT. I have exactly followed the instructions given on this webpage: http://www.instructables.com/id/The-Fir ... DEVKIT-V2/
I complete upto Step 3 successfully but when I try to upload the sketch blynk, the arduino IDE shows the following error message:-
Arduino: 1.8.2 (Windows XP), Board: "NodeMCU 1.0 (ESP-12E Module), 80 MHz, Serial, 115200, 4M (3M SPIFFS)"
In file included from C:\Documents and Settings\user\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0\cores\esp8266\abi.cpp:23:0:
c:\documents and settings\user\local settings\application data\arduino15\packages\esp8266\tools\xtensa-lx106-elf-gcc\1.20.0-26-gb404fb9-2\xtensa-lx106-elf\include\c++\4.8.2\cxxabi.h:50:32: fatal error: bits/cxxabi_tweaks.h: No such file or directory
#include <bits/cxxabi_tweaks.h>
^
compilation terminated.
exit status 1
Error compiling for board NodeMCU 1.0 (ESP-12E Module).
This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.
Now I am clueless on how to proceed.
When I tried to use ESP-01, I could not even connect!!!! ((
I would really like to make this work. Please help me friends.
Thank you very much for reading my post and I thank you in advance for helping me.
Pramod Agrawal.