Arduino plot graph using Python

preview_player
Показать описание
In this video, I have demonstrated how to interface Arduino with Python and how to read the analog signal from Arduino and plot it.

This video is suitable for those who need to show real-time plotting with Arduino and python using matplotlib library.

Watch "Real Time Plotting Arduino and Matlab" :

Amazon and Banggood Purchase links:
*****************

Buy anything from amazon

Buy arduino UNO R3

Arduino starter kit with book

Raspberry pi

Browse arduino products

Esp8266 boards

Arduino many in 1 sensor kit

RFID module

Bangood

UNOR3 Basic Starter Kits

Arduino 37 in 1 sensor modules

MFRC522 RFID Reader

Arduino Mega kit (19 % off)

Basic Electronic kit

RFID starter kits V2

Nodemcu ESP8266

DISCLAIMER: This video and description contain affiliate links, which means that if you click on one of the product links, I will receive a small commission. This helps support the channel and allows me to continue to make videos like this. Thank you for your support!
****************

For More Projects and Tutorials visit our Website:

Follow us on Facebook

For business enquires and sponsorships, email me

For Arduino, Raspberry Pi, IoT, and programming projects check my Fiverr profile,

#ArduinoPython #ArduinoPythonPlot #RealtimePlotArduinoAndPython #PythonArduinoSerialCommunication

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

BUY ELECTRONICS COMPONENTS FROM INDIA'S BEST DIY STORE

-~-~~-~~~-~~-~-
Please watch: "How to Set Up Wokwi for IoT Simulation in VS Code with PlatformIO"
-~-~~-~~~-~~-~-
Рекомендации по теме
Комментарии
Автор

The music is so loud that it's difficult to hear what you're saying

Barty.Crowell
Автор

I'ld like for Python to read a line from the serial port, which contains 3 values, then a carriage-return..

but before plotting the 3 values, I'd like python to always add an offset to one of values.

How could I do that? Is tkinter or pyqt necessary, or can I use only matplotlib? drawnow?

ex.
import serial

ser = serial.Serial('COM3', baudrate = 9600, timeout=1)


Data =

bennguyen
Автор

Sir it asking for please select a code before upload what do I do sir

shilpagunari
Автор

Why did I ended up produce multiple graph and each graph only show a point ?

CerineKhoo-lzxg
Автор

thx!!! it is very helpful. but i have a little problem.
I am communicating through bluetooth and i have a lot of lag in readings. it's stuck and it plots a single value. do you have some advice?

foreverdiego
Автор

How Can I make the same but with a linear graph?

sebasA