The given code is used to store sensor data on to mysql server. Once you used the given code to store data on mysql server , you need to write a new php code to fetch the data and html code to display the featched data.
Done: int temperature = 0;// you can get the actual value from attached sensor int humidity = 0;// you can get the actual value from attached sensor float sensor_reading=analogRead(A0);
Thank you! Clear and easy tutorial
Glad you liked it!
i can't see the code clearly, already in 1080p still got bad video quality.
Sorry and I accept your comment. But if you need the code you can use the github link in the discription
Hello, I am getting compilation error as I cannot find the proper libraries. could you please provide the link for the proper libraries as well?
hi i am having the same issue here, have you found a solution good sir ?
@@tom_mangaka8355 unfortunately no :(
Can I make so it is an IP address instead of localhost? My arduino can’t find the server…
Sir, may I ask, is it possible after I finish creating the database and I display the level sensor on my html page
Offcource you can !! you have to featch the data from the stored database to display on your html webpage
@@makersgroup with use your code?
The given code is used to store sensor data on to mysql server. Once you used the given code to store data on mysql server , you need to write a new php code to fetch the data and html code to display the featched data.
float sensor reading=analogread(D4);
why error, when I want to read from real sensor (pin D4) sir
Done:
int temperature = 0;// you can get the actual value from attached sensor
int humidity = 0;// you can get the actual value from attached sensor
float sensor_reading=analogRead(A0);
sendval = sensor_reading;
sendval2 = sensor_reading;
postData = "sendval=" + sendval + "&sendval2=" + sendval2;
Tq
aslında başlığa php üzerinden post yada get işlemi ile veri ekliyorum yazsan hiç izlemeyiz bile. bunlar çok basit kullanışsız yöntemler...
hey, I'm getting connection refused by the server error.
Check if it works after you restart your PC and also you can fix any erroe of Xampp server using one of our video avalioble in this channel
@@makersgroup Did everything. Still didn’t work. So I directly connected to the host of my website.