Control Arduino Using GUI (Arduino + Processing)

  Рет қаралды 133,721

Hardik Rathod

Hardik Rathod

Күн бұрын

Пікірлер: 99
@GaryParkin
@GaryParkin 4 жыл бұрын
Thank you Hardik, for taking time to make this tutorial. When I see a tutorial with just music I usually skip it, but you have done an excellent job of explaining this with no narration. Your choice of music was perfect!! I played with Processing but I could never figure out how it sends data to the Arduino, this helped a lot. Thank you again. (Subscribed)
@knowall5792
@knowall5792 6 жыл бұрын
One of the best five KZbin tutorials, out of hundreds I have seen. You are fast, make every step/parameter clear to allow tweaking by viewers, very methodical, and obviously knowledgeable. And you managed to keep the video length compact. Keep rising higher, and keep on teaching us. Thanks, thumbed up, and subscribed.
@hardikrathod4
@hardikrathod4 6 жыл бұрын
Thank you.
@eelkebootsma3391
@eelkebootsma3391 Жыл бұрын
This is the clearest tutorial I've ever seen, thank you so much for making this.
@letsgetiton99
@letsgetiton99 3 жыл бұрын
OMG I never thought i could stumble upon a GEM here in this YT for so far❣️ Very elegant and neat tutorial❣️ It worked for me❣️
@matteorossi5128
@matteorossi5128 5 жыл бұрын
simple clean and effective in every step, good demo compliments
@pakarmyisizindabad6206
@pakarmyisizindabad6206 2 жыл бұрын
You made my Complex engg. Problem easy. Love from Pak
@Kalendarprince
@Kalendarprince 3 жыл бұрын
You are a real legend bro , i dont know how to thank you
@vediam
@vediam 3 жыл бұрын
THANK YOU I played with Processing but I could never figure out how it sends data to the Arduino, this helped a lot.
@frenchfreys
@frenchfreys Жыл бұрын
super clutch for an engineering project of mine. thanks boss
@zobenta3
@zobenta3 6 жыл бұрын
You just solved all my problems. 1,000 likes for u!
@Avionics2
@Avionics2 7 жыл бұрын
Thank you for a easy to follow video. I hope we get more videos on Arduino and processing.
@hardikrathod4
@hardikrathod4 7 жыл бұрын
+R Vass Thank you. Sure you will get more content.
@Avionics2
@Avionics2 7 жыл бұрын
Hardik Rathod can we get avideo on gauges? I want to measure RPM and show it on a gauge. Possible?
@hardikrathod4
@hardikrathod4 7 жыл бұрын
Yes i can, but the problem is right now i don't have enough components. But you can try by yourself. it's very easy. you can use "Knob" controller from ControlP5 library. And you will find inbuilt example of Knob. just go to: Files->Examples->Contributed Libraries->ControlP5->controllers->ControlP5knob. or you can design your own gauge.
@Avionics2
@Avionics2 7 жыл бұрын
Hardik Rathod thank you I dont mean you make a RPM project I just want to see how you make a gauge and how you move the needle in your software.if that is poosible if not not to worry :-)
@engenharizando
@engenharizando 5 жыл бұрын
Can you do it for a mobile application? Using Bluetooth?
@bendoverinvestigation670
@bendoverinvestigation670 4 жыл бұрын
thanks man, this is one the cleanest videos out there, even after being an Indian Maker, it is quite neat, clean and professional. Thanks Man. You have good knowledge and there were not much typos.
@hollyradbourne9094
@hollyradbourne9094 2 жыл бұрын
This was a really helpful and clear video - thank you!
@inspiredtiny
@inspiredtiny 4 жыл бұрын
Great video Sir! I hope you create more like this..
@senthivelayutham9367
@senthivelayutham9367 4 жыл бұрын
Thank you bro . Because of you i learnt atleast a bit how to use processing . Thank you bro (SUBSCRIBED TO YOUR CHANNEL)
@aadityarai7027
@aadityarai7027 Жыл бұрын
Very simple explain good job
@wombat9999
@wombat9999 4 жыл бұрын
Interesting stuff. Is there anyway the Processing sketch can be setup to be a stand-alone "one click to run" app? The reason is that I'm creating this for a coworker, and I'd like to tell him "Double click on this icon" and have the app launch (I don't want to "Run Processing. Load this script. Run the script." etc). Thanks.
@naranciaM
@naranciaM 4 жыл бұрын
How can I send data from the arduino to processing?
@crisselectronicprojects8408
@crisselectronicprojects8408 10 ай бұрын
Hello! Is it possible for the program to run, just to read temperatures,... offline?
@shubhankarshubham
@shubhankarshubham 5 жыл бұрын
Great Bhaiya👍👍
@mekimr9736
@mekimr9736 Жыл бұрын
hi, thank you so much but it possible to editing with "processing" on visual fram?
@lifetech1989
@lifetech1989 5 жыл бұрын
Thank you so much broo.. This helps me so much. Hope you always be blessed..
@kevinkluger9131
@kevinkluger9131 7 жыл бұрын
Thank you for this video!! It's perfect for my School Project. I would like to create an Interface Control Window on my Laptop with processing, to controll an electrical DC Motor and an electrical stamp. The main thing in this project is a DMS measuring. Where i can find the different Button functions. Do you know, how I create a diagram in processing with the Data from the Arduino?
@AdamHosburgh
@AdamHosburgh 3 жыл бұрын
how can I print to multiple com ports? for example, COM3 AND COM4 at the same time? I tried: printArray(Serial.list()); port = new Serial(this, "COM3", 9600); port = new Serial(this, "COM4", 9600); and: printArray(Serial.list()); // prints to all available serial ports port = new Serial(this, "COM3", "COM4", 9600); The second one wouldn't compile and the first one would only print to the LAST declared com port.
@AdamHosburgh
@AdamHosburgh 3 жыл бұрын
I figured it out. in your video above the void setup() you put Serial port; port is the name of a variable. I made 2 variables, portCOM3 and portCOM4 and then adjusted the rest of my code to output to those ports instead of just port thanks for the very helpful video
@chaoticlue
@chaoticlue Жыл бұрын
how do i run this as a stand alone executable i.e., like an application that i can download over the internet without specific system requirements like having Arduino CLI etc. ?
@catarinapereira2333
@catarinapereira2333 5 жыл бұрын
This was really helpful, thank you so much!!
@bassjunias439
@bassjunias439 2 жыл бұрын
hello thanks for the video. euh i would like to know how can i do for Reading value that come from differents sensors? For example i would like to use a proximity sensor with a button and also a infrared sensor ... for a project so i need differents values... So how can i do it? Can you help me please.
@Rionned215
@Rionned215 2 жыл бұрын
Does the function name (in the processing code) have to be the same as the addButton Label name? If so, is there a way around this?
@durimarveg1470
@durimarveg1470 4 жыл бұрын
Hi, how can I change the color of the buttoms?
@amjadfelemban9276
@amjadfelemban9276 5 жыл бұрын
Very helpful and well explained! Thanks alot. :)
@giovannibattista8402
@giovannibattista8402 6 жыл бұрын
very good example to start new applications.
@maryanncortejos5377
@maryanncortejos5377 4 жыл бұрын
hello Sir, I just found out about this software and would like to learn more about, is possible for me to create another menu once I press a button? like when I click a button from my menu, it will open up another panel of menu, can I do that with this software?
@alexquiroga8989
@alexquiroga8989 3 жыл бұрын
Mil pero mil gracias Maestro.
@arduinoprojects1122
@arduinoprojects1122 7 жыл бұрын
SO HELPFUL YOU ARE THE BESTTT
@neofytos_theodoridis
@neofytos_theodoridis 7 жыл бұрын
where the function textFont (font); that is inside void draw() gets the values?
@anasahmed9118
@anasahmed9118 6 жыл бұрын
Thankyou your video is so easy to follow... i want to create a volume up & down sliding button. can you help me with its coding ?
@NineInchFailz
@NineInchFailz 2 жыл бұрын
For future videos you should slow down on the important coding parts
@filiperpg
@filiperpg 6 жыл бұрын
Thank you Sir, this is a really helpful video.
@raashidshaikh3335
@raashidshaikh3335 4 жыл бұрын
What if my Arduino code is in C language??Will it work?
@yman9745
@yman9745 4 жыл бұрын
Yes. But in processing in only java I thing
@raashidshaikh3335
@raashidshaikh3335 4 жыл бұрын
@@yman9745 Yes only java is there in processing
@elibayer4085
@elibayer4085 6 жыл бұрын
Processing sketch no longer works, the program freezes every time you press a button. I retyped the code twice, and eventually used the link to your version, and I got the same results. Might have something to do with a processing update.
@rikerwilliams8209
@rikerwilliams8209 6 жыл бұрын
Can you do the Processing code to communicate with the Arduino to control the RGB and different colours of the colour wheel? Thank you for your great projects!
@hardikrathod4
@hardikrathod4 6 жыл бұрын
Sorry, i can't at the moment. But you should try by yourself. It's very easy.
@BmxAddict08
@BmxAddict08 4 жыл бұрын
i dont know why but i have a delay between porcessing and arduino
@prasadmande2977
@prasadmande2977 6 жыл бұрын
Hello hardik sir, you made this project very simple and understandable thanks for this. I made it by watching your video but I got one problem - when I press the button it doesn't work when I press 2-3 times fast then only the LED is on and same happens when to turn them off, what should I do ?
@Daruma_Studio
@Daruma_Studio 5 жыл бұрын
Make sure your BAUD rate and serial port numbers are the same. In his example, it is 9600
@taherbannani4023
@taherbannani4023 5 жыл бұрын
this application is communicating with arduino with wifi or bluetooth???
@7memes946
@7memes946 5 жыл бұрын
neither, it's communicating through Serial Communication
@omartaha4815
@omartaha4815 5 жыл бұрын
thanks a milion , i have never seen A Video like this ,, thanks
@pgupta24
@pgupta24 3 жыл бұрын
Excellent post; How can I do this with Processing in Python mode?
@ItsSaDowwing
@ItsSaDowwing 3 жыл бұрын
There are alot of good libraries in Python to make a GUI and also te write data to the serial monitor
@tylouww.1915
@tylouww.1915 6 жыл бұрын
Very good Bro. Exactly for that i was looking :D Thx
@mylaiza4992
@mylaiza4992 6 жыл бұрын
Can this gui be used without the user having to install Processing? I'm making a device for someone else and it should be controlled through a gui and I want it to be user friendly.
@jf41012
@jf41012 6 жыл бұрын
Yes, you can go to: "file/export application" and export an .exe file for example
@ciberinternetlasexta2352
@ciberinternetlasexta2352 5 жыл бұрын
excelente amigo felicito dar explicación
@sbk4723
@sbk4723 4 жыл бұрын
How to contact u sir...
@milanladicky949
@milanladicky949 5 жыл бұрын
Thanks buddy, amazing 1.
@chandansona8488
@chandansona8488 2 жыл бұрын
i am also a hardware mechanic but no knowledge about language pl help me to connect adenoid with GUI by using processing
@antonsantonovs3048
@antonsantonovs3048 4 жыл бұрын
Amazing job, Thanks a lot !!!!!!!!!!!!!!!!!!!!!!!!!!
@ayesha1666
@ayesha1666 5 жыл бұрын
I am having an error port is busy. Please help
@muhammadsyafiq7760
@muhammadsyafiq7760 7 жыл бұрын
Nice vid bro. It it indeed a simple and easy to follow. I'm going to make a project but is it possible for me to connect the gui and the arduino via wifi? Going to monitor a simple temperature in a system and see the reading on the gui. Hope you will respond to me.
@hardikrathod4
@hardikrathod4 7 жыл бұрын
+Muhammad Syafiq Thank you bro. I am not sure about WiFi but you can use Bluetooth for sure, actually i am planning to make a video on that using Bluetooth in near future.
@muhammadsyafiq7760
@muhammadsyafiq7760 7 жыл бұрын
Hardik Rathod can't wait to see that 😍
@muhammadsyafiq7760
@muhammadsyafiq7760 7 жыл бұрын
Ouh yea, if I'm going to make an aquaponics system and I want it to monitor the system parameter reading, is it possible? I'm new to this kind of hardware though.
@muhammadsyafiq7760
@muhammadsyafiq7760 6 жыл бұрын
Hello sir, have you completed a project using a wifi?
@aziznurhidayat6824
@aziznurhidayat6824 6 жыл бұрын
Muhammad Syafiq hello sir, can you make monitor the system parameter reading? If you can do it. I will study with you..
@Kevin_Max72
@Kevin_Max72 6 ай бұрын
I use COM5 but it is saying port busy
@hardikrathod4
@hardikrathod4 6 ай бұрын
Make sure the port is correct and it isn't open in other application.
@Frankx520
@Frankx520 7 жыл бұрын
LOVE YOU!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
@oldgekino4219
@oldgekino4219 4 жыл бұрын
Thank you. very nice. A very helpful!
@Zubairkhan-rb1fx
@Zubairkhan-rb1fx 3 жыл бұрын
just amazing
@conan1499
@conan1499 6 жыл бұрын
simple and useful :)
@andrzejreszka6367
@andrzejreszka6367 Жыл бұрын
Prosto i ciekawie.
@muhammadaliimran2331
@muhammadaliimran2331 4 жыл бұрын
great video but edm isn't great for learning!
@goto3208
@goto3208 5 жыл бұрын
thank you
@ta_ja199
@ta_ja199 Жыл бұрын
Thank you prooooooooooooooooooooo brooooooooooooooo
@francoissuprin4345
@francoissuprin4345 5 жыл бұрын
Great job! i would like to talk to you about a project. May i have your email? Best regards,
@jeffreynwankwo7912
@jeffreynwankwo7912 5 жыл бұрын
Nice one
@Amatshezi_events
@Amatshezi_events 5 жыл бұрын
I love it
@bleedingtitan1
@bleedingtitan1 5 жыл бұрын
simply osm
@waiyikyung2825
@waiyikyung2825 4 жыл бұрын
edit same program with tkinter to operating better and simply.
@pratikprajapati8620
@pratikprajapati8620 6 жыл бұрын
cool
@diegoalejandroyepes8162
@diegoalejandroyepes8162 4 жыл бұрын
niceeeee
@davidsteele9103
@davidsteele9103 6 жыл бұрын
Voice over please.
@peterosudar6653
@peterosudar6653 6 жыл бұрын
I thought I wanted that too but if you read the comments you will find it better. Sometimes... the written word is much more instructive than the spoken one. And much more pleasant. Not that you are not entitled to your opinion but I really think you should notice the comments written in code... Less is more...
@haxensalat
@haxensalat 6 жыл бұрын
thumbs down for bad music
@hardikrathod4
@hardikrathod4 6 жыл бұрын
Thank for the response. Main thing here is not the music. You can mute the music if you don't like.
@cgwang1455
@cgwang1455 4 жыл бұрын
I try to follow the tutorial ...When I launch processing n click on the Button box, it won't communicate with the arduino...I have closed IDE but still wont work. Just the arduino serial command will work but not from the processing to send serial command to arduino..Need help ..Thanks .
@michaelschneider5407
@michaelschneider5407 4 жыл бұрын
Great video, I learned a lot. Thank you!
24 Часа в БОУЛИНГЕ !
27:03
A4
Рет қаралды 7 МЛН
Python GUI for Arduino Control
12:52
Anas Kuzechie
Рет қаралды 40 М.
The Best 20 Arduino Projects of the year 2024!
14:59
ToP Projects Compilation
Рет қаралды 109 М.
Arduino GUI Part 1   Communications
19:44
Byte Me
Рет қаралды 162 М.
3 engineers race to design a PCB in 2 hours | Design Battle
11:50
Predictable Designs
Рет қаралды 509 М.
Design Arduino GUI with Processing 4  -  Beginner's Guide | PART-1
53:19
I Made Chess 2.0
14:32
From Scratch
Рет қаралды 1,1 МЛН
Motion-activated Sound Effects with Arduino, PIR Sensor & MP3 Player
25:26
Easy Arduino Tutorial: #1 Basics
10:07
InterlinkKnight
Рет қаралды 2,3 М.
EasyEDA Full TUTORIAL + Create Component + TIPS
16:43
Electronoobs
Рет қаралды 422 М.
PID Balance+Ball | full explanation & tuning
13:13
Electronoobs
Рет қаралды 768 М.