i can't see the code clearly, already in 1080p still got bad video quality.
@makersgroup8 ай бұрын
Sorry and I accept your comment. But if you need the code you can use the github link in the discription
@evidencew9 ай бұрын
Thank you! Clear and easy tutorial
@makersgroup9 ай бұрын
Glad you liked it!
@Andriasgvino9 ай бұрын
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?
@tom_mangaka83558 ай бұрын
hi i am having the same issue here, have you found a solution good sir ?
@Andriasgvino8 ай бұрын
@@tom_mangaka8355 unfortunately no :(
@Mos-s-s22 күн бұрын
Can I make so it is an IP address instead of localhost? My arduino can’t find the server…
@mohdshafierahaman48587 ай бұрын
float sensor reading=analogread(D4); why error, when I want to read from real sensor (pin D4) sir
@mohdshafierahaman48587 ай бұрын
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
@emrehoshikami18548 ай бұрын
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...
@FQusyairi8 ай бұрын
Sir, may I ask, is it possible after I finish creating the database and I display the level sensor on my html page
@makersgroup8 ай бұрын
Offcource you can !! you have to featch the data from the stored database to display on your html webpage
@FQusyairi8 ай бұрын
@@makersgroup with use your code?
@makersgroup8 ай бұрын
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.
@sagunrai86896 ай бұрын
hey, I'm getting connection refused by the server error.
@makersgroup5 ай бұрын
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
@sagunrai86895 ай бұрын
@@makersgroup Did everything. Still didn’t work. So I directly connected to the host of my website.