Hello to all, I recently installed easyIoT Server on raspberry pi, it convinced me with the webinterface.
Also want to start using ESP8266 and DHT22 to send data to EasyIoT Server.
Already made it using http protocol.
Now i want to do the same Thing by using Esp8266EasyIoT libray and Esp8266 easyIoT driver from Server.
I copied These files:
github.com/iot-playground/Arduino/tree/master/Esp8266EasyIoT
to libraries folder of arduino.
I can see that the library is loaded, but the include of the Header is not "colored"
And when compiling this example: esp8266easyiot_temperature_humidity
This sounds good, I gave it a try but unfortunately couldn't get it working, a little bit more information please.
Have you modified the library and do I need to download a replacement.
Hi, have you changed AP_SSID, AP_PASSWORD and SERVER_IP in Esp8266EasyIoTConfig.h? This important to change, so its able to connect to your wifi network and finds your Easy IOT server.
Or is this an compilation error? Or you did not use the example under examples_standalone?
BTW. I compiled this with Arduino IDE 1.6.8.
One thing you should do is to use a serial terminal program to see what it outputs (Same pins as used for programmer).