Hello,
Second day I can’t figure out how to make compiling ESP8266 Standalone example.
I have lates arduino IDE 1.6.5 r5 and lates Blynk 0.3.0
I have already downloaded and installed ESP8266 from https://github.com/esp8266/Arduino as written in example. (No luck with compiling)
I have find ESP8266WiFi.h library and paste it into library folder. (Now in sketch it is orange, but still no luck with compiling. Now I stuck on this error
In file included from C:\Users\EL Laptop\Documents\Arduino\libraries\ESP8266WiFi\src/ESP8266WiFi.h:32:0,
from ESP8266_Standalone.ino:26:
C:\Users\EL Laptop\Documents\Arduino\libraries\ESP8266WiFi\src/WiFiClient.h:28:18: fatal error: memory: No such file or directory
#include <memory>
^
compilation terminated.
Error compiling.
Why all is so difficult? I just want to run simple example.
I don’t understand how all others can run simple Blynk example on Arduino with ESP8266 wifi module if it is impossible to compile example with ESP8266? And no one can explain that compile error. For luck I have Arduino Ethernet shield, this example are working without problems. But how is possible run example with ESP8266, I don’t understand.
Ou sorry, my mistake, I mean I would like to run Arduino and using ESP8266 as WiFi module. I have ESP8266 01 module connected to Arduino, so witch example I need to use? Or there is some special setting needed?
Please use google search or search the forum. We are always happy to help, but each time we answer questions that already been answered - we don’t build Blynk…
I have do all as in instruction - I was loaded AT22SDK10020150320boot12.bin firmware to the ESP8266, and in Arduino loaded ESP8266_Shield example. But all what I have get on serial monitor is
I have write new blynk library
Still no connection
have the same
AT+CIPSTART=“TCP”,“cloud.blynk.cc”,8442
AT+CIPCLOSE
May be someone can write some good instruction from start to finish how to correct flash ESP8266 on windows and until at end ESP8266 is connecting and blink was work, I think it will solve all prblems. I have spend a lot of hours and days to make it work with Arduino, but still no luck!
I got an error before too…
I use esp8266 with arduino mega and used hardware serial connected to tx0 and rx0 reverse the connection few times
&& modified ESP8266_Hardser.h as follw for tcp time out connection and worked fine…