🔴How to send sensor Data from any Arduino board to MySQL Server(PHPMyAdmin) | IoT | ESP Wi-Fi module

Поділитися
Вставка
  • Опубліковано 13 гру 2024

КОМЕНТАРІ • 20

  • @evidencew
    @evidencew 9 місяців тому +2

    Thank you! Clear and easy tutorial

  • @ElHirani
    @ElHirani 8 місяців тому +9

    i can't see the code clearly, already in 1080p still got bad video quality.

    • @makersgroup
      @makersgroup  8 місяців тому +4

      Sorry and I accept your comment. But if you need the code you can use the github link in the discription

  • @Andriasgvino
    @Andriasgvino 9 місяців тому +2

    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_mangaka8355
      @tom_mangaka8355 8 місяців тому +1

      hi i am having the same issue here, have you found a solution good sir ?

    • @Andriasgvino
      @Andriasgvino 8 місяців тому

      @@tom_mangaka8355 unfortunately no :(

  • @Mos-s-s
    @Mos-s-s 25 днів тому

    Can I make so it is an IP address instead of localhost? My arduino can’t find the server…

  • @FQusyairi
    @FQusyairi 8 місяців тому +1

    Sir, may I ask, is it possible after I finish creating the database and I display the level sensor on my html page

    • @makersgroup
      @makersgroup  8 місяців тому +1

      Offcource you can !! you have to featch the data from the stored database to display on your html webpage

    • @FQusyairi
      @FQusyairi 8 місяців тому +1

      @@makersgroup with use your code?

    • @makersgroup
      @makersgroup  8 місяців тому +1

      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.

  • @mohdshafierahaman4858
    @mohdshafierahaman4858 7 місяців тому +1

    float sensor reading=analogread(D4);
    why error, when I want to read from real sensor (pin D4) sir

    • @mohdshafierahaman4858
      @mohdshafierahaman4858 7 місяців тому +1

      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

  • @emrehoshikami1854
    @emrehoshikami1854 8 місяців тому +1

    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...

  • @sagunrai8689
    @sagunrai8689 6 місяців тому +1

    hey, I'm getting connection refused by the server error.

    • @makersgroup
      @makersgroup  5 місяців тому +1

      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

    • @sagunrai8689
      @sagunrai8689 5 місяців тому

      @@makersgroup Did everything. Still didn’t work. So I directly connected to the host of my website.