Це відео не доступне.
Перепрошуємо.

Python GUI for Arduino Control

Поділитися
Вставка
  • Опубліковано 18 сер 2024
  • Link to Python codes & Arduino circuit diagrams:
    akuzechie.blog...
    Link to my tutorial on how to interface Python with Arduino:
    • Python Programming for...
    Contents:
    0:00 Introduction
    0:17 tkinter GUI module
    1:50 Example 1: Python GUI controlling LED connected to Arduino
    2:43 Example 1 code
    5:13 Example 2: Python GUI controlling two LEDs
    6:57 Example 2 code
    12:37 Future project: Python GUI for sensor data display

КОМЕНТАРІ • 36

  • @TheMphc
    @TheMphc Рік тому +6

    Great teacher with great videos, I'm happy to have had you as my teacher this semester Anas! Can't wait to see your next videos.

    • @AnasKuzechie
      @AnasKuzechie  Рік тому

      Thanks Marc. I eagerly await you tutorial video of your Python-Arduino project.

  • @bob-ny6kn
    @bob-ny6kn 2 роки тому +1

    GUIs are very useful. Thank you for showing one way.

  • @qcnck2776
    @qcnck2776 2 роки тому

    Very nice fusion of Python with Arduino. Thanks

  • @tugaric
    @tugaric 7 місяців тому

    Thank you so much. Exactly what i was looking for 👍

  • @fribiesdi
    @fribiesdi Рік тому

    That's a nice video, amazing!

  • @mohamads9759
    @mohamads9759 Місяць тому

    Very Great.

  • @qzorn4440
    @qzorn4440 Рік тому

    This is a most exciting GUI video. I would very much like to use this cool Tkinter on an Orange Pi-5 to control the GPIO Pan/Tilt PWM servo motors. Would you please demonstrate how to do this on an OPi5, they use the OPi.GPIO software? Thank you. PS It seems like most education examples are for the Raspberry Pi or Arduino.

  • @Sekhar_Home
    @Sekhar_Home 2 роки тому +1

    Thanks for sharing...

  • @amirhosseinbozorgi1935
    @amirhosseinbozorgi1935 Рік тому +2

    what is the code on the arduino board?

  • @SP-db6sh
    @SP-db6sh Рік тому

    Thank you, try Flet-...

  • @vibhatkumar2589
    @vibhatkumar2589 Рік тому

    Like Arduino, is there a function for temperature controller and a library.
    Actually, I am making a gui for temperature controller.
    Please help anas!

  • @electronia92
    @electronia92 2 роки тому

    great video...👍

  • @BerndSchmitt-Martinique
    @BerndSchmitt-Martinique 2 роки тому

    Hi Anas .... You are always opening new doors for your community.
    For your next video on this item : how could you send the actual computer-time to the MCU ?
    Greetings from germany

    • @AnasKuzechie
      @AnasKuzechie  2 роки тому

      Thanks for your feedback. That would be a nice project. I’ll research and see if it’s feasible

  • @Drxxx
    @Drxxx 2 роки тому

    This is so cool

  • @clevelandwilcox
    @clevelandwilcox Рік тому

    Hi Anas, Thanks for the video! I see that the pyfirmata code must be uploaded to the Arduino for python to run. Is there a way to include user code along with pyfirmata to get python and arduino code functional together?

    • @AnasKuzechie
      @AnasKuzechie  Рік тому

      It is possible if you integrate your code inside the library. Seems interesting, I need to look into it. Thanks for your input.

  • @marinenav8
    @marinenav8 Рік тому

    👍👍👍💕

  • @brentberry1859
    @brentberry1859 2 роки тому

    Nice video. Is the code available somewhere.

    • @AnasKuzechie
      @AnasKuzechie  2 роки тому

      Thank you. Please see video description for code & circuit diagrams.

  • @nadiasafafajriani1839
    @nadiasafafajriani1839 Рік тому

    Hi anas, could you share the .ino files that include how to use firmata? i dont understand how to use it (firmata library on arduino IDE), thank you

    • @AnasKuzechie
      @AnasKuzechie  Рік тому

      Hello. The Arduino is loaded with the firmita sketch to allow Python to communicate with Arduino. Please watch my first video on the Python series. Everything is explained in that tutorial.

    • @nadiasafafajriani1839
      @nadiasafafajriani1839 Рік тому

      @@AnasKuzechie thank you, i try the pyfirmata protocol. but i found an error that says import "pyfirmata" could not be resolved Pylance (reportMissingImports). I already did pip install pyfirmata on cmd by the way

    • @AnasKuzechie
      @AnasKuzechie  Рік тому

      @@nadiasafafajriani1839 you may need to set path to where the Python modules are stored.

  • @tarseminakshi95
    @tarseminakshi95 Рік тому

    sir this is not work