hi sir "page = "sensor to nodemcu web serverData: " + String(data) +"
@InnovateYourselfashu4 жыл бұрын
It's showing there as you can check in the video
@amiraboelezz16114 жыл бұрын
www.teachmemicro.com/display-sensor-data-nodemcu-web-server/ use that link for similar project with the code
@8794warsalt5 жыл бұрын
Can I just replace the soil moisture sensor with temperature sensor DS18b20? Or need another code?
@InnovateYourselfashu5 жыл бұрын
Use any sensor you want to use and then use its value
@nishantsrivastava93813 жыл бұрын
In this tutorial, you send data from nodemcu to the webserver but how to do bi-directional data exchange between nodemcu and webserver. suppose that if you want to irrigate land according to the data receive then how to send data from webserver to nodemcu to control pump.
@mokarrom_z24 жыл бұрын
Hi, what would you add in the code if you use a sound sensor instead? I tried but failed to establish a connection to the server.
@pranavk4059 Жыл бұрын
hello can we use the same code for arduino uno connected to esp8266 module?
@InnovateYourselfashu Жыл бұрын
Yes
@pranavk4059 Жыл бұрын
@@InnovateYourselfashu thank you sir 🙏🏻🙏🏻🙏🏻
@amdude75302 жыл бұрын
can i access this data from my mobile phone using a browser by this ip address, please reply
@InnovateYourselfashu2 жыл бұрын
Yes but for that you have to connect to the same network
@shivakumari99512 жыл бұрын
On the 29 th line it is showing error, that it was showing that expected colon before {} token
@InnovateYourselfashu2 жыл бұрын
Check the previous line, may be you forgot to add semicolon at the end of that line
@amdude75302 жыл бұрын
i tried it but not working i am getting a blank screen even in my pc
@0124akash2 жыл бұрын
This project based on local network or internet based ?
@kaliyannan59874 жыл бұрын
Thank you.This was very useful.Keep up the good work
@oceans12913 жыл бұрын
Hi i am using this same code please can you tell me how can i add new data to the web server in form of stings not just some numerical data. It would be of great help thankyou.
@farhanahamed61783 жыл бұрын
The video was very useful. thanks
@ameyapawar76722 жыл бұрын
Sir I am currently working on something similar to reading real time values could you help me with this?
@nathanobadiah83343 жыл бұрын
Thank you for explanation I am really happy with it. But what if you want to view it on a dash board?
@kalaivanis12984 жыл бұрын
I could not install the libraries which you included
@drohnele37413 жыл бұрын
Where can I find the code?
@sharathkasubojula71173 жыл бұрын
Hi, it was a great learning for me. but i m stuck in sending two variables data(Temperature in degrees and Dissolved Oxygen in ppm) at at time. but i m getting only one variable data at single instance.then second variable data in next instance .please help me in this ....thanks in advance
@yenethalasyamalarao3 жыл бұрын
Can any one tell me where I can I get this code
@venkateshwarareddy83795 жыл бұрын
Thanks bro. this is exactly what i was searching for :) :) :)
@InnovateYourselfashu5 жыл бұрын
You're welcome❤️
@roviederamos31105 жыл бұрын
Sir may i know what library i need to use i cant find it on the ide
@InnovateYourselfashu5 жыл бұрын
All the libraries used in the video you must have that n if you don't then goto sketch >libraries >manage libraries and then search for what you want
@bashiralao91724 жыл бұрын
and pls sir can you give me a hint on how to upload 4 sensor datas using this same method. i already have the datas stored in 4 different variables thanks
@InnovateYourselfashu4 жыл бұрын
Like you can in the page variable we have written the data for one sensor using html tags try adding the data in the same way for 4 sensors
@asmamumtaz20364 жыл бұрын
Can we upload our codes on our own WordPress website
@shahnaman68342 жыл бұрын
Make video so that i can see real time data on webserver and i can see all data so that i can save in csv format
@emeteriocatabayjr.78853 жыл бұрын
Its not realtime if refreshing your browser.
@InnovateYourselfashu3 жыл бұрын
With ajax script you will not have to refresh it
@neilbarnedo1103 жыл бұрын
Ardiano?
@0124akash2 жыл бұрын
This project based on local network or internet based sir ?
@InnovateYourselfashu2 жыл бұрын
Local network
@0124akash Жыл бұрын
@@InnovateYourselfashu can I make this project internet based sir ?
@InnovateYourselfashu Жыл бұрын
@@0124akash yes you can
@0124akash Жыл бұрын
@@InnovateYourselfashu but how to do ? give me some example sir.
@0124akash Жыл бұрын
@@InnovateYourselfashu sir am still waiting.
@bpaulkim3 жыл бұрын
Fantastic!
@asmitaunhale73473 жыл бұрын
Thanks sir
@joramotorsportteam32773 жыл бұрын
Where is github link?
@kalaivanis12984 жыл бұрын
Did anyone got output here?
@nishantsrivastava93813 жыл бұрын
great work
@nishantsrivastava93813 жыл бұрын
How did I get this code??
@umeshking39742 жыл бұрын
Ws2812b Code is uploaded but IP address and Wi-Fi not show plz ..halp
@InnovateYourselfashu2 жыл бұрын
Which controller are you using?
@umeshking39742 жыл бұрын
@@InnovateYourselfashu ESP8266
@InnovateYourselfashu2 жыл бұрын
What code have you uploaded to it and how have you uploaded it?
@umeshking39742 жыл бұрын
@@InnovateYourselfashu esp 8266 kit update Software name :- ardino ide Ws2812b library Code is uploaded but IP address and Wi-Fi not show
@MrBobWareham3 жыл бұрын
This sensor corrodes and is no good, can you do a video using the new capacitive water sensor please?
@sandalithathsara12564 жыл бұрын
can you suggest a way to send the realtime output of an IR sensor to a server(cloud)?
@azimbaldiwala96073 жыл бұрын
Use firebase or your own server (python flask server )
@sandalithathsara12563 жыл бұрын
@@azimbaldiwala9607 Thank you
@dushyantm95793 жыл бұрын
Its a good video but your title is wrong, you have not uploaded any data to any web-server you have created a web-server on the device and are serving it on the local wifi -- Uploading data would mean you create a client to some external internet API / HTTP service and send data to that -- you dont even need internet for what you are doing, just need wifi.
@rogerabucejo40653 жыл бұрын
Somebody provide me the code after that String(data in the void loop function.
@mohammadshahidhusaini31223 жыл бұрын
page = "Sensor to Node MCU Web ServerData: "+String(data)+"";
@md.harunurrashidbhuiyan66844 жыл бұрын
Can you give the code file
@harishharry46983 жыл бұрын
Thank you so much
@sastenashe23013 жыл бұрын
Provide code in the description
@ishantripathi97072 жыл бұрын
Will my IP address be publicly visible?
@InnovateYourselfashu2 жыл бұрын
Only locally
@ishantripathi97072 жыл бұрын
@@InnovateYourselfashu thanks
@phaneendravsk29633 жыл бұрын
Can you please upload the code
@InnovateYourselfashu3 жыл бұрын
Check the link in the description
@sumanthnaik85673 жыл бұрын
Sir code please
@HarshGupta-rq5yy5 жыл бұрын
Sir plz tell me how can I contact you
@InnovateYourselfashu5 жыл бұрын
I have given you the contact no check that
@HarshGupta-rq5yy5 жыл бұрын
Where
@InnovateYourselfashu5 жыл бұрын
@@HarshGupta-rq5yy check the description of this video
@AbdurRahman-vt7vx5 жыл бұрын
💗💗💗
@codetheandroid4 жыл бұрын
Same phonr honor 7x
@InnovateYourselfashu4 жыл бұрын
What?
@codetheandroid4 жыл бұрын
@@InnovateYourselfashu your phone hot-spot name in code wifi ssid
@codetheandroid4 жыл бұрын
@@InnovateYourselfashu your phone hot-spot name in code wifi ssid