You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm needing help to build a project and I'm looking to use this library for my ESP8266 module in my ARDUINO UNO.
I need the arduino reading the DB every time to receive a simple value 0 or 1, I just need to know how to receive this answer.
At the moment I am not able to make a code on the arduino with this library that makes the GET request work, could someone show me a code that would work? Thank you.
Hi,
I'm needing help to build a project and I'm looking to use this library for my ESP8266 module in my ARDUINO UNO.
I need the arduino reading the DB every time to receive a simple value 0 or 1, I just need to know how to receive this answer.
At the moment I am not able to make a code on the arduino with this library that makes the GET request work, could someone show me a code that would work? Thank you.
My PHP:
The code returns me:
{"value":0}
I need the arduino to read this JSON, parse, and remove this VALUE for me to use in my code.
Some help?
Thankss
The text was updated successfully, but these errors were encountered: