Measure DC Voltage and Current with Arduino

  Рет қаралды 196,931

DroneBot Workshop

DroneBot Workshop

Күн бұрын

This is the first of two videos on measuring voltage and current with an Arduino. In this video, we will be working with Direct Current.
Article with code samples: dronebotworkshop.com/dc-volt-...
More articles and tutorials: dronebotworkshop.com
Join the conversation on the forum: forum.dronebotworkshop.com
Subscribe to the newsletter and stay in touch: dronebotworkshop.com/subscribe/
There are many reasons why you might want to measure voltage and current using a microcontroller. You might want to measure the current consumption of your project, test the output of a solar cell or monitor the charging and discharging of a LiPo battery.
Voltage and current measurement are fundamental techniques, and so I’ve decided to do a couple of videos about the subject. In this first one, we will work with DC or Direct Current. And, obviously, we’ll be looking at AC in a future video and article.
Although I use an Arduino Uno in these experiments the principle of operation applies to pretty well any microcontroller.
We’ll start with DC voltage measurements, using the Arduino's analog to digital converter, or ADC. We’ll see how we can employ a voltage divider to increase the range of measurement, and how a precision external voltage reference can be used to improve accuracy.
Then we’ll move on to current, using both a Hall Effect and resistive sensor. That last sensor is pretty unique as it can measure both current and voltage at the same time, and it uses an I2C connection instead of the Arduino's ADC.
Here is what you'll find in today's video:
00:00 - Introduction
01:54 - DC Voltage Measurement Principles
05:35 - Basic DC Voltage Experiment
11:07 - Using an External Voltage Reference
14:49 - DC Current Measurement Principles
16:54 - Using the ACS712 Hall Effect Sensor
27:36 - Using the Adafruit INA219 Sensor
As always you can get the code I used and fined more information in the article on the DroneBot Workshop website at dbot.ws/dcvc
And in a few weeks I'll follow-up with a video about measuring AC voltage and current, so if you haven’t subscribed yet please join us so you don’t miss anything.
Hope you enjoy the video - now go out and measure something!

Пікірлер: 245
@Dronebotworkshop
@Dronebotworkshop 3 жыл бұрын
I missed a section on using the LM4040 when I assembled this video, however, it is in the article. Sorry about that!
@ogomah
@ogomah 3 жыл бұрын
excellent video, would he have a version with the Raspberry
@KirstyTube
@KirstyTube 3 жыл бұрын
@@ogomah The Pi does not have analogue inputs so would not work directly with some of these sensors. You would need an ADC / analogue to digital converter. I have moved from Pi Zero's as sensor devices to Arduino for this reason. I'm now moving again to ESP32 as they have built in WiFi / Bluetooth and analogue inputs :) had fun along the way so far and they are far cheaper to replace when the magic smoke escapes :)
@REALIVH
@REALIVH 3 жыл бұрын
you are also one bit to high with the ADC the 10 bit analog converter go from 1-1023 not to 1024. the formula is Decimal = (2^bit)-1 because it have to show 0 as well.
@satirthapaulshyam7769
@satirthapaulshyam7769 3 жыл бұрын
Can you do it for ac current measurement plzz, or suggest me some article or something like that.It's urgent
@olasyabrian7562
@olasyabrian7562 2 жыл бұрын
@@ogomah I had same issue, but then i used the arduino as a peripheral(slave) to raspberry pi(Master). Works Awesome!
@vishalkumar040393
@vishalkumar040393 3 жыл бұрын
I have wanted this for quite some time. Thank you very much for all the tutorials. I learned so much from you that I'm short of words to express how thankful I am.
@tonybaceski7376
@tonybaceski7376 3 жыл бұрын
It's been said many many times before but I have to add myself to the long list of people who LOVE you videos! I own a few invasive meters for tracking my solar and wing turbine efficiency but I look forward to building my own with these modules. Also looking forward to the AC tutorial! Please never stop teaching us. You are a valuable resource.
@sandeepkapare
@sandeepkapare 3 жыл бұрын
Yet another amazing video. Your explanation is so easy to understand! The pace is also excellent. Keep us enlightening. Let the world be knowledge rich.
@JonathanDeWitt1988
@JonathanDeWitt1988 3 жыл бұрын
Bill, This was another great video from you. I was really excited when I saw the topic this video was on. I've watched a video Robojax released on the topic a while back. But whenever you cover topics you tend to be more thorough in your coverage and expand my knowledge on the content. I had no idea what the external voltage reference pin was for. The increased accuracy was really good to know. And now I know how to use that Hall Effect sensor that came with a sensor kit I purchased a while back. Thank you very much for taking the time to make this wonderful video and share it with us all. Jonathan
@willlockler9433
@willlockler9433 9 ай бұрын
I had to watch this one again! Years ago, I was more concerned with voltage. Recently, I needed to know more about current. Thanks for what you do. As a retired programmer I now play with the other side of the coin. Thanks!😊
@ramonestana7338
@ramonestana7338 Жыл бұрын
Thank you for speaking clear english. I am from Germany, but I uderstand nearly every word. And the content is brilliant too! Thanks again👍
@Heppetronics
@Heppetronics 3 жыл бұрын
I was just making a data logger for voltage and current today. What a coincidence! Was encouraged to see the content of the video matches what I’m doing. Great video :)
@paultakoy7091
@paultakoy7091 2 жыл бұрын
Fantastic tutorial. Keep up the great work. I am planning to incorporate this into my variable bench power supply.
@stefstaf
@stefstaf 3 жыл бұрын
Great demonstration as always. Thank you! Also I didn't realise that if you are using discreet resistors instead of the voltage sensor, it makes a difference which end of your resistor array connects to the positive of the source and which end connects to the ground. Reading your article was explained much better.
@acestudioscouk-Ace-G0ACE
@acestudioscouk-Ace-G0ACE 3 жыл бұрын
A very useful video, thanks for all the effort you put into these, they are a great learning source.
@koushikkashyap439
@koushikkashyap439 3 жыл бұрын
I wanted exactly this for my PhD research. Thank you so much for this tutorial
@capistor1
@capistor1 3 жыл бұрын
Great episode. Appreciate your hard work! Keep it going!
@francospagnolo1385
@francospagnolo1385 Жыл бұрын
Thank you, your communication on the specific topic is very clear and exhaustive. Bye
@casemodder89
@casemodder89 3 жыл бұрын
Excellent video - like every single one is. As i'm a non nativ english speaker i often get better information from your videos then from the ones in my native language 👌😎 thanks a lot !
@sumantakumardutta986
@sumantakumardutta986 3 жыл бұрын
Thank you for including the hall effect sensor in the video.😀
@AjaySingh-us6vl
@AjaySingh-us6vl 3 жыл бұрын
Thank you so much for this informative video, You explain so well, God Bless you and your Family.
@dcpowered
@dcpowered 3 жыл бұрын
Excellent! Just what i was looking for! Thanks, Bill!
@pd8559
@pd8559 3 жыл бұрын
Thanks to you I got my first three ESP32s and those Sunfounder 5 breadboards for $10 is amazing price on Amazon. Putting the two short boards side by side and connecting them with the power rails still attached makes the width across the two power rails the Perfect size for putting the ESP32-WROOM-32D DevKitC v4 boards across. Pins line up perfectly. Passing on the tip. Digital output from ESP is 40 mA so looking at dropping that to Arduino 20 mA levels to interface the two. Arduino defaults to 1024 values on ADC but most will support manually setting it to 4096 values if you really need that resolution.
@BarackBananabama
@BarackBananabama 3 жыл бұрын
Another great episode!
@sasines
@sasines 3 жыл бұрын
Excellent video. Well done and easy to understand. Thank you.
@engineerlawalhamzatademola4267
@engineerlawalhamzatademola4267 2 жыл бұрын
I've been looking around but....not satisfied but when I played this video randomly and heard you voice I became happy 😁 and I'm sure I'll find all I'm looking for concerning this topic. Thanks for the tutorial sir 👏
@petercolls3385
@petercolls3385 3 жыл бұрын
Fantastic presentation - A lot of really good information - Thanks
@amnesie6615
@amnesie6615 3 жыл бұрын
Thank you for covering the INA219!!!! :)
@avejst
@avejst 3 жыл бұрын
Interesting as always👍 I would have liked to see the amp meter (instrument) in the last test too Thanks for sharing your knowledge to all of us👍😀
@prashantchoudhari2920
@prashantchoudhari2920 2 жыл бұрын
Exactly what i was looking for. Thank you so much.
@johnpaulpineda9821
@johnpaulpineda9821 3 жыл бұрын
Thank You! for this Master Bill. This is very helpful to me.
@wclugston
@wclugston 3 жыл бұрын
Thanks for covering DC current measurement! I need to setup an Arduino circuit in my RV that checks to see if someone left the water pump running. If the water pump has been running for more than 15 minutes I want the Arduino to break the circuit. Current measuring and relay (normally closed) with the Arduino should do the trick.
@AlienRelics
@AlienRelics 3 жыл бұрын
4:12 A correction: A voltage divider will decrease the input impedance. The input impedance of the ADC is extremely high. For a voltage divider to be accurate, it must be much lower in resistance than the input resistance of the ADC. Certainly in this case, it is MUCH lower. I find it a good idea to insert a resistor between an external reference voltage and Aref. The reason being, when the microcontroller is first powered up, Aref is connected internally to Vcc until your setup alters it.
@juankmilisimo
@juankmilisimo 3 жыл бұрын
Great video Bill. Thank you
@tvnsi8556
@tvnsi8556 3 жыл бұрын
Thank you! Couple of days I’ve got necessity of measuring current and voltage using arduino.
@bluehornet6752
@bluehornet6752 3 жыл бұрын
To make this code more efficient, before the setup() method but after R1 and R2 are defined, do this: constexpr float resistance_ratio = R2 / (R1 + R2); This will cause the compiler to do the math for you, so there's no penalty at startup. Then, in the loop: in_voltage = adc_voltage / resistance_ratio; This may well save a couple of operations in each iteration of the loop: The addition of the two resistance values, and (more importantly) the division operation involved in finding the resistance_ratio. Since there's no floating point unit on the Arduino, any floating point operation you can eliminate will be a good thing. Note that it's entirely possible that the compiler will have noticed you're doing this operation each time through the loop and optimize it for you automatically--but unless you examine the assembly code you won't really know.
@UserName-cb6jz
@UserName-cb6jz 2 жыл бұрын
This is why we have the comments section, to get useful suggestions to great videos. 👍🏻
@railcat7083
@railcat7083 2 жыл бұрын
Very useful presentation. Thank you!
@PhG1961
@PhG1961 3 жыл бұрын
Excellent video ! A job well done !!
@hommydc2
@hommydc2 11 ай бұрын
High quality videos, thank you!
@pd8559
@pd8559 3 жыл бұрын
Awesome video as always. Cannot wait until you get your hands on the ESP32-C3-DevKitC so we can see what this new module has on offer!
@neail5466
@neail5466 3 жыл бұрын
Nicely explained 👏👏. As always
@net6147
@net6147 3 жыл бұрын
Thank You very Informative, Always great presentations
@AmirASD
@AmirASD 3 жыл бұрын
Awesome as always
@place910
@place910 2 жыл бұрын
Everytime I start a new project, I find a vid you've made :)
@MrDave9111
@MrDave9111 3 жыл бұрын
Excellent presentation!
@abedoubari
@abedoubari 6 ай бұрын
Great explanation... Keep up the good work 👍
@ibanix2
@ibanix2 3 жыл бұрын
Excellent! I've had a projects in mind that need voltage/current measuring.
@superuser7545
@superuser7545 3 жыл бұрын
Hi, you can use an homemade shunt you measure precisely and then calibrate using a variable load (eg. 0.15 ohm, and have the load downstream. You can achieve decent accuracy when using avr 1.1 volt internal reference and the voltage drop is greatly acceptable. The range is 30mA to above 2000 mA For the voltage, just do a resistive divider adapted to your voltage.
@gazzacroy
@gazzacroy 3 жыл бұрын
just what ive been looking for cool :)
@weavingandmore...4607
@weavingandmore...4607 3 жыл бұрын
Excellent as usual ☺️ thank you.
@phildavis1723
@phildavis1723 3 жыл бұрын
I have been wanting to build an accurate wattmeter for audio speakers for AGES, so an AC version of this video would be VERY COOL...
@hatzisn
@hatzisn 3 жыл бұрын
Great video. Thanks.
@RobertNgambi-bk8ff
@RobertNgambi-bk8ff 5 ай бұрын
this is well explained. Great 👍
@m.anwrs59
@m.anwrs59 3 жыл бұрын
very nice explanation prof
@lucvanhove9639
@lucvanhove9639 3 жыл бұрын
Very good training. I only had bad experience with PIC microcontrollers if I need to take measurements lower than 200mV. It works still works but it is non linear comparing with the higher measure till 5 volt, who are the same result as the Voltmeter Fluke or R/S. External reference and 12 bits controllers gives me the same results. So the low site of the A/D converter is non linear. I like some comment on this.
@neobikes
@neobikes 3 жыл бұрын
Staring contest winner :) goood video as always!
@garycotz563
@garycotz563 3 жыл бұрын
Excellent topic... this is always a challenge especially current over time... and graphing it. Also, charging up Lithium batteries using these tools would be awesome since you can control the cut-off point in time per the readings to get many batteries "topped off" at the same values.
@noweare1
@noweare1 3 жыл бұрын
Use a timer and take a measurement every x seconds and use an sd card for storage.
@ravindupramod5998
@ravindupramod5998 3 жыл бұрын
Nice video😍 Could you please make a video about how to make menu system for oled display!☺️
@electronic7979
@electronic7979 3 жыл бұрын
Very helpful video 👍
@bobvines00
@bobvines00 3 жыл бұрын
Bill, this is yet another "thumbs up" video and I'm looking forward to Part 2. Also, could you set your future videos to have (automatically generated English) closed-captions? I wasn't able to turn them on due to no "CC" at the bottom of the window.
@tinkmarshino
@tinkmarshino 3 жыл бұрын
AGH! what an idea for a dip switch.. makes me feel like a troglodyte .. Shine on brother! This was a good one for me.. it seems you always cover projects I am thinking about doing.. Carry on!
@angryalliance4958
@angryalliance4958 3 жыл бұрын
Great Work Sir👍
@padcom
@padcom Жыл бұрын
GOLD! Thank you!!!
@cjones4433
@cjones4433 3 жыл бұрын
Thank you for this video! I was searching for a highly accurate volt meter and the external voltage reference was just the ticket. I do have two questions though. A) how accurate is the ina219. The reason I want an accurate volt meter is I am using it to check battery cells while they charge and to shut the charger off when the batteries reach the desired voltage. B) Since the ina219 uses scl and sda how can I attach an external display such as a ssd1306? How do I change the addresses so they don’t conflict? Thanks again. A brilliant job of explaining arduino voltmeter!
@pd8559
@pd8559 3 жыл бұрын
Raspberry released their very first Microcontroller, the Pico I think they call it. To me it was less interesting than ESP32 but you might want to cover it. Seems like a non wireless microcontroller with a massive amount of ram but that’s all it seemed to me on cursory look to have going for it. To me microcontroller doesn’t need heaps of ram and I’d be interfacing to raspberry pi zero w wireless microcomputer if I need the big boost on processing power and ram while letting the microcontrollers do what they do best with their strengths of always on and instant or near instant execution of programming.
@jj74qformerlyjailbreak3
@jj74qformerlyjailbreak3 3 жыл бұрын
Another Great One ☝️
@BULPIN847
@BULPIN847 2 жыл бұрын
I'm trying to build a device that will turn on my well pump from my solar panels. That would sense Peak voltage and run the pump for a certain amount of time, and then divert and split the power back to 36 V to charge my lipf po 4 batterie pack. The well pump runs on 120 volts, with the solar panels in series. 300w solar panels, 36 V. But I need the amperage to charge the batteries, and run the 4 solar panels parallel while charging batteries. I believe many people need this system, keep your well pump from coming on randomly over and over again which wire's out the well pump. Thanks for your great videos especially these days very useful for off-grid. Still looking to make a lifep04, lithium BMS from Arduino. Once again thanks bro awesome teaching thank you
@philippecorbel7365
@philippecorbel7365 3 жыл бұрын
Great video, thaks a lot. next step is to calculate Ah and Wh, Thanks
@bigpickles
@bigpickles 3 жыл бұрын
INA219 is one of my fav modules. I just wish there was an option to measure greater than 3A with a similar unit. Not the analogue sensor.
@jdk8787
@jdk8787 3 жыл бұрын
Thanks for the video. Very helpful. What discrete resistor values (for the resistor array) do people suggest when measuring battery voltage, for a battery powered Arduino project? I had a datalogging project in the past. When the rechargeable 9V battery died the datafile would almost always be corrupted and I lost all the data. I tried to get the power as low as I could. And I ended up adding two 10kOhm resistors for a voltage divider, read the voltage in between them, and programmed the Arduino to stop logging before the voltage got too low. It worked, but I wondered if higher resistor values would work better to reduce the current draw of the two resistors even more. So I was curious what other people used.
@inlywang8157
@inlywang8157 3 жыл бұрын
great tutorial
@m0nad539
@m0nad539 3 жыл бұрын
Nice vid, thanks! Small note: at 23:38, you do not divide by 1000 because you want millivolts, but rather to get the average of the 1000-sample accumulation from the loop before.
@tonybell5043
@tonybell5043 3 жыл бұрын
I was going to mention the same thing but I just happen to check if anyone else posted it too!
@richardomonuwagbale2318
@richardomonuwagbale2318 Жыл бұрын
Thank you for this great video. Can you do a video for measuring the temperature of the battery?
@Jayme
@Jayme 2 жыл бұрын
So have you made the second video yet? I'm very interested on the AC side of this.
@Djkadiross
@Djkadiross 2 жыл бұрын
Hello, Thank you for this great video. Is it possible to appear V and A at the Same time on an Oled display ? Thank you 😊
@nashaut7635
@nashaut7635 3 жыл бұрын
Thanks for this great tutorial. I'd like to note however that the information @ 3:10 is somewhat misleading. There is only one analog-to-digital conversion unit in these microcontrollers and the inputs are multiplexed, so saying, for instance, « _there are 16 ADC's in the Mega_ » is not quite correct; instead « _there are 16 analog channels, multiplexed_ ».
@manavt2000
@manavt2000 3 жыл бұрын
Please continue making videos on esp32...I love your videos....how to control different sensors, dc and stepper motors with esp32 wifi and bluetooth
@scamper_van8470
@scamper_van8470 3 жыл бұрын
i did subscribed and thank you.
@josphat.Karanja
@josphat.Karanja 2 жыл бұрын
Great Lesson on Analog and Digital Pins, can you do a video on UART/JTAG
@poorboybmx2511
@poorboybmx2511 3 жыл бұрын
Super video's, excellently explained topics👍 For some reason my notifications keep turning off on your channel, most annoying, I would hate to miss anything.
@omarsalem5832
@omarsalem5832 5 күн бұрын
Thank you!
@emadabuhagag222
@emadabuhagag222 3 жыл бұрын
helpful, thank you
@josephdada8434
@josephdada8434 3 жыл бұрын
Thank you very much for this nice tutorial. Please I need your help, I need circuit diagram with values on how i can measure current from (with AC712 and Arduino) a solar panel without load. Because the load with not allow me to know the main current generated by the solar panel.
@ErikThiart
@ErikThiart 3 жыл бұрын
Can you explain the 1000 loop on the hall effect sensor, I don't understand from that loop how you get the average?
@vameza1
@vameza1 2 жыл бұрын
Hello, great video!!! I tried to find the AC measurement video...did you do that??? Thank you for the reply and congratulations!! Cheers from Brazil!!
@yryskeldianarbekov4756
@yryskeldianarbekov4756 3 жыл бұрын
well hello and welcome to the workshop
@andyalexander8064
@andyalexander8064 3 жыл бұрын
Great content. Could this be set up to work as a power monitor for a drone, going into a Pixhawk 4? Not sure how to send that info to the FC, and would it keep track of the total usage? I'm thinking for use as a battery failsafe. Thanks.
@amrishhirani6096
@amrishhirani6096 3 жыл бұрын
Thank you 👍
@rangorali5310
@rangorali5310 2 жыл бұрын
Great video!! Can I use those current measurement methods to measure the current between two electrodes attached to random object?? in my case, i need to measure the current between two points on a leaf.
@solomwanza
@solomwanza 2 жыл бұрын
hello, great work. how can we meausure power factor using current sensor?
@mannythehunter
@mannythehunter Жыл бұрын
Great video as always. Has anyone built a "larger clamp on" for dc current to Arduino?? I'm wanting to monitor dc circuits over time. I would use my own separate power supply and monitor dc voltage and amperage over time (12hrs to infinity) the ability to graph this data would really help with the systems I troubleshoot.
@kishorghimire3279
@kishorghimire3279 3 жыл бұрын
Obviously, waiting for AC parameter measurement series..
@venkatyalamati3285
@venkatyalamati3285 Жыл бұрын
Thanks for the tutorial with such an excellent quality content... I want to make a DC voltage measurement circuit for measuring and auto logging the cell voltages (will be in the order of 1.2V) of a big battery set to an SD card.. But the problem is, how to tackle the negative input (bcz the person who takes the measurements will reverse the probes between positive and negative terminals of cells) - plz tell me any solution
@diorthotistm1621
@diorthotistm1621 2 жыл бұрын
You could increase the accuracy of your measuring device by measuring the resistances of the resistor array instead of simply using whole values in your Arduino sketch.
@KJ7JHN
@KJ7JHN 3 жыл бұрын
Good morning! Could you please make a video explaining how capacitive sensors work using a resistive and capacitive circuit? I am doing some research on that, and to have more information on the subject, would be fantastic. I use an Arduino, ATMEGA328P. If this is a possibility, please illustrate in code the details of how to recharge the capacitor and use an interruption to get results. Then, with the results, display the changing values in the window to debug. Thank you very much. Keep up the work.
@harryohanson
@harryohanson 3 жыл бұрын
I am looking to add a volt and amp meter on my bike to monitor the charging system on OLED. How would you go about doing that? Thank you for the help!
@SystemsPlanet
@SystemsPlanet 3 жыл бұрын
20:09 I thought a hall effect sensor wrapped around a wire to measure magnetic field. How can this be non-intrusive when it's connected directly to the wire?
@gmailnelus008
@gmailnelus008 8 ай бұрын
It would be possible to present a solar deviator, which uses a current sensor (ACS758 Current Sensor) through which the phase from the meter passes, the arduino should measure based on the voltages generated by the hall sensor, if there is a surplus of energy from the inverter to give a digital signal to SSR relays preferably on a frequency of 50hz, if it could be deviated according to the current surplus. for example, if I have a resistance of 1kw and it reaches the maximum load, then let the other ssrs come in and let's say 4 SSRs.
@Wajiduddaim
@Wajiduddaim 3 жыл бұрын
can u make a video to show difference between same type of components, e.g Different Types of Diodes. Different Types of capistors and there function, actully your teaching way is to much powerfull, simple and more knowledgeable
@taranagnew436
@taranagnew436 3 жыл бұрын
what do you use the AREF pin for, what does it do and if I have a solar cell powering my weather station could I hook up another set of wires to attach to the sensor?
@richardturton6900
@richardturton6900 3 жыл бұрын
At 13.00 you mention looking at the sketch using the lm4040 voltage reference but then cut directly to the testing of the circuit. An editing error maybe?
@hacklabdesign
@hacklabdesign 5 ай бұрын
If I have a 3 V coin battery that lights a light, how can I make a check to see if there is voltage and make a counter of how many times the light comes on and off. So basically, it would track the amount of times the flashlight was turned on and off and the duration it was on.
@CharlesHolder
@CharlesHolder 2 жыл бұрын
The “delay” set for voltage measurements is 500 ms. What’s the shortest delay possible with a Uno? I’m interested in getting short spikes that might only last ms. To avoid writing out massive amounts of data, I’d program the Uno to find the maximum value within a time period of say 100 ms.
@vechnyak
@vechnyak 3 жыл бұрын
What if I already have a shunt in my dc circuit. Could i use INA to read voltage drop across that instead of its internal resistor?
@kevgermany
@kevgermany 3 жыл бұрын
Thanks. Good tutorial. Minor point. In the current measurement ACS712 you divided V by 1000 to get mV. Shoild be multiplying here. Guess you have a complementary error somewhere to get the correct values.
@noweare1
@noweare1 3 жыл бұрын
Yes, complementary err right above where he said it was the average but was 1000 measurement summed.
Different Ways for Measuring Current With Arduino
13:32
Electronoobs
Рет қаралды 72 М.
THEY made a RAINBOW M&M 🤩😳 LeoNata family #shorts
00:49
LeoNata Family
Рет қаралды 40 МЛН
WHAT’S THAT?
00:27
Natan por Aí
Рет қаралды 11 МЛН
New model rc bird unboxing and testing
00:10
Ruhul Shorts
Рет қаралды 22 МЛН
When You Get Ran Over By A Car...
00:15
Jojo Sim
Рет қаралды 32 МЛН
Control AC Devices with Arduino SAFELY - Relays & Solid State Switches
43:46
How-to: Accurate Voltage Measurements with Arduino
12:15
Elektor TV
Рет қаралды 36 М.
#347 Measuring Mains Voltage, Current, and Power for Home Automation
24:10
Measuring AC Current with Arduino
19:29
misperry
Рет қаралды 72 М.
How MOSFET Works - Ultimate guide, understand like a PRO
20:14
The Engineering Mindset
Рет қаралды 958 М.
Constant Voltage or Current Supply with ARDUINO
18:02
Electronoobs
Рет қаралды 69 М.
Mechanical circuits: electronics without electricity
19:22
Steve Mould
Рет қаралды 7 МЛН
¿Puedo conseguir chocolate MrBeast y PRIME?
0:20
McBang ASMR
Рет қаралды 8 МЛН
#kidsong
0:11
J House jr.
Рет қаралды 5 МЛН
POV: What my dreams are like
0:14
Connection Intercepted
Рет қаралды 10 МЛН
Шашлык вкусный
0:57
Тони
Рет қаралды 5 МЛН
#kidsong
0:11
J House jr.
Рет қаралды 5 МЛН