Тёмный

One axis PID encoded DC motor control 

Electronoobs
Подписаться 571 тыс.
Просмотров 165 тыс.
50% 1

$2 for 5PCBs (Any solder mask colour): jlcpcb.com
If you want to control DC brushed motors with PID and move axis in a close loop control, this video will show you what you must have in mind, the connections, parts you need and the used code for Arduino.
Help my projects on Patreon : / electronoobs
my Q&A page: electronoobs.com/eng_preguntas...
Facebook page: / electronoobs
Canal en Español: / electronoobs en español
make an account on ELECTRONOOBS.io: electronoobs.io/
-----------------LINKS-------------------
Tutorial website: electronoobs.com/eng_arduino_...
Also here: electronoobs.io/tutorial/26
Part list: electronoobs.com/eng_arduino_...
Schematic: www.electronoobs.com/eng_ardu...
PID Code: www.electronoobs.com/eng_ardu...
3D files for support: www.electronoobs.com/images/A...
-----------------MATERIAL-------------------
Arduino: ebay.to/2KRDDuf
DC motor with encoder: ebay.to/2Moxqcb
H bridge: ebay.to/2Z6Qvle
Potentiometer: ebay.to/2YZvayI
Smooth rods: ebay.to/2z3KNWC
Lead screw: ebay.to/2TI681a
Lineal bearing: ebay.to/30o0PqB
Stop switch: ebay.to/2Nd5TKs
3D files: www.electronoobs.com/images/A...
PRINTERS FDM
-------------------------------------
All printers: bit.ly/2lPkaS7
Tron X1 (only 89.5€): bit.ly/2kiqpx9
Coupon: "U363AD0D5558D000"
Creality Ender 3: bit.ly/2kLbJa7
Coupon (169.9$): "1J6X3Z40U1"
Alfawise U30 (145€): bit.ly/2kLtMNr
Alfawise U20 (236€): bit.ly/2kBYZmi
Alfawise U50 (181€): bit.ly/2kNSk8m
Crealitu CR10 (345€): www.banggood.com/custlink/mvK...
Creality CR20 (363€): www.banggood.com/custlink/KvD...
TEVO Tarantula Pro (199€): bit.ly/2mcbeGn
Anycubic MEGA- S (354€): bit.ly/2lSiQh8
PRINTERS RESIN
-------------------------------------
Anycubic Photon SLA (400€): www.banggood.com/custlink/mKD...
Alfawise W10 SLA (245€): bit.ly/2lOiQPf
Longer Orange 10 (208€): bit.ly/2mkgCaN
Like share and subscribe to motivate me. Thank you
#DC
#PID
#motor

Наука

Опубликовано:

 

17 авг 2019

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 129   
@ELECTRONOOBS
@ELECTRONOOBS 4 года назад
Sign up at ELECTRONOOBS.io: electronoobs.io/ Follow me on FACEBOOK for more: facebook.com/Electronoobs help me on Patreon: www.patreon.com/ELECTRONOOBS
@aaronramly1705
@aaronramly1705 4 года назад
more of this type of project please
@jamesbrown99991
@jamesbrown99991 4 года назад
Hey man, your code looks like the I and D terms are 0, because you're converting/truncating a double to integer. From your site: int kp = 2, ki = 0.01, kd = 0.02;
3 года назад
MUY BUEN VIDEO AMIGO... PUEDEN VER LA MIA ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-VQamz6D0LwY.html ///// ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-0OEZiJNIVvw.html
@laharl2k
@laharl2k 4 года назад
A better solution for controling brushed motors with PID is using PD + minimum value. DC motors tend to stall at low pwm values because of the friction and cogging of the motor. You set your pwm frecuency and measure the minimum pwm value you need for the motor to just start moving. Take note of the value you need so that its just before that. Then just set the P and D values accordingly and that will give you a much more responsive and linear system as you dont have I lag and will even easily do really low speeds without stalling (if it stalls, raise your minimum value) your final values shoud me [0, - 255] and the corresponding negative values. Be sure to add the case for 0 so that if wont keep it at when 0
@electronicscaos
@electronicscaos 4 года назад
Old industrial drives used tacho with encoders, so the tacho allowed precise control of speed and the encoder allowed the position precision. There is old school machines with incredible precision, with DC servo motors with permanent magnets as field.
@nrdesign1991
@nrdesign1991 3 года назад
Oooh, will definitely try that. I just finished my implementation of a PID control software, and hacked an RC servo tro try it out with. PI works wonderfully with a PC fan, but PID gave me a heck of a lot of trouble with the servo. Especially a D over 1.0 ist making everything just shake and rattle, by generally amplifying the sensor noise
@laharl2k
@laharl2k 3 года назад
@@nrdesign1991 PID doesnt work for everything, first you need to understand the system you are working with, in other words its response curve. PID assumes a linear system but friction and other physics things cause things not to be linear at all. I dont think this would apply to an rc servo as it has its own pid inside, this is mainly for motors being controled with pwn with a mosfet. As motors are inductive loads, the higher the frequency the more exponential the response so that why the minimum value, to ofset the pid to the point where the friction, cogging and exponential response stop stalling the motor. PC fans are capasitive most of the times, they usually have a capasitor at the input to filter the noise generated by the switching. You should try either making a linear aproximation or an exponential curve (pass the output of the pid to a exponential function and use the function to set the pwm) Also as with with inductive loads, lowering the frequency reduces the reactance, so the lower the frequency the more lineal the response will be, for both inductive or capasitive loads. The only downside of lowering the frequency is coil whine or vibrations, but that depends on the motor or whatever you are powering so give it a try.
@nrdesign1991
@nrdesign1991 3 года назад
@@laharl2k 1) I hacked the servo so I'm left with the H bridge, motor and potentiometer for my own control (also the gears, naturally). I've already implemented the minimum PWM, but havent had good results yet (either too shaky control, or creep). Some of it is to blame on mechanical play of the gears, too. 2) the PC fan is a model with tach output and PWM input, so the only "capacity" is the kinetic energy of the spinning fan. It runs extremely well and comes up to the desired speed when tuned properly, even under load.
@laharl2k
@laharl2k 3 года назад
@@nrdesign1991 1) i would check the original controller's frequency and duty cycle as a reference and also check whether it had hysteresis or not. I guess they should to avoid oscilation. My guess if your fequency is too high, try something like 50-500hz 2) yeah but i bet you cant go below 20% duty cycle. I thought you were doing pwm to the power line. PWM pc fans usually follow the intel standard which says that fans should turn off below 20%. Not that it would matter a lot for a fan but if you want anything below you will have to switch the power directly, i dont think the circuitry has any problem with that, mostly for compatibility with older motherboards.
@ofsanjay
@ofsanjay 4 года назад
you always make quality content. Thanks for all deep detail of the project. You do proper study before making a single video. Thanks keep it up
@almosh3271
@almosh3271 4 года назад
absolutely a great educational video. I've built some thing similar to this board but I use it to raise and lower my radio control plane's flaps. I did that just because I enjoy using micro controllers such as audrino. Please keep up the good work.
@theshavypirate5230
@theshavypirate5230 4 года назад
Your videos are so fascinating to watch 😊 everytime i learn something interesting! Thank you for that and keep up the good work man! Love your videos
@MCsCreations
@MCsCreations 4 года назад
Pretty interesting project, dude! Really well done! 😃
@FernandoBS.
@FernandoBS. 3 года назад
Este foi o único código para arduino que funcionou perfeitamente no meu motor com encoder, parabéns!
@vidyadharjogi
@vidyadharjogi 4 года назад
I think there may be competition between electronoobs and great Scott 😂😂😂😂
@nrdesign1991
@nrdesign1991 3 года назад
Give Homofaciens a try. He made an extensive series about servos, positional encoding and closed-loop control
@saqibsanadi5648
@saqibsanadi5648 3 года назад
Or may b collaboration
@superabbasalmani6079
@superabbasalmani6079 3 года назад
@@nrdesign1991 Also DroneBot Workshop He is realy the largest Teacher in such Branches since the birth of the Arduino board !
@PraveenKumar-pu4nz
@PraveenKumar-pu4nz 2 года назад
There is no competition. Electronoobs is far far better than Great Scott!
@Durgeshkr00
@Durgeshkr00 4 года назад
Awesome, amazing... Well explained Your tutorials are easily understandable.
@PowerScissor
@PowerScissor 4 года назад
such a great project. If only there were more hours in the day it would be so much fun to do something similar. I have so many ½ finished projects laying around just waiting for the time to get to them...I need to stop watching your videos as they are always so creative I want to add another one to list of things to try.
@PankajSharma-ch3bp
@PankajSharma-ch3bp 3 года назад
I Can't ignore your video...so interesting nd knowledgeable 👍
@NeedToDIY
@NeedToDIY 4 года назад
very complex but well explained video, nice job
@sammflynn6751
@sammflynn6751 4 года назад
awesome ,thanks for the awesome video,maybe in the future we can see some more of that code and acceleration and precise control of pid?
@electronic7979
@electronic7979 4 года назад
Excellent project 👍
@vidhyasagar1990
@vidhyasagar1990 4 года назад
You are my GOD! Thanks for the effort and teaching!
@BharatMohanty
@BharatMohanty 4 года назад
I was waiting for your video... :)
@BrianBoniMakes
@BrianBoniMakes 4 года назад
Nice control. It's sort of a power steering circuit. Could this be made to use "STEP" and "DIRECTION" like a commercial controller instead of the pot?
@PauloSergioDiasCarmo
@PauloSergioDiasCarmo 4 года назад
Esse é um dos vídeos mais esperados por mim pena não ter em espanhol, espero muito ver logo a CNC pronta com todos os eixos e uma versão em espanhol, patreon e like, like sempre, ótimo vídeo, like.
@tricksandtechs8830
@tricksandtechs8830 4 года назад
Super amazing video bro 😀👍👍
@siddharthmali5841
@siddharthmali5841 4 года назад
Another great video✌️
@FixDaily
@FixDaily 4 года назад
Great video once again :)
@prasadkirkire6311
@prasadkirkire6311 4 года назад
Great video as always 😘😍😘
@zeffofx
@zeffofx 4 года назад
oh man, I hope to see that CNC from you a long time ago. Any chances that you might finish it?
@noureddinebenakrim5458
@noureddinebenakrim5458 4 года назад
Very nice as always
@Amir-kz6yq
@Amir-kz6yq 4 года назад
thanks for sharing your knowledge
@badouriaymane5548
@badouriaymane5548 4 года назад
Geart job as usual 👍👍
@certified-forklifter
@certified-forklifter 4 года назад
cool editing
@DimitarManovski
@DimitarManovski 4 года назад
Great video, thanks :)
@nomecognome9710
@nomecognome9710 4 года назад
Actually, with trinamic stepper controllers you can detect lost steps and home the cnc and keep working, it’s not the best but it does the job. The prusa i3 has this feature
@boudchichemohammed9066
@boudchichemohammed9066 4 года назад
nice job your friend from morocco
@christopherj3367
@christopherj3367 4 года назад
very informative. thank you.
@weirdsciencetv4999
@weirdsciencetv4999 Год назад
If your interpolator has rotational velocity output, you could use some feed forward to eliminate some of the lag.
@peterciurea7771
@peterciurea7771 4 года назад
Is there an off the shelf equivalent to the stepper controller for using a large DC or AC motor with an encoder, and if necessary a electromagnetic brake? I mean a complete boxed controller, like the ones available for Steppers in CNC kits. Connect motor, power supply and and connect dir pulse enable to the breakout. I have several large 1 to 3hp motors that come with pre attached encoders and gear box, in either DC or 3 phase.AC . I'm thinking about making a large format cnc table, and to use one of these guys for a 12 foot long Y axis. I have all the rail and timing belt stuff needed to go with this, from a automation project a friend built years ago with ISA card automation hardware. It seems someone ought to make a modern controller that could drop in next to the typical stepper controllers that all talk to a breakout board and standard software and save the trouble of doing special circuits and coding
@rahilsheikh3653
@rahilsheikh3653 4 года назад
Sir can you please make a complete tutorial on controlling 3axis using g -code and pid system please You are doing great work
@ayoubghallab
@ayoubghallab 4 года назад
great job thanks for sharing
@x87alpha1
@x87alpha1 3 года назад
what about using a proximity sensor on the CNC head for example, any idea if that has drawbacks/advantages?
@thenovicesretroreview7841
@thenovicesretroreview7841 4 года назад
Great channel
@minchoivanov1961
@minchoivanov1961 3 года назад
Hello! That's great video. May I give you idea for next video? It will be nice to see PWM DC motor speed control with PID regulator. WIth soft start, stuck rotor protection, current protection function and etc.
@ScienceLab760
@ScienceLab760 4 года назад
hi nice video, maybe later you can milling with your CNC prototype and this motor system the problem is the G code interface for vectors of images, thanks for share
@maheshjawahar
@maheshjawahar 4 года назад
You are amazing!!
@docstrench948
@docstrench948 4 года назад
Hola Electronoobs, porfa, haz este tutorial en español, ya que me interesa mucho saber del tema. Gracias
@TheRainHarvester
@TheRainHarvester 3 года назад
How do fast machines step 1 step at a time when their encoders define the step size? Do they just go full on, then wait for an encoder pulse, then turn off? What about inertia? (I'm currently making a 3d printer and looking for ideas.)
@romualdaskuzborskis
@romualdaskuzborskis 4 года назад
My question, would it not be possible to caunt steps and direction simply by reading what direction H bridge is switched to, and how many steps are taken?
@luizbueno5661
@luizbueno5661 3 года назад
Hi Electronoob, we are just starting now a Clay 3D printer project, I run the FabLab TU and I want the students to have access to diy printers and we’ll build them ourselves. Ideally I would like to use these encoded dc motors but i’m struggling to understand how to integrate them with Marlin and with the signals sent by , Let’s say, Ramps 1.4 (or a Treetech 32bits board) This project is going to be open source. Could you help us?
@franhdez4711
@franhdez4711 5 месяцев назад
Nice video. Animations are just awsome. Just one question. How could you design an H-brigde using high-power MOSFETs for a huge current-consuming motor?
@shreyaskumar5366
@shreyaskumar5366 4 года назад
Sir is this precise enough for a 3d printer? I dont have enough money to buy those stepper motors
@MichaelRHead-zv2zf
@MichaelRHead-zv2zf 2 года назад
can you please help me figure out how to change the steps in the code so it doesn't go as far when turning the pot? thank you for any help you can give
@mouizimran1032
@mouizimran1032 4 года назад
Hi Andrei, I have learnt a lot from your videos. I need your suggestion. As I am an Instrumentation Engineer I was able to make one IoT product which I want to put in Market as a product and star selling it. So, I want to know can can I rely on Wemos Esp8266 boards or there any high quality and high performance esp8266 boards that I need to use for making that IoT products and selling to customers. Kindly reply in this regard. My best wishes for you always.
@wahidshirdel1119
@wahidshirdel1119 3 года назад
Hi whats up? i was woundering about how microcontroler(arduino ) undrestand g-code which sent to it from pc . For example when i press the top arrow of my keybord in computer it goes one step toward and vice versa.
@manusholm3536
@manusholm3536 2 года назад
hi. i love your projects. and the way you do your code. make good explanations so that in experienced like me can follow. my question. how do i change from dc motor to stepper to make it closed loop drive. and how do i use encoder for position rather than a pot. i want to use this to drive the lead screw on my metal lathe. will be very great full if you can help and explain how the code change.
@themanyone
@themanyone 4 года назад
In theory, it should be possible to (very roughly) count the rotations of a brushed DC motor by monitoring the current going through it. Granularity would depend on the number of magnetic poles, but a computer could interpolate values in between to get a fairly-accurate position. Three points define a curve...
@rklauco
@rklauco 4 года назад
Btw - homing. You can measure the encoder output correlation to amount of PID output. I've made a routine which is activated if PID output is full (e.g. +127 or -127) and measures time since last encoder change. If it does not change for the specified time, the motor hit a "wall" (virtual endstop). Then I would move the axes into the opposing side and measure the number of steps taken - again employing the routine to verify if I've hit the wall. Like that you can get: a) sensorless homing b) information about the full axes range (real data, not calculated) c) verify, if the expected length is really available or your carriage has some problems Needs just a few lines of code and works like a charm ;)
@ELECTRONOOBS
@ELECTRONOOBS 4 года назад
Thanks for the tips. Do you share your code somewhere? Have a good day!
@rklauco
@rklauco 4 года назад
@@ELECTRONOOBS I think it's still available on misan's github, let me check...
@rklauco
@rklauco 4 года назад
@@ELECTRONOOBS It's part of the attiny85 part in github.com/sanchosk/dcservo, derived from github.com/misan/dcservo
@padmalayarawal3091
@padmalayarawal3091 4 года назад
Thanks for your awesome content. If you don't mind can u please tell which software do you use to make the animated video?😊
@ELECTRONOOBS
@ELECTRONOOBS 4 года назад
After effects
@padmalayarawal3091
@padmalayarawal3091 4 года назад
@@ELECTRONOOBS thank you so much once again MR. electronoobs
@rahilsheikh3653
@rahilsheikh3653 4 года назад
Sir but how we are going to send the g-code to the machine
@hardikmonga
@hardikmonga 4 года назад
When is your podcast?
@mohamedayman3288
@mohamedayman3288 3 года назад
can you modify this to keep constant rpm ?
@cs_99x14
@cs_99x14 4 года назад
How did you program the arduino, so that it can read the optical sensor and watching at the same time the endstop? Would be interest cause multitasking is, i think, not possible with the arduino.
@jedandecko5585
@jedandecko5585 4 года назад
Use interupts...
@kurtnelle
@kurtnelle 4 года назад
Wouldn't replacing the pot in a hobby servo with a linear potentiometer achieve more or less the same thing, but with greater accuracy? Or perhaps an LVDT?
@artbyrobot1
@artbyrobot1 4 года назад
you'd have to not only change the potentiometer to a rotary encoder but also make the drive circuit changed to be continuous rotation modded and you'd have to remove the cog that prevents continuous rotation. You also are forced to use PWM so lose control of the switching speed of the individual mosfets so you lost speed control fine tuning and power control fine tuning.
@XTronical
@XTronical 4 года назад
As usual, excellent. A question : when reversing direction is backlash (the slack in the gears) an issue for accuracy on this? It could be allowed for in coding though.
@giovannibianchessi1578
@giovannibianchessi1578 4 года назад
Since he uses encoders, If he placed encodes on the screw instead of the motor, the backlash would be automatically avoided backlash.
@XTronical
@XTronical 4 года назад
@@giovannibianchessi1578 wouldn't that reduce the resolution a lot?
@giovannibianchessi1578
@giovannibianchessi1578 4 года назад
@@XTronical Yes, if there is a gearbox, you are right. And those encoders, seems to me, they have few pulses per revolution. However, mine was and is only a theorical speech. But let's suppose the screw pitch is 4 mm and the encoder has 32 sectors. If we consider both fronts, rising and falling, pulses become 64. 4/64=0,0625 mm if I am not wrong. (And if the encoder has a qudrature output, giving two signals, it is possible to multiply pulses by four.) For that kind of machine and if we consider torsions, low rigidity etc. in my opinion, is not bad.
@relaxinglofichillmusic7382
@relaxinglofichillmusic7382 Год назад
Do you by chance have a tutorial for 3 motors?
@jaishankarm5920
@jaishankarm5920 4 года назад
Super 👍
@antnhebayu2746
@antnhebayu2746 3 года назад
can i use mouse mechanical scroll as encoder ??
@vibhutigoyal769
@vibhutigoyal769 3 года назад
Is PID controller used in this project??
@bilalhussain4021
@bilalhussain4021 4 года назад
Bro please start making tutorials on stm8 and stm32
@arvindh13
@arvindh13 3 года назад
it's not working, i tried this...when i rotate the pot it starts rotating and when i rotate it a bit more it stops and if it starts again after rotating further, when i press the limit switch the motor still runs
@rahilsheikh3653
@rahilsheikh3653 4 года назад
Sir could you make a complete tutorial on how can we make a close loop cnc like this one because. I've tried using 3 different Arduino for 3 axis but if one axis is stopped the other 2 continue to make which completely distroy the design
@artbyrobot1
@artbyrobot1 4 года назад
that's just a code issue. If one axis stops, the arduino main loop should stop all operations and send you an email or something
@TiagoTiagoT
@TiagoTiagoT 4 года назад
Don't brushed motors tend to deteriorate fast if you spin them in the wrong direction too much?
@PowerScissor
@PowerScissor 4 года назад
Depends on how they are manufactured. Cheap ones sometimes have directional brushes that will permanently damage the motor if reversed. Some brushes just wear in one direction, so don't like reversals after that. Some have well designed brushes that work well in either direction and don't wear abnormally from a dominant direction.
@luukvandenbent9453
@luukvandenbent9453 4 года назад
Couldnt you use a servo motor for this? Has build in rotational encoder?
@artbyrobot1
@artbyrobot1 4 года назад
they have a built in potentiometer that can only turn a few times which is different from a rotational encoder which can turn infinite times. So you would have to change things
@luukvandenbent9453
@luukvandenbent9453 4 года назад
@@artbyrobot1 ah fair enough thanks
@orange_tweleve
@orange_tweleve 3 месяца назад
Printers use brushed dc motors with some sort of a long strip inside to know the precise location
@elektrikelektronik5404
@elektrikelektronik5404 4 года назад
hi do you have a drawing of proteus?
@klave8511
@klave8511 4 года назад
A source of optical encoders is (was) the old roller ball mouse. Not that common anymore but you may have one left over.
@TiagoTiagoT
@TiagoTiagoT 4 года назад
What about the wheels on modern mice?
@prkreddy5912
@prkreddy5912 4 года назад
How to use potentiometer as distance controller....
@MicheleHjorleifsson
@MicheleHjorleifsson 4 года назад
link for 3d files is broken
@stupid-handle
@stupid-handle 2 года назад
And when you connect the leads of the oscilloscope to the motor running through the h-bridge, you connect one to each motor lead, and their respective gound clips to ground, don't you? I guess you'd be making a short-circuit as the h-bridge would change state, otherwise.
@jaishankarm5920
@jaishankarm5920 4 года назад
What is meter in the right side at the time of 9:16 ? Waiting for Ur replay
@ELECTRONOOBS
@ELECTRONOOBS 4 года назад
Is a power supply
@jaishankarm5920
@jaishankarm5920 4 года назад
@@ELECTRONOOBS send me the buying link of power supply
@hunkbol6154
@hunkbol6154 4 года назад
Can we use servo motor 😇😇😇😇😇😇😇
@haddad8956
@haddad8956 4 года назад
❤❤
@chanelndeso114
@chanelndeso114 2 года назад
Req injection molding micro sir tanks
@dodman0907153500
@dodman0907153500 4 года назад
homemade toys use stepper motors. cnc machines very rarely use stepper motors and and if, exclusively as closed loops...
@artbyrobot1
@artbyrobot1 4 года назад
not true. all desktop cnc 3d printers us stepper motors
@dodman0907153500
@dodman0907153500 4 года назад
@@artbyrobot1 yes. which are all toys... professional cnc equipment NEVER use open loop...
@ThinkAny
@ThinkAny 2 года назад
hi bro i want help for my project please help me
@basilstadnik1342
@basilstadnik1342 4 года назад
а как насчет удержания
@gb614erg
@gb614erg 4 года назад
Удержания позиции? Я как раз сейчас строю ЧПУ станок с DC моторами: когда мотор в уже заданной позиции, то он в режиме "торможения", если он вдруг сдвинется, то мы это увидим и вернём в ранее заданную позицию. Но это маловероятно из-за использования редукторов в таких моторах.
@basilstadnik1342
@basilstadnik1342 4 года назад
@@gb614erg спасибо
@nfcradio4622
@nfcradio4622 Год назад
QEI is best
@nowheremanjk8624
@nowheremanjk8624 4 года назад
used in printers
@eziosoft
@eziosoft 4 года назад
int kp = 2, ki = 0.01, kd = 0.02;
@gerleimarci
@gerleimarci 4 года назад
Next video: Odrive odriverobotics.com/
@davey2k12
@davey2k12 4 года назад
Do it with brushless lol
@tvishmaychoudhary69
@tvishmaychoudhary69 4 года назад
First
@motilalsuthar4048
@motilalsuthar4048 4 года назад
How to make useless box.
@motilalsuthar4048
@motilalsuthar4048 4 года назад
I am very happy that, sir you reacted on my comment. Please make a video on that topic.
@sri20141
@sri20141 2 года назад
Why I see banana in some of your videos
@erick28alfaro
@erick28alfaro 4 года назад
good idea, but it is a toy
@jayytee8062
@jayytee8062 4 года назад
Your up and down tones in your voice and speech pattern is enough to give me an epileptic seizure. I learned nothing.
Далее
DC motor PID speed control
15:29
Просмотров 216 тыс.
FOC Driver Controller PCB - Slow Brushless Control
14:19
БАТЯ И СОСЕД😂#shorts
01:00
Просмотров 1,2 млн
Пробую торты
00:43
Просмотров 364 тыс.
HACKED!: Using an HDD Motor as a Rotary Encoder?!
8:21
PID Balance+Ball | full explanation & tuning
13:13
Просмотров 723 тыс.
Brushless DC Speed Controller
15:11
Просмотров 340 тыс.
Hardware Demo of a Digital PID Controller
2:58
Просмотров 970 тыс.
How to control a DC motor with an encoder
9:30
Просмотров 413 тыс.
Building a HIGH SPEED Drone
20:12
Просмотров 245 тыс.
How charged your battery?
0:14
Просмотров 2,9 млн
Избранное печатает....
0:11
Просмотров 57 тыс.
iPhone 12 socket cleaning #fixit
0:30
Просмотров 7 млн
Любой звонок в AirPods
0:30
Просмотров 378 тыс.
Полезные программы для Windows
0:56