-->
Page 1 of 1

ESP8266 receive data from mysql save as variable

PostPosted: Sat Dec 16, 2017 8:19 am
by TylerDurden73
Hi,
first of all .... sorry for my bad english.
ihave a project idea.
i want to add config data via webbrowser stored in mysql...this is finished.
Than i want to read the config data from mysql to json....this is finished
Now i must parse this json to save data in variable.

data in mysql like this.
USER
sensor1 name value location id
sensor2 name value location id
sensor3 name value location id
.....

Now i want read how much sensors i must read in esp8266 and declare the name value location

i hope its good for unserstanding

Greets Frank