Send Data From ESP to MySQL Database! Updated 2019 | 100% working.

preview_player
Показать описание
Hello, in this video you will learn how to send data from ESP to MySQL Database. In this video isn't included Wamp64 installation, if you want to know how to install it let me know in the comment.
I hope you enjoyed this video.

For more video, please like and subscribe.

Codes:

-----------------------------------------------------------------------------------------------------------

Рекомендации по теме
Комментарии
Автор

I am getting a "connection failed" error even though I set the database correctly, how can we fix it?

dogukanbicer
Автор

WORK!!!. if you have problem ini host name. you can use your ip . i mean . 192.x.x.x. and use port 80. and work

msmujahidin
Автор

Not working.
Showing. Serial Doesn't name a type and Various errors in the code 😓. So sad. spent a night on it

abdullahalbaker
Автор

Notice: Undefined index: temperature in on line 20
Notice: Undefined index: humidity in on line 21

in my line 20 and 21 just
$temperature = $_GET["temperature"];
$humidity = $_GET["humidity"];

is there anyone knows what's the problem ?

rafi
Автор

Can we use ESP 32 or ESP32D for this project? please help

adityam
Автор

How difficult it is to find content that you provide on this topic!

Автор

Hello, can you help me? I got problem when i'm trying to compile the arduino code. There is an error message invalid conversion from 'const char*' to 'char*' [-fpermissive] on WiFi.begin(ssid, password); code. How to solve it? Thanks

akbarnaufalmakarim
Автор

can some one tell me what host could be. I recieve connect failed all the time, I had tried to use localhost

phongphamviet
Автор

I’ve done similar work with streaming live data. The arduino functions as a pseudo async client and I stream data to a database. The server I wrote makes decisions and switches the arduino to different states to do different things.

professorstratios
Автор

great video, thanks for sharing.
Any chance to show how I 'read' data saved in mysql?

lucianosantile
Автор

Great work and very specific to my search dude. Thank you🙏

ochienoeliud
Автор

can it run wirelessly?
and need the same wifi connection?
can it run on mobile hotspot?

rosemain
Автор

will the steps be same for multiple sensors data from auridino

rishabhsaxena
Автор

Hello,

This is an excellent example of IOT used case scenario. But how could be automated this in real world application.
I mean in terms of data pipeline, from ETL this is just the Loading of data to database. What about extraction and transformation???
Can you please explain the implementation in terms of ETL pipeline, how could this be achieved?

Thanks.

r
Автор

i don't understand the hostname part.. what should I write over there?? just alter vista for example?

danieledimeo
Автор

It works locally, but it doesn't work on the internet, ie when configured for external host. I've tried everything.

nix-sal
Автор

Thanks for this tutorial, but I want to know how can I control multible gsm module from same webpage, lets say each gsm module is connected to one arduino where I need to be able to control LED from each arduino from a webpage.

jacksonmgani
Автор

A great video😊. Can I use a privately hosted MySQL db for the same purpose or only the localhost one.

happymatekenya
Автор

Do you need serial port connection for this project( do esp need to be connected to PC all the time?), can pc be off?

usersb
Автор

It worked fine for DHT11. But when I tried to include other sensors such as pulse sensor, it fails.
why ?

tekathegreat