Тёмный

Control a DC Motor with Arduino (Lesson #16) 

Science Buddies
Подписаться 307 тыс.
Просмотров 221 тыс.
50% 1

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

 

26 сен 2024

Поделиться:

Ссылка:

Скачать:

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

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 135   
@ingenierocivilizado728
@ingenierocivilizado728 7 месяцев назад
The explanations are very clear and simple, which allows us to understand well what we are doing. Thank you very much for sharing these videos.
@wadebrewer7212
@wadebrewer7212 7 месяцев назад
Yup....just getting started in this mess. About 1000 hours living in VBA certainly helps for the thinking process....but is still a lot to take in. These videos are amazing.
@6789-p9i
@6789-p9i 5 месяцев назад
1
@tedbastwock3810
@tedbastwock3810 5 месяцев назад
TY very much for the capacitor and diode demo. Yes, this is more EE, but much needed for those trying to make real world circuits.
@BenParisi
@BenParisi Год назад
Super helpful, exactly the information I needed. Thanks
@VocesSinFronterass
@VocesSinFronterass Год назад
Thank you I was struggling about how to make my electric little car, unfortunately my arduino broke before I realized of this video, now I know how to do it
@EQencrypted
@EQencrypted 11 месяцев назад
This is a phenomenal video. So clear, thank you 🙏
@godwinowusufrimpong2050
@godwinowusufrimpong2050 Год назад
I love your lessons is simple and powerful
@ThayatY
@ThayatY 4 месяца назад
The best explanation i have ever seen ❤
@YoutubeMcode
@YoutubeMcode 6 месяцев назад
THANK YOU SO MUCH!!! SUCH AN AMAZING VIDEO, AND IT WORKS!!😀😀😃
@taymhamdan-nm5ir
@taymhamdan-nm5ir 2 месяца назад
thanks so much this video help me so much😃
@aaronalquiza9680
@aaronalquiza9680 7 месяцев назад
I could listen to your lessons all day. i could listen to it for sleep aid too.
@pierpa_76pierpaolo
@pierpa_76pierpaolo 2 месяца назад
Ok vary the speed with PWM (to be adjusted for the motor you have to manage). But how to do to vary the 'amplitude?
@Science.Buddies
@Science.Buddies 2 месяца назад
The Arduino's digital pins operate at 5V so the output will always be either 0V or 5V. The newer Arduino UNO R4 has a true analog output that can vary the output voltage.
@orelsimahov5672
@orelsimahov5672 3 месяца назад
Hi I was recently exposed to your channel and I really liked your videos you really explain everything the best way I have a question I came across a motor with three ports how am I supposed to use it and what does the third port mean thank you very much❤❤❤
@Science.Buddies
@Science.Buddies 3 месяца назад
Hi - we can't really tell without seeing the motor, you may be able to get an answer to your question on the official Arduino forums or another electronics forum on a site like Reddit or Stackexchange.
@frioX3N
@frioX3N 11 месяцев назад
Sir. How about pressing a button to start the motor for a period of time rather than using a potentiometer?
@Science.Buddies
@Science.Buddies 11 месяцев назад
You could do this by detecting the button press (see video on buttons earlier in our tutorial series), turning the motor on, using a delay() command for a set amount of time, and then turning the motor off. The disadvantage here is that the code cannot do anything else while it is stuck in the delay() command. There are other ways to keep track of elapsed time on the Arduino, like the millis() command. We do not have a video on it but you can look it up on the Arduino website.
@k9slover
@k9slover 8 месяцев назад
Very good video, well explained and helpful.
@Hadeshinai1
@Hadeshinai1 8 дней назад
what is the voltage requirement of the motor to power in the diagram?
@jimmy2times
@jimmy2times 9 месяцев назад
Amazing way to explain
@emberjaxx585
@emberjaxx585 9 месяцев назад
Great video man, I appreciate it!
@arunchandrakumar8145
@arunchandrakumar8145 Месяц назад
Hai sir you video is extremely useful and very clear . The mode of presentation is also amazing. Sir let me know , which software you used to simulate the circuit. Is it free to access or not? Once again I am waiting for new informative videos, Thanku sir
@Science.Buddies
@Science.Buddies Месяц назад
The simulation software is called Tinkercad Circuits and we have a tutorial video about it here: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-9RF_BZ1Cg4k.htmlsi=Wy9w0gLgvEahz0VD
@RobSlenderman77
@RobSlenderman77 15 дней назад
Great video! I have an Arduino MKR Zero which has a built-in connection and charger for a 3.7V Li-pol 700mAH battery. I would like to power a 4V motor and the Arduino with the same battery. Will this setup in the video work with that MOSFET transistor? Do I need something to step-up the current if it was a 5 or 6V motor?
@Science.Buddies
@Science.Buddies 14 дней назад
Hi - we can't provide detailed help with individual projects in RU-vid comments, but you might get an answer to your question somewhere like the official Arduino forums.
@cesarbeast2323
@cesarbeast2323 8 месяцев назад
Why isn't the button being connected to the 5v of the arduino as shown in you button LED video? :(
@Science.Buddies
@Science.Buddies 8 месяцев назад
In our button video, we use an external pull-down resistor to ground so the button is low when not pressed, and wire the other side of the button to 5V so it is high when pressed. This approach is a little more intuitive when first learning buttons (pressed = high/on, not pressed = low/off). However, the Arduino also has an internal *pull-up* resistor that you can set using INPUT_PULLUP as shown in the code. If you do this, then you only need to wire the button to ground externally and not 5V. It's a little less intuitive because the input will be high when *not* pressed and will go *low* when you press the button, but it requires fewer external parts and wires. Sorry for not explaining that clearly in the video!
@natural_klassicart
@natural_klassicart Год назад
which SOFTWARE is being used in this tutorial to simulate
@Science.Buddies
@Science.Buddies Год назад
The software is called Tinkercad, we have a tutorial about it here: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-9RF_BZ1Cg4k.htmlsi=LwDVK2XtAwbA-SlM
@heheihyh1595
@heheihyh1595 Год назад
Thank you so much
@moonmonoar5000
@moonmonoar5000 19 дней назад
Hi, 1 question, with the switch why am I sending negative or, GND to the digital input pin and not positive?
@jhyland87
@jhyland87 Год назад
7:23 I use to think that the electricity flowed out of the positive terminal as well, but recently I learned that in a typical use case such as this, they flow out the negative and in the positive. Apparently the logic behind this was that the + side is "gaining" electrons and the - side is "losing" them. Very backwards from everything I learned playing with electronics as a kid, lol.
@Science.Buddies
@Science.Buddies Год назад
The convention was defined before scientists really knew about electrons as the mobile charge carriers - for better or worse, that's what we've stuck with!
@MODEH7
@MODEH7 11 дней назад
How did the MOSFET not lower down the voltage since Arduino's digital pin can only provide 2.5V which doesn't fully open the MOSFET
@Science.Buddies
@Science.Buddies 10 дней назад
Arduino digital pins can provide 5V which is enough to turn the MOSFET fully on.
@MODEH7
@MODEH7 10 дней назад
@@Science.Buddies I tried with real life projects and Tinkercad and it did measure 2.5V 🤷
@brotherx6205
@brotherx6205 10 месяцев назад
Great video! One thing that I've been struggling to understand is the purpose of the "common ground". Why does this need to happen in these types of circuits?
@Science.Buddies
@Science.Buddies 10 месяцев назад
It's a bit much for us to explain in a single RU-vid comment. The very short answer is that voltage is measured between two points, so all parts in the circuit need a "common" or reference level. Think of it like using sea level as a reference for "zero" elevation everywhere in the world. If you search RU-vid for videos about "what is ground in a circuit?" you will find some more detailed explanations.
@brotherx6205
@brotherx6205 10 месяцев назад
@@Science.Buddies my problem with this has been that when you have an external power source, you need to connect it to a common ground (with the Arduino) when the external power source already has a potential difference between its poles. Ill have to keep building to understand why this connection needs to happen.
@toxickanndy2558
@toxickanndy2558 Год назад
Question! What kind of DC motor do you recommend for more hard / motor heavy projects
@Science.Buddies
@Science.Buddies Год назад
These motors are internally geared: www.amazon.com/Dagu-HiTech-Ele-DG01D-W-Breadboard/dp/B01KHWFD16/ and are very popular for a variety of robotics projects like our jumping robot www.sciencebuddies.org/science-fair-projects/project-ideas/Robotics_p047/robotics/rubber-band-jumping-robot and our bluebot kit: www.homesciencetools.com/product/bluebot-4-in-1-educational-robotics-kit/. The type of motor shown in this video has a very high speed, so works well for projects like our artbot, junkbot, or brushbot: www.homesciencetools.com/product/bristlebot-robots-kit/, but the motors can't really drive wheels directly.
@_nandu_729_
@_nandu_729_ 4 месяца назад
can i use a BC 548B transistor? and a 9v battery with resistors?
@q7085ghvuaif
@q7085ghvuaif 8 месяцев назад
No matter how often I watch your Tutorial, I just can‘t manage to shut the motor off. On PWM 255 it looks like it‘s at full speed. However, if I PWM 0, the Motor just keeps spinning slightly slower. What have I been missing? My setup is exactly the same, except that I‘m using an arduino r4 minima instead of a r3.
@Science.Buddies
@Science.Buddies 8 месяцев назад
This code should work the same on an R4 as it does on an R3. There may be something wrong with your circuit or code but we can't say for sure without seeing them. If you are a K-12 student working on a school science project, you can ask for help in the Ask an Expert forums on our website, where we have volunteers to help answer questions: www.sciencebuddies.org/science-fair-projects/ask-an-expert-intro. Unfortunately we are a small organization and cannot provide support beyond that, but you could try asking for help in the official Arduino forums or other forums like Stackexchange or Reddit.
@RunTheProgram
@RunTheProgram 4 месяца назад
how do we know how much current the transistor is controlling and allowing into the motor?
@Science.Buddies
@Science.Buddies 4 месяца назад
You can connect a multimeter in series with the motor to measure the current: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-ts0EVc9vXcs.htmlsi=RWhOz3Z-QDKvApzs
@RunTheProgram
@RunTheProgram 4 месяца назад
@@Science.Buddies In the video you mentioned that the motor would require more current than than the LED, so when you connected the transistor into the circuit does that mean the transistor automatically drew the correct amount of current for the motor? If so, can you adjust the amount of current the transistor draws for the motor?
@Science.Buddies
@Science.Buddies 4 месяца назад
Hi - this is a little more than we can explain in a RU-vid comment, you might want to look up some intro electrical engineering tutorial series.
@danidimitrov6644
@danidimitrov6644 7 месяцев назад
Do i need to place 10k Resistor between Gate and Ground and 220Ohm Resistor between Gate and Arduino Pin?
@swaggybanana6909
@swaggybanana6909 7 месяцев назад
Yes or MOSFET will stay on
@pastpianist
@pastpianist 4 месяца назад
Newbie here: can you have the battery pack also power the Arduino so that nothing needs to be plugged in?
@PulseRBX
@PulseRBX Месяц назад
This isnt a official answer pls do some research im not that smart but i think by creating four wires (2 positive 2 negative) and connecting the first pair cable to the Vin pin and one to the gnd DONT SWITCH THE POLARITY It will deef fry ur board, and the two other wire pairs to the breadboard buses AGAIN PLEAAASE DO SOME RESEARCH ABOUT THIS METHOD , it will prob work idk😅😊
@calebnorman9923
@calebnorman9923 3 месяца назад
Any idea why my digital pwm pins seem to be getting shorted out with too much current via this configuration?
@Science.Buddies
@Science.Buddies 3 месяца назад
This isn't really something we can troubleshoot in a RU-vid comment - we'd recommend checking out a forum dedicated to electronics (the official Arduino forum, Reddit, Stackexchange, etc) where you can post pictures of your circuit.
@supremeleader5516
@supremeleader5516 6 месяцев назад
thanks
@SynisterFour
@SynisterFour Год назад
Thank you. Though if I may ask, is there any way to power the arduino with the same power supply without risk of short circuiting? I've made a similar configuration which works just fine but just like in the video, the arduino is still uses power from the USB.
@SynisterFour
@SynisterFour Год назад
I was thinking of connecting the Vin port to the positive rail that's connected to the power supply. Currently unsure as I am still new to arduinos and don't wanna break my components. Some answers would be helpful, cheers.
@Science.Buddies
@Science.Buddies Год назад
We have a new video that is all about different ways to power your Arduino project! ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-I7MrL5Q7zvY.htmlsi=ONWYTIxMbwE16vR7. You will also find this official help page useful: docs.arduino.cc/learn/electronics/power-pins. But the short answer is yes, you can use a single power supply and connect it to both the Arduino's Vin pin and the motors to power everything at once. That way the power for the motors comes directly from the power supply and not through the Arduino. Here's an example of a project on our site that uses this configuration - an ROV powered by a single LiPo battery: www.sciencebuddies.org/science-fair-projects/project-ideas/Robotics_p052/robotics/arduino-underwater-ROV
@anandh1967
@anandh1967 17 дней назад
Where can i get the code and circuit diagram?
@Science.Buddies
@Science.Buddies 16 дней назад
For some of our tutorials we have a Tinkercad Circuits link in the description - unfortunately we don't have one for this one, so you will need to pause the video to see the code and diagram.
@WenyingXu-g5r
@WenyingXu-g5r 2 месяца назад
Which MOSFET are you using?
@Science.Buddies
@Science.Buddies 2 месяца назад
It is a generic N channel MOSFET such as www.amazon.com/gp/product/B07CTF1JVD
@عبداللهالمغربي-غ6ج
@عبداللهالمغربي-غ6ج 3 месяца назад
Hello, Could you please tell the name of the software you are using to simulate this circuit ? Thank you
@Science.Buddies
@Science.Buddies 3 месяца назад
It's called Tinkercad Circuits and we have a tutorial about it here! ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-9RF_BZ1Cg4k.htmlsi=VHRhSg4prsutotVv
@mrspook4789
@mrspook4789 8 месяцев назад
Could you just put two transistors one for forward and one for reverse and put diodes in between so you don't put power through another transistor when not in use. But they are connected to the same motor they just output a different polarity.
@Science.Buddies
@Science.Buddies 8 месяцев назад
You can build an H-bridge using discrete transistors yourself but it actually requires four transistors, not two. This allows you to reverse the direction of current through the motor. We don't have our own tutorial on it, but you can find example circuit diagrams online. It's easier to make a mistake when building a circuit with multiple transistors though, so at that point you might as well just use an H-bridge IC.
@Amit-p5j
@Amit-p5j 2 месяца назад
Thank you for helping me in theis journey was i was able yto do this and not commit suicide, LOLZ
@koponstanley4
@koponstanley4 5 месяцев назад
How can I use a microphone instead of a button to control the motor with the voice?
@Science.Buddies
@Science.Buddies 5 месяцев назад
Hi - we have a microphone tutorial as part of our Arduino series (playlist linked in the description) but on its own that only works for basic loudness detection, not voice recognition. If you search our channel you will also find several videos about voice recognition.
@floppyglot
@floppyglot Год назад
why would my motor be humming/whining I used a similar setup using a IRF520 MOSFET, a potentiometer, and a 9V battery as the motor's power source
@Science.Buddies
@Science.Buddies Год назад
Depending on the motor, you may near a humming or whining noise when changing the speed with analogWrite. analogWrite does not allow you to adjust the frequency of the PWM signal, and different motors will respond differently to different frequencies.
@LiamFarleyMA
@LiamFarleyMA 11 месяцев назад
Are there external power supplies that just connect to another 9v power cable? If you want to do a project that doesn't need to be portable and would be useless to have batteries on it seems like there should be a way to bypass the batteries.
@Science.Buddies
@Science.Buddies 11 месяцев назад
Check out this video that is all about powering Arduino projects, it may help: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-I7MrL5Q7zvY.htmlsi=3vHons6WmIVFZP39
@BradenTheBeaverHTF
@BradenTheBeaverHTF Год назад
Will it work with 2 other trigger button & 2 dc motor?????
@Science.Buddies
@Science.Buddies Год назад
Yes - the Arduino UNO has 13 I/O pins, so you have plenty of room to add more buttons and motors.
@BradenTheBeaverHTF
@BradenTheBeaverHTF Год назад
Thx, I can modify my big mouth billy bass Fish
@MartissLLL
@MartissLLL 7 месяцев назад
Hello, how make a dc motor position with potenciometer?
@lauthomas7179
@lauthomas7179 6 месяцев назад
Use a proportional control (P control) circuit to do that.
@523atharvganer5
@523atharvganer5 10 месяцев назад
Please help me to replace the button with ultrasonic sensor
@Science.Buddies
@Science.Buddies 10 месяцев назад
We have a separate video in our Arduino tutorial series (linked in the description) about using an ultrasonic sensor.
@sofiafssnnnn7389
@sofiafssnnnn7389 Год назад
I am trying to build a system with a humidity sensor that will detect the low temperature and then activate the DC motor. Can I combine this project using the same arduino? Please help me.
@Science.Buddies
@Science.Buddies Год назад
Hi - yes, you can combine pretty much whatever sensors and motors you want with an Arduino, at least until you run out of pins. We do not have our own tutorials for temperature or humidity sensors yet, but you should be able to find plenty on RU-vid.
@planet_whale
@planet_whale Год назад
Why we meed transistors. Can we avoid
@Science.Buddies
@Science.Buddies Год назад
The Arduino's I/O pins can only supply 20 milliamps each, which is enough to drive a small load like an LED, but not enough to drive a motor directly. The transistor acts as an electronic "control valve" that lets you control more current flowing from a power source like the Arduino's 5V pin for an external battery.
@TheHcJanni
@TheHcJanni Год назад
I am trying to build an ardunio that can pull my curtains up/down. Is a DC motor enough and is it possible to control that thing via bluetooth/ an app?
@Science.Buddies
@Science.Buddies Год назад
Hi - we don't have our own video on it, but you should be able to find many tutorials out there on using Arduino with Bluetooth and controlling things with apps. DC motors come in many different sizes and whether one is "enough" will also depend on whether there is a mechanism, such as gears or pulleys, that create a trade-off between speed and torque. This topic is a little more advanced than what we cover in this video but again you should be able to find other RU-vid tutorials about it.
@Ovreen098
@Ovreen098 6 месяцев назад
how can i connect TWO dc motors with arduino?
@Science.Buddies
@Science.Buddies 6 месяцев назад
You just need to duplicate the setup shown in this video using an additional pin.
@spectatorsturner
@spectatorsturner 8 месяцев назад
I need to learn how to connect a sound module to a dc motor.
@Science.Buddies
@Science.Buddies 8 месяцев назад
What exactly do you mean by "sound module"? We have a tutorial about using a microphone here: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-bMs5J4bJOD0.htmlsi=DTllbdrN_A78mYcU
@spectatorsturner
@spectatorsturner 8 месяцев назад
@@Science.Buddies I need the motor running and the sound module playing music at the same time
@b06condesquenraver.18
@b06condesquenraver.18 7 месяцев назад
Bro what is the model number of that mosfet
@Science.Buddies
@Science.Buddies 7 месяцев назад
www.amazon.com/gp/product/B07CTF1JVD/
@reanimatedmoose6509
@reanimatedmoose6509 Год назад
would it work with a 9.V battery (I'm very new to everything)
@Science.Buddies
@Science.Buddies Год назад
The very short answer is that technically it would work but 9V batteries are not a good choice for powering a motor. We have a more detailed video about powering your Arduino projects here: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-I7MrL5Q7zvY.htmlsi=FHJb_28Zbzr-_sZF
@hamkazx
@hamkazx Год назад
what if you add 4 motors? how do you connect?
@Science.Buddies
@Science.Buddies Год назад
You would need to use a separate Arduino pin and transistor for each motor.
@aleksvitek798
@aleksvitek798 8 месяцев назад
This doesn't make any sense, an ordinary mosfet has a minimum voltage threshold on the gate, which allows it to open, so lower voltage values from the potentiometer won't even open it, causing the motor to be left turned off, and high enough voltage values from the potentiometer will exceed the gate's threshold, causing it to open, causing the motor to run at full speed. A mosfet can be either open or closed, so the motor will either run at full speed or not run at all, so please explain what am I missing here
@Science.Buddies
@Science.Buddies 8 месяцев назад
The voltage from the potentiometer is not going directly to the MOSFET's gate. It is going to an analog input pin on the Arduino, which is read with the analogRead command, and then converted to a pulse-width modulation value and sent to one of the Arduino's output pins using the analogWrite command. The trick is that the UNO R3 does not have a true analog output - it is a pulse-width modulation (PWM) signal that just alternates between high and low (fully on or fully off, as you noted). By adjusting the duty cycle (percentage of each period the signal is high) you can control the motor speed.
@chennojurahuldev1756
@chennojurahuldev1756 10 месяцев назад
What's the transistor number
@Science.Buddies
@Science.Buddies 10 месяцев назад
The transistor is an N-channel MOSFET, something like this or equivalent will work: www.adafruit.com/product/355
@rehmanazhar6517
@rehmanazhar6517 7 месяцев назад
what is this software to draw?
@Science.Buddies
@Science.Buddies 7 месяцев назад
The software is called Tinkercad Circuits and we have a tutorial about it here! ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-9RF_BZ1Cg4k.htmlsi=jFo8k2vp6V7eUPOU
@aradashrafi846
@aradashrafi846 Месяц назад
Bro He said transistor instead of M etal O xide S emiconductor F ield E ffect T ransistor
@mellonhead9568
@mellonhead9568 10 месяцев назад
i will make a Drone and it will be awsome!!!!!!!!!
@balaramvetapalem-wc5wx
@balaramvetapalem-wc5wx Месяц назад
Code sir
@SeakMenh
@SeakMenh 8 месяцев назад
what app you use ?
@AidinZolghadr
@AidinZolghadr 7 месяцев назад
Tinkercad
@AidinZolghadr
@AidinZolghadr 7 месяцев назад
ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-9RF_BZ1Cg4k.html
@yazanjarjous1872
@yazanjarjous1872 6 месяцев назад
Tinkercad
@Chan-og3yk
@Chan-og3yk Год назад
Hey, i've copied everything exactly from this project but when I use analogwrite in an attempt to control the speed of the motor, it's not working. I'm not using a potentiometer, but here's my code: const int MOTORPIN = 3; void setup() { // put your setup code here, to run once: pinMode(MOTORPIN, OUTPUT); analogWrite(MOTORPIN, 0); } void loop() { // put your main code here, to run repeatedly: analogWrite(MOTORPIN, 0); } I've ensured that pin 3 is indeed a PWM pin, and my circuit setup is exactly the same as yours, I've double and triple checked. What could be the problem? Thanks in advance!
@Science.Buddies
@Science.Buddies Год назад
Hi - since you have analogWrite(MOTORPIN,0), you are setting the speed to 0 and the motor will not spin. Does it spin if you change the 0 to a different number, between 0-255?
@Chan-og3yk
@Chan-og3yk Год назад
@@Science.Buddies sorry I should have clarified, when I set the speed to 0 with the analogWrite it still spins. It doesn't stop. No matter what number I put it spins at the same speed.
@Science.Buddies
@Science.Buddies Год назад
Ok - this could be a problem with your circuit and not your code. You could test with an LED instead of a motor to make sure the analogWrite function is working properly, since wiring an LED does not require a transistor and is less complicated than wiring a motor. We have videos earlier in our tutorial series about controlling LEDs.
@DavidWellsBootBoss
@DavidWellsBootBoss 4 месяца назад
My code keeps getting stuck on line 17
@machine-code
@machine-code 7 месяцев назад
Use PWM, this hurts my brain
@aleksdeveloper698
@aleksdeveloper698 10 месяцев назад
I literally understood nothing from this video. I am not saying it to just be mean, I personally could not understand how it is done.
@Science.Buddies
@Science.Buddies 10 месяцев назад
We would recommend starting at the very beginning of our Arduino tutorial playlist instead of jumping right to this video, which is more advanced. You can find the entire playlist here: ru-vid.com/group/PLlBVuTSjOrclb0iCMSRpS_H1lSrlSVeEm&si=Mk1cQfK7YIpuIpq0
@Golias372
@Golias372 2 дня назад
Bro, Thank you very much! I was in troble traying make these circuit. I'm from Brazil and here, we don't have videos in this quality!
@logeshwarip7442
@logeshwarip7442 12 часов назад
hi ! thanks this was so helpful, i am working on a artificial pancreas project and there i have a 12 volt pump to be controlled. do i have to use the diode there as well? is it necessary ?
@mullacnacnud
@mullacnacnud 7 месяцев назад
How would I change the code so that on a single press of the button the motor constantly spins until the button is pushed again?
@onebruno
@onebruno 6 месяцев назад
create a flag that will hold the last value. By default it is 0 and when you press you assign it to 1. on second press you have you have to assign to 0 and vice versa. and use that variable to turn on and off the motor.
@diego7425
@diego7425 5 месяцев назад
Hello! Very good explanation, I just want to know if the exact same logic applies to a physical project programmed on assembly, thank you!
@Science.Buddies
@Science.Buddies 5 месяцев назад
Hi - the same concepts would apply to controlling a motor regardless of what programming language you're using. We don't have any of our own tutorials on assembly though!
@SBAKDOWJ
@SBAKDOWJ 5 месяцев назад
i wanted to do this but i dont have any n-channel mosfet and h-bridge integrated, where did you buy those/ where do you think i could buy cheap ones?
@Science.Buddies
@Science.Buddies 5 месяцев назад
These parts are available on Amazon and electronics vendors like SparkFun, Adafruit, Digikey, Jameco, Mouser, etc.
@silambam_karthi
@silambam_karthi 6 месяцев назад
So nice very usefull this videos
@hammoudaadel2680
@hammoudaadel2680 Год назад
What's the software program you used??
@Science.Buddies
@Science.Buddies Год назад
The program is called Tinkercad Circuits, available at www.tinkercad.com. We have a tutorial video about it here: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-9RF_BZ1Cg4k.htmlsi=2agLPUXS-H3lGFo1
@PersonalmailPavan
@PersonalmailPavan 7 месяцев назад
What is the name of the software
@Science.Buddies
@Science.Buddies 7 месяцев назад
The simulation software we use in this video is called Tinkercad Circuits: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-9RF_BZ1Cg4k.htmlsi=anM2bLtx0hgG71lF
@emanuelepedivellano3820
@emanuelepedivellano3820 Год назад
Nice video! How can I choose the size of the capacitor?
@Science.Buddies
@Science.Buddies Год назад
We don't have a simple answer for this because it can depend on the motor and power supply you're using - you might want to do some more research on more electronics-specific forums for this one.
Далее
HOW TO SOLDER! (Beginner's Guide)
22:03
Просмотров 668 тыс.
6 Horribly Common PCB Design Mistakes
10:40
Просмотров 201 тыс.
How 3 Phase Power works: why 3 phases?
14:41
Просмотров 1,1 млн
How to control a DC motor with an encoder
9:30
Просмотров 440 тыс.