002-Python reading Arduino - STM32 Serial data using Graphic User Interface GUI Tkinter & threading

Поделиться
HTML-код
  • Опубликовано: 11 сен 2024

Комментарии • 27

  • @evanherpin6980
    @evanherpin6980 Год назад +1

    Hey man, I learned a lot while following along with this tutorial. Thanks a bunch! Also, your English is really impressive if you aren't a native speaker. Bravo, dude. You're gonna go far.

    • @WeeWStack
      @WeeWStack  Год назад

      This is super kind Evan, your comment made my day.
      Wish you all the best

  • @collincharvat1082
    @collincharvat1082 2 года назад +5

    This is amazing. I am implementing my own serial monitor in python. Thank you so much!

  • @francoisdastardly4405
    @francoisdastardly4405 3 года назад +1

    After this i want to learn python ! Thank you very much !

    • @WeeWStack
      @WeeWStack  3 года назад +1

      Hi Francois,
      Thanks a lot for your comment, actually, having knowledge of python and C would be the perfect combination to do amazing stuff, where python can be used everywhere, except "proper" embedded, c is perfect for embedded so you can really build what ever you have in mind.
      Don't forget, if you do have any question I will be really happy to get back to you
      Again, thank you so much for your great comments

  • @yadniksn6657
    @yadniksn6657 3 года назад

    Gre8 vdo sir ji..
    Plz, make a 3rd part in which, we should able to send string or data from GUI to mcu.
    I only know Embedded stuff and python is new to me and after watching ur vdo I'm interested in learning python.
    Looking for more upload as usual.
    Thank you.

  • @rverm1000
    @rverm1000 Год назад

    you should mention to install pyserial at 25:50 otherwise it wont work. great video

  • @stefanvasilevski8724
    @stefanvasilevski8724 Год назад +1

    How to import the Serial extension?Should I download it and import with PIP?Or should I use the extension marketplace in VS?

    • @WeeWStack
      @WeeWStack  Год назад

      Hi Stefan, thank you for your question. You are right, please use "pip install pyserial" to get the serial library

  • @MrGeordiejon
    @MrGeordiejon 2 года назад +1

    t2.daemon is mispelled - you have assigned a new property t2.deamon set as True, The daemonic behaviour you want is not here which might be the shizzle you see

    • @WeeWStack
      @WeeWStack  Год назад

      Hi Jon, thank you for your catch, sometimes thinking, writing and speaking confuses me !! but really appreciate your comment

  • @basmaal-ghali9174
    @basmaal-ghali9174 3 года назад +1

    Many Thanks

    • @WeeWStack
      @WeeWStack  3 года назад +1

      Thank you Basma !!

  • @jossuaruiz8490
    @jossuaruiz8490 5 месяцев назад

    How about using Qt designer? do you think it can also be done with this code? of course, changing the way of the animation

  • @victormanuelbautistamendoz6218
    @victormanuelbautistamendoz6218 2 года назад

    thanks a lot for your help

  • @PhuocNguyen-wh9ru
    @PhuocNguyen-wh9ru Год назад +1

    how can i change the circle graph in this tutorial into the line chart that update continuous "real-time" data from the analog sensor plz? thanks in advance

    • @WeeWStack
      @WeeWStack  Год назад +1

      Hi Nguyen, thank you a lot for your question, I have created a whole series that will show you how to play with all this data : this is the link: ruclips.net/p/PLtVUYRe-Z-meHdTlzqCHGPjZvnL2VZVn8
      But if you are interested to add only the time chart, there is also this standalone video too: ruclips.net/video/6pG_tzghW3I/видео.html
      Hope this would help you

  • @PrasannaRoutray97
    @PrasannaRoutray97 2 года назад

    Hi, awesome tutorial. How to have multiple dynamic gui? The pyserial is getting a string of datas from many sensor. So, once I split the data, i want to update the dynamic gui simultaneously. Will adding more thread help?

  • @user-ih8eq2nf6q
    @user-ih8eq2nf6q 8 месяцев назад

    python program can't read arduino nano (002-Python reading Arduino - STM32 Serial data using Graphic User Interface GUI Tkinter & threading), I use arduino sketch, can you help me, thank you

  • @aungzaw2415
    @aungzaw2415 Год назад

    I can't install list_ports by typing pip install list_ports in command terminal.

  • @kychemclass5850
    @kychemclass5850 2 года назад +1

    It would be fantastic if python can dump the data into Libreoffice spreadsheet so ALL the charting functions and ability to manipulate the data can be done in the spreadsheet. Do you know how to do this?

    • @WeeWStack
      @WeeWStack  Год назад +1

      Hi there, thank you a lot for your comment, actually I have added a whole series to get a better time views and also save the data in an excel: let me share with you the link if this still interesting you: ruclips.net/p/PLtVUYRe-Z-meHdTlzqCHGPjZvnL2VZVn8

    • @kychemclass5850
      @kychemclass5850 Год назад +1

      @@WeeWStack Thanks. I was specific about LibreOffice Calc because I can do data dumping in Excel already. But I want to dump Excel in favour of Calc :)
      I'll going to check out your link now anyway as there's always something new to learn.

  • @achyutsawant
    @achyutsawant 2 года назад

    Link for code dose not working

    • @WeeWStack
      @WeeWStack  2 года назад

      Sorry to hear that, I have update it again, let me know if it works

  • @nghialuu2203
    @nghialuu2203 3 года назад

    Can you expland "*bds" meaning ?
    thanks you