The attached code works fine when using the Arduino UNO and ESP8266 board attached to it (RX to TX and TX to RX)… Now I am trying to make it work with Wemos D1 board (which doenst use the Arduino but just the ESP8266 module) but I have the following error message when trying to compile the sketch…
Build options changed, rebuilding all
C:\Program Files (x86)\Arduino\libraries\ESP8266HardwareSerial\ESP8266.cpp:22:26: fatal error: avr/pgmspace.h: No such file or directory
#include <avr/pgmspace.h>
^
compilation terminated.
exit status 1
Error compiling for board ESPino (ESP-12 Module).
This report would have more information with
“Show verbose output during compilation”
option enabled in File → Preferences.
Hi… As of now pointed at RasPi and Arduino, be that as it may within the community one part has shared a venture to form a battery fueled screen utilizing an ESP-12f and a DHT11 sensor. This screen reports its readings to the Cayenne dashboard. Just requested a few ESP-12Fs to undertake it myself. I have attempted their illustration code on a Wemos D1R2, but tragically it ceaselessly resets. (WDT). Having got the normal flicker program to run alright, I suspect I moved as well rapidly to something more complicated.