It is possible to host multiple pages by using the very power full ESP8266. We will be using the RESTful web services for our purpose. We will be using the Arduino environment for building the code. Step 1: I
We you test it using Arduino, is the Arduino flashed onto the Esp8266?Posted at 2018-01-22 by Polypod@ClearMemory041063, not sure I understand correctly, yes I tested with an arduino program flashed on the esp8266. With arduino, I believe there is no other way than to flash my program...
request->send(200, textPlainStr, ArduinoStr);The required additional HEAP is about 3 times of the String sizeTo use CString with copying while sending. Use function void send(int code, const String& contentType, const char *content, bool nonDetructiveSend = true); // RSMOD...
Before you can use the DHT11 on the Arduino, you’ll need to install theDHTLib library. It has all the functions needed to get the humidity and temperature readings from the sensor. It’s easy to install, just download the DHTLib.zip file below and open up the Arduino IDE. Then go ...
request->send(200, textPlainStr, ArduinoStr);The required additional HEAP is about 3 times of the String sizeTo use CString with copying while sending. Use function void send(int code, const String& contentType, const char *content, bool nonDetructiveSend = true); // RSMOD...