No video

How to process Arduino data in Python

  Рет қаралды 27,369

Curio Res

Curio Res

Күн бұрын

Learn how to read Arduino data into Python, process it, and create plots.
Code (in PythonProcess/): github.com/cur...
This workflow allows you to access the vast array of Python tools to work with your Arduino (or other microcontroller) data.
Python links:
Download Python: www.python.org...
Python for Beginners: • Python for Beginners -...

Пікірлер: 51
@timpaulson3968
@timpaulson3968 2 жыл бұрын
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 2 жыл бұрын
Thank you Tim, you are too kind.
@BooBar2521
@BooBar2521 2 жыл бұрын
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 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 2 жыл бұрын
Just came across your videos. They are produced so well! Thanks a lot.
@curiores111
@curiores111 2 жыл бұрын
Nice of you to say. Thank you for the visit. ☺
@garvasrani8410
@garvasrani8410 Жыл бұрын
The best explanation for dta logging. Thank you so much!
@rakesh.a.c
@rakesh.a.c 2 жыл бұрын
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
@curiores111
@curiores111 2 жыл бұрын
Many thanks Ahmed 😊
@ahmadjned3553
@ahmadjned3553 2 жыл бұрын
amazing video and amazing chanal ,we are waiting more videos
@abekb3122
@abekb3122 9 ай бұрын
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!
@henka4065
@henka4065 11 ай бұрын
This is incredible
@matheuswilgengoncalves
@matheuswilgengoncalves 2 жыл бұрын
Thanks for the video!
@moon911x
@moon911x Жыл бұрын
Nicely explained ☺
@radomirfilip8741
@radomirfilip8741 6 ай бұрын
just what I need! Thanks!
@cnrgal
@cnrgal 2 жыл бұрын
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 2 жыл бұрын
Thank you, and thanks for the suggestion! I will see if I can come up with anything.
@cnrgal
@cnrgal 2 жыл бұрын
@@curiores111 Thank you! Anymore PID Arduino videos/projects would also be awesome and incredbily useful! Thanks
@jefersonemanueloliveira5547
@jefersonemanueloliveira5547 6 ай бұрын
Thanks a lot!
@mohammedk.h.f3016
@mohammedk.h.f3016 Жыл бұрын
Great work👏
@sarimkhan2306
@sarimkhan2306 2 жыл бұрын
nicely explained
@billylavender1185
@billylavender1185 2 жыл бұрын
I love this channel! Keep up the good work :)
@arifindobson
@arifindobson 2 жыл бұрын
Amazing super amazing, love the explanation and the video.
@nguyenxuanthanh6988
@nguyenxuanthanh6988 2 жыл бұрын
Great work. Keep it up.
@tpendletonYT
@tpendletonYT Жыл бұрын
Nice video. Thank you.
@tuancaoanh4183
@tuancaoanh4183 Жыл бұрын
Thank you a lot! It's a great video
@ExatasDistribuidas
@ExatasDistribuidas 2 жыл бұрын
Thank you, great video
@weiye701
@weiye701 10 ай бұрын
Brilliant. You are amazing! Thank you!
@curiores111
@curiores111 10 ай бұрын
You are too kind! ❤️
@oOBassKillOo
@oOBassKillOo Жыл бұрын
Thanks ! Do you have Instagram to for following News ?
@lllllll396
@lllllll396 2 жыл бұрын
Awesome video! Ty!
@muhammadwibowo1661
@muhammadwibowo1661 2 жыл бұрын
huge huge thanks !
@adambeedle
@adambeedle 2 жыл бұрын
So cool 👍
@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.
@MEan0207
@MEan0207 2 жыл бұрын
Thank you😝😝😝
@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 жыл бұрын
@@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)
@JoseRamos-su3ep
@JoseRamos-su3ep 2 жыл бұрын
Hello, would you willing to share your STL files and Arduino code for the pinch valve project?
@curiores111
@curiores111 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 2 жыл бұрын
Here you go: github.com/curiores/ArduinoTutorials/tree/main/PinchValves
@JoseRamos-su3ep
@JoseRamos-su3ep 2 жыл бұрын
@@curiores111 you rock! Thank you. I think something will work for my Dr. friends Iv therapy project.
@raonytraspadini2062
@raonytraspadini2062 Жыл бұрын
amazing! thankssss
@hrishikeshgawas4579
@hrishikeshgawas4579 2 жыл бұрын
Hey when is next video gonna come? Long time no see
@curiores111
@curiores111 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 2 жыл бұрын
Can you give me your email id....i need some help for filtering ecg signal using arduino
@curiores111
@curiores111 2 жыл бұрын
I can't really consult on particular applications, but good luck!
Create CSV Files with Arduino Uno & Python (FULL TUTORIAL)
15:25
Learn Robotics
Рет қаралды 58 М.
白天使选错惹黑天使生气。#天使 #小丑女
00:31
天使夫妇
Рет қаралды 15 МЛН
ISSEI & yellow girl 💛
00:33
ISSEI / いっせい
Рет қаралды 25 МЛН
Чёрная ДЫРА 🕳️ | WICSUR #shorts
00:49
Бискас
Рет қаралды 6 МЛН
How to Connect and Control an Arduino From Python!
16:50
LeMaster Tech
Рет қаралды 39 М.
I run untested, viewer-submitted code on my 500-LED christmas tree.
45:17
I tried the Cheapest Arduino Alternative (that Nobody heard of)
13:31
The most important Python script I ever wrote
19:58
John Watson Rooney
Рет қаралды 187 М.
Unlock Arduino's Power with Python | Step-by-Step Guide
9:41
Enjoy Mechatronics
Рет қаралды 16 М.
Arduino Real Time Data Plotting using Python
15:36
Educational Engineering Team
Рет қаралды 12 М.
Управляем Arduino с компьютера. Python + PyQt5
1:04:06
Заметки Ардуинщика
Рет қаралды 382 М.
How to control a DC motor with an encoder
9:30
Curio Res
Рет қаралды 434 М.
How to build an Arduino controlled solar charger
16:20
Curio Res
Рет қаралды 89 М.
白天使选错惹黑天使生气。#天使 #小丑女
00:31
天使夫妇
Рет қаралды 15 МЛН