000-Python Live stream Graphic User Interface Arduino-STM32: Tutorial Introduction

Поділитися
Вставка
  • Опубліковано 29 січ 2025

КОМЕНТАРІ • 24

  • @ulysses_grant
    @ulysses_grant 11 місяців тому +9

    The bad part about this series is that I only came across it now.
    Thank you so much for such fantastic work!

  • @RaananL
    @RaananL 2 роки тому +3

    Thank you for putting the time & effort. Your videos are structured in a professional manner making them clear from start to end!

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

    Great introduction. This course is better structured than most classes I had in university :D

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

    i'm officialy impressed
    also great video

  • @mechanicalengineerlifechan3458
    @mechanicalengineerlifechan3458 6 місяців тому

    The Author, you are amazing, thank you

  • @krishnak3532
    @krishnak3532 3 роки тому

    Really really very very Good and sophisticated way of explanation..Thanks a Lot...

  • @t.chumpuwiset5945
    @t.chumpuwiset5945 2 роки тому +1

    That's really good!

  • @diptanshumalviya7547
    @diptanshumalviya7547 3 роки тому

    Keep posting sir!

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

    I am curious how you will solve this. About a month ago, I submitted a project that does almost the same thing. I use an Arduino for data transfer and visualize with PyQt5 and PyQtGraph, also employing threads. The entire setup runs on an Raspberry Pi with a touch display. I transmit data at 1 kHz to the Pi and display it at 30 fps.

  • @kaluvanhariharan4256
    @kaluvanhariharan4256 6 місяців тому

    very very useful to me. Thanks

  • @supershaye
    @supershaye 3 роки тому +2

    Just a little naming pet peeve of mine. You essentially have a SerialCtrl class and you have a method named SerialOpen. The fact that the class is already named Serial means that you can omit the name Serial from your method definitions. Otherwise you get verbose code like MySerial.SerialOpen() when you could just write MySerial.Open(). You can easily end having code that looks like MySerial.serial.serialParity when it should just be MySerial.serial.parity (even better would be to just have MySerial.parity). I hope you understand where I am coming from. Nonetheless good video. Always happy to see people sharing knowledge.

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

    You are a saint!

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

    I am not an expert, but I think you've written and share an excellent program with very well presentation.
    Just wish ypu would done it with arduino. Thanks anyway.

  • @antonio.scalia
    @antonio.scalia 6 місяців тому

    gracias, thanks, Grazie, is perfect series

  • @engr.makabirarif722
    @engr.makabirarif722 3 роки тому +2

    Eid Mubarak

  • @basmaal-ghali9174
    @basmaal-ghali9174 3 роки тому +1

    Thank you soooo much.

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

    wow
    good video awesome

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

    It would be fantastic if you can get that data to be dumped into Libreoffice calc as then you can use the whole range of data processing and graphical/charting tools as well as being able to save the data. Do you know how to do this?

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

      In the last videos, that's what I do, there is a whole video that shows the program that saves the data into a CSV file

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

    Great

  • @Mohamm-ed
    @Mohamm-ed 3 роки тому +1

    Amazing tutorial. Can I use another board such as nodemcu with wifi

    • @WeeWStack
      @WeeWStack  3 роки тому

      Hi M M. Thank you so much for the message, yes of course, whatever the borad using a UART communication is able to get that, I will be uploading a video every week so you follow and build some stuff for the nodemcu

    • @Mohamm-ed
      @Mohamm-ed 3 роки тому

      @@WeeWStack Thabks very much for replying

  • @ыывье-о9п
    @ыывье-о9п Рік тому

    👍