Arduino is sending dht11 data to MySQL server(PHPMYADMIN) using python

preview_player
Показать описание
In this project we are going to send dht11 data to phpmyadmin, here we are not using any ethernet shield so we are just getting data from UART to PC and through one python code we are pushing that serial data to phpmyadmin.

You can buy tools from amazon, below are the links:

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

I am using python 3.8.3 and XAMPP 1.8.3. It is not allowing me to insert the records in to DB.
getting the below message.
cursor.execute("""INSERT INTO dht11serial (humidity, temperature) VALUES (%s, %s)""", 70.0, 32.0)

It gives the below:

<generator object MySQLCursor._execute_iter at 0x03A62D10>
Please suggest. Thanks!

soumyaranjanmahapatra
Автор

how can you retrieve the data and plot them in matplotlib?

Kennerdoll
Автор

I have downloaded xampp and even started mysql still then when I run my code in python it shows SQL module not found. What should I do?

WowVinnu
Автор

using those data how can we make a graph in our website please show us .

grandmetallic
Автор

Can you please share the python code? Thanks :)

ContinuousInfinity
Автор

hey the video is really very helpful and detailed, i am working on a similar project can you help me! this code is for only one sensor actually i m working with multiple sensors and when i make changes in the code it is failing to receive data from COM port can u help please.

vaishugotmare