The use of the ESP8266 in the world of IoT

User avatar
By ShantanuJ
#54242 Thank you. I did that. It worked Perfectly.
Now, my problem is with comparing the data received.
for eg. IF RECEIVED "ON" TURN LED HIGH.

i tired to compare (packetBuffer == "ON")

but it doesn't seem to work. What am I missing?