Hey im not a programmer but is there a way to make the servo motors hold the position even if the thumbstick goes to 0
@stephtestone20903 жыл бұрын
dang this might be the best engineering instructional channel ive seen
@esmeraldamontesdeoca5265 Жыл бұрын
Yea must of them tell you to order some kit for like 70$
@hamid28288 ай бұрын
Is this proportional control, or is it just moving the servo to full 90 degrees from joystick movement? I do not see a demonstration of slow control and movement from the joystick. Just curious.
@AlinaKhorozian Жыл бұрын
Which IDE are you using?
@릭앤모티저장소3 жыл бұрын
9V? won't this damage the servo motor?
@sikhasingh99783 жыл бұрын
There is voltage regulator
@릭앤모티저장소3 жыл бұрын
@@sikhasingh9978 he didnt add any regulator
@릭앤모티저장소3 жыл бұрын
@@kevinzhai1049 wouldn't that have possibility of damaging the board?
@DontMindRick2 жыл бұрын
CODE not working again sir
@maniekansal86673 жыл бұрын
how can single servo be controlled using joystick both x and y coordinates?
@flaviusgeorgianroman59297 ай бұрын
you can not
@aaronzhao71274 жыл бұрын
Love your channel, keep it up!!
@fazbearEntertainment1889 ай бұрын
this is so confusing
@Top-notchShorts4 жыл бұрын
Great video
@3xAudio4 жыл бұрын
Nice Video and project. great idea I'm going back to basics because I'm a bit rusty with arduino and looking for ideas
@nirdeshkumar3034 жыл бұрын
Thnks bro it really works
@stephtestone20903 жыл бұрын
oh whoops i broke my arduino 👍
@bsav58194 жыл бұрын
works for a few seconds then stops
@FARHANKHAN-jl4mh4 жыл бұрын
Code link bro??
@SuperbTech4 жыл бұрын
updated
@shiftyjesusfish4 жыл бұрын
@@SuperbTech super helpful to me, since I'm basically in the dark when coding, and all the other examples.lack a link to code. Thank you
@shiftyjesusfish4 жыл бұрын
Also it's been 8 months since you posted this so you may not notice it reply, but I was wondering, if I wanted to to use a stepper motor for one axis and the servo for another, and finnaly the switching (or click) function to trigger a simple dc motor (simple on while pressed off while not pressed function for the dc motor)....would that increase the complexity significantly? Or is it as simple as replacing a few things in the code ? (I realize this might be a stupid question this is my first coding project and I'm in over my head with just the basics to be honest :/)
@tsoundi_3 жыл бұрын
@@shiftyjesusfish hey man this is more complicated because the other motors (stepper and dc motors) needs drivers for them to work. You can't directly connect them to the arduino otherwise you will break your board. The coding process shouldn't really be that difficult because there are a lot of existing code on the internet and a lot of tutorials to help you trough this. Combining the different code to one same file is not difficult either :) hope your projects are succesfull !
@shiftyjesusfish3 жыл бұрын
@@tsoundi_ I'm usigg a break out board motor controller with an arduino r3 uno clone, that i got in a little starter kit. But im having more trouble with the coding side of things than the hardware, c++ (and all computer language is difficult for me to wrap my head around properly)....i was td there are ways i make coding easier like using blocks or a program to help maintain the correct syntaxes but im so new to it all I don't even know where to start with those :/