How to process Arduino data in Python

Поділитися
Вставка
  • Опубліковано 27 лис 2024

КОМЕНТАРІ • 54

  • @timpaulson3968
    @timpaulson3968 3 роки тому +19

    The content you create is incredibly professional while being relatively easy to adapt. Thank you for making scrappy and cheap DIY stuff work impressively beautiful

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

      Thank you Tim, you are too kind.

  • @BooBar2521
    @BooBar2521 3 роки тому +4

    wow i didnt know that you can use arduino data and analyze it like this as a scientist. thx alot for showing us what is possible.

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

      Thank you Gabriel. This is exactly the reason I made this. It's not obvious when you'll need it but when you do it's very helpful...

  • @annego
    @annego 3 роки тому +4

    Just came across your videos. They are produced so well! Thanks a lot.

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

      Nice of you to say. Thank you for the visit. ☺

  • @garvasrani8410
    @garvasrani8410 Рік тому +1

    The best explanation for dta logging. Thank you so much!

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

    so freaking impressive. What a piece a work! Thank you so much for the video

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

      Hey thanks! I've always felt like this video was a little low quality, but I'm glad it still has some relevance :)

  • @rakesh.a.c
    @rakesh.a.c 3 роки тому +3

    Can you do a video on Socket programming? For real time wireless data collection using wifi module or an esp32. Your videos on encoders helped a lot in my projects.

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

    You have many luminous ideas, just continue. Thanks

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

    great video! what librarys do you use for connecting python to arduino and how to in stall them?

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

    Wow, thank you for the great channel! Is there any information/schematic/stl for the rotating complete device (or one already done you would advise ?). Thanks!

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

    I love this channel! Keep up the good work :)

  • @matheuswilgengoncalves
    @matheuswilgengoncalves 3 роки тому +1

    Thanks for the video!

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

    amazing video and amazing chanal ,we are waiting more videos

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

    This is incredible

  • @radomirfilip8741
    @radomirfilip8741 9 місяців тому

    just what I need! Thanks!

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

    Amazing super amazing, love the explanation and the video.

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

    Brilliant. You are amazing! Thank you!

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

    Nicely explained ☺

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

    Great video! Really helpful. For a potential video suggestion, would you be able to implement lead/lag/lead-lag compensators into Arduino and how they may differ from PID control that you have been using within previous videos? Cheers

    • @curiores111
      @curiores111  3 роки тому +3

      Thank you, and thanks for the suggestion! I will see if I can come up with anything.

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

      @@curiores111 Thank you! Anymore PID Arduino videos/projects would also be awesome and incredbily useful! Thanks

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

    Thank you a lot! It's a great video

  • @mohammedk.h.f3016
    @mohammedk.h.f3016 Рік тому

    Great work👏

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

    Great work. Keep it up.

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

    Nice video. Thank you.

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

    this is cool!!

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

    Thank you, great video

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

    Awesome video! Ty!

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

    huge huge thanks !

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

    nicely explained

  • @jefersonemanueloliveira5547
    @jefersonemanueloliveira5547 9 місяців тому

    Thanks a lot!

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

    So cool 👍

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

    amazing! thankssss

  • @JoseRamos-su3ep
    @JoseRamos-su3ep 3 роки тому

    Hello, would you willing to share your STL files and Arduino code for the pinch valve project?

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

      Sorry for not getting back to you Jose. Yes, I can... I had meant to before but there's an issue with this version that the little servos sometimes fail. I had a new improved version...but I was still testing it when I moved on. In any case, I'll post the CAD in case you want to play around with it.

    • @curiores111
      @curiores111  3 роки тому +1

      Here you go: github.com/curiores/ArduinoTutorials/tree/main/PinchValves

    • @JoseRamos-su3ep
      @JoseRamos-su3ep 3 роки тому

      @@curiores111 you rock! Thank you. I think something will work for my Dr. friends Iv therapy project.

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

    can the plotting be done in real time?

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

      Not with this version.. definitely possible to make something for this, but it would have to work a bit differently.

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

    How can i use hc-12 with arduino using python language?

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

      I guess it would depend on what you're trying to accomplish? If it's just serial data, you could send the data through the arduino, and then pull it into python afterward. If you have multiple serial ports going, you might follow something like this? docs.arduino.cc/built-in-examples/communication/MultiSerialMega
      Haven't tried it myself but seems easy enough.

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

      @@curiores111 i want send data from python to arduino and the arduino send the data by hc12 to another arduino.

    • @curiores111
      @curiores111  2 роки тому +2

      @@waleedaiad3411 you can use a similar strategy to the one I used to send data from python to arduino. There's an example here: create.arduino.cc/projecthub/ansh2919/serial-communication-between-python-and-arduino-e7cce0
      (and after sending the info to the arduino, you could send data through the hc12. This might mean that you need to use a second serial port, in which case you may need to use multiple serial ports simultaneously. For that, see the other link I sent)

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

    Thank you😝😝😝

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

    Thanks ! Do you have Instagram to for following News ?

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

    Hey when is next video gonna come? Long time no see

    • @curiores111
      @curiores111  2 роки тому +2

      thanks so much for asking Hrishikesh. I have been working on a couple different ideas... but they have unfortunately fizzled out. I have a new idea that I think will work. I will try to get something out before the end of March. :)

  • @BBB-ul4vb
    @BBB-ul4vb 3 роки тому

    Can you give me your email id....i need some help for filtering ecg signal using arduino

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

      I can't really consult on particular applications, but good luck!