5 Ways to Destroy an Arduino

  Рет қаралды 202,698

Programming Electronics Academy

Programming Electronics Academy

Күн бұрын

Пікірлер: 144
@manuel8179
@manuel8179 2 жыл бұрын
putting aluminum inside the microwave is going to damage it, luckily the Ruggeduino..
@TheKetsa
@TheKetsa 8 жыл бұрын
I just had a look at those ruggeduino. For the price of ONE 'ruggeduino', I can buy 45 arduino pro mini or nano copies from china. . . There's a price point where it's not worth it. Plus we learn by making mistakes.
@dannuttle9005
@dannuttle9005 8 жыл бұрын
The free course is great for total newbies. If you have programming experience, most of the stuff on actual coding will be far too simple. But here and there there is still good information about specifically coding on the Arduino, and it's a way to get familiar with the device, the IDE, and getting them to talk to each other. It's a good place to start.
@Fudmottin
@Fudmottin 8 жыл бұрын
Great. Now I'm afraid to plug my Arduino in.
@TheeSlickShady_Dave_K
@TheeSlickShady_Dave_K 8 жыл бұрын
first vid I have ever seen on this channel INSTANT SUBSCRIBE!!! Well done; the very pinnacle of edutainment
@programmingelectronics
@programmingelectronics 8 жыл бұрын
+Slick Shady Thanks!
@MotorsportCreative
@MotorsportCreative 9 жыл бұрын
I'm a beginner and actually came across the Ruggeduino webpage. I also asked what could destroy my Arduino on the Arduino.cc forums. So it's like you sensed I needed help. Thank you!
@SoapierGlobe421
@SoapierGlobe421 3 жыл бұрын
If you do use Vin and dont trust you self, just put a Zener Diode between, so if you do connect it the wrong way, it will just short the battery Most Offical Arduino board (Mega 2560, UNO) have this anyway
@johnbrandolini2915
@johnbrandolini2915 8 жыл бұрын
Even tho' I haven't damaged my UNOs yet, your video hammered home the idea that I could. However, my solution was to purchase two blank ATMEGA328P chips and burn the Arduino bootloader to them. Now I have 2 spare chips in the off chance that I toast the chips on the board. I've been pretty careful so far but have in one instance overdriven an LED to the point of damaging the LED. I guess the LED was a cheap fuse in this case. The chips are available both pre-programmed ($5.49) and blank ($4.95) from Jameco. I had originally bought the Arduino ISP for projects I had in mind where I would program the board without using the bootloader. So now I'm a little more comfortable using the boards knowing I have spare processors tucked away. The Ruggeduino is a nice idea but a little overkill for the average hobbyist.
@la7yka
@la7yka 2 жыл бұрын
This is not really true, when it comes to I/O pins and ground. The microcontroller has internally a current limiting output driver, so it can handle a short circuit to ground without taking any damage. The current available is about 20mA. We also can see projects in the Arduino world, people connecting LEDs directly to output pins w/o any current limiting resistor. In those cases the microcontroller is delivering max. current output, into a typical 1.8V - 2.4V voltage limiting load. However, when working as inputs the absolutely maximum input voltage is 5.5V before damage. Also, the "Aref"-pin is suspectible for damage, as it's outputting the actual Aref-voltage (5V as default) when external Aref is not set. This pin must not be shorted to neither +V or GND, only float. By the way I like your videos :)
@JDPorter180
@JDPorter180 9 жыл бұрын
could you make an in-depth tutorial on the adafruit pwm servo driver? That would be awesome!
@cookingandjava7574
@cookingandjava7574 8 жыл бұрын
this video is sponsored by rugaduino
@zachsylvester309
@zachsylvester309 3 жыл бұрын
When I was a kid messing with an Arduino UNO I was trying to power a motor with Arduino PWM so no motor controller this motor would've also pulled about 500 mah. Then I had a 9 v plugged into the vin and ground. My circuit didn't really make sense lol because I didn't have any resistors at the time and I smoked the atmega chip. But surprisingly it still worked after being smoked and there was no damage as far as I could tell.
@programmingelectronics
@programmingelectronics 3 жыл бұрын
It's amazing how resilient parts can be - and in some case - how not resilient they can be!
@kolyra
@kolyra 8 жыл бұрын
I had shorted pins accidentally before, but the arduino is just resets. so i never killed a pin that way
@markharrington5826
@markharrington5826 8 жыл бұрын
The best way to protect any port on any processor is to use opto couplers but not just for over current conditions and over voltage but for other reasons too one of these being that noise Spurious bursts of noise upset and change values on port registers which can give you false readings when dealing with high switching speeds Shifting through registers and suddenly changing from output to input can equally produce the same result but for best results either use hex buffers or opto couplers and since we are moving towards fibre optic might a a good idea to do this anyway then you can move forward with that technology
@imrequael
@imrequael 7 жыл бұрын
all these comments saying that with the same price they can buy 20 of them from china i would sugggest to remember that in the first place ruggeduino was created be implemented in industrial use and enviroment. if you put an arduino in an industrial situation it wont last longer. because arduino has no ESD protection no current limit protection no current limit on the pins no precision clock no protected and insulated pins no over voltages and no possibility to run from -40 to 85 degrees celsius. This is the difference not the fact that you coulf buy 10 from china at the same price, of course you could but it will last a week on an industrial enviroment and also is not even certified and protected so the price is fully justified
@GinTheNinja10
@GinTheNinja10 2 жыл бұрын
lmao your fancy tips didn't avoid me connecting pins A0 and 2 with 220v thanks 4 that (sarcasm xd)
@joshuaolakanla3993
@joshuaolakanla3993 2 жыл бұрын
😂😂😂😂
@thomaswilson4317
@thomaswilson4317 8 жыл бұрын
In the last week I have went through 2 arduino unos because I wanted to make a gameboy but I had a 12v battery and I plugged the bare wires into the 5v pin and the ground 😅👍
@SoapierGlobe421
@SoapierGlobe421 3 жыл бұрын
the weird thing is for me (I have 2 Clones (Mega 2560, Arduino UNO WiFi)) and a old r2 Arduino UNO Ive Shorted a I/O pin that is HIGH to GND but it never damaged the chip....
@21021
@21021 8 жыл бұрын
great commecial dude!
@NicholasAarons
@NicholasAarons 8 жыл бұрын
Awesome Video Dude. Keep up the great work. Nick.
@programmingelectronics
@programmingelectronics 8 жыл бұрын
+Nicholas Aarons (Nick Mini) Glad you liked it!
@ertldenes3457
@ertldenes3457 8 жыл бұрын
thank you I've just ordered my arduino and this video was really useful. subscribed.
@Yemto
@Yemto 8 жыл бұрын
I bought a Arduino last week, and as I was wiring up a 4 digit 7 segment display, I accidentally created a short circuit. Luckily one of the LED's inside the display got destroyed, and broke the connection. I have so far not notice anything wrong with the board or microcontroller, and I have tested all the pins since then.
@Mrvideosandgames
@Mrvideosandgames 8 жыл бұрын
This seems like a big advertisement. My Arduino has survived short circuits - the LEDs just go a bit dim and/or the board resets. By the way, if I remember correctly, the barrel connector protects against reverse polarity.
@gamerpaddy
@gamerpaddy 8 жыл бұрын
just acciedentally discharged a disconnected 36v line with a cap inside into Mega2560 Serial1 RX1 port.. RX1 TX1 is now broken and my chip has a tiny hole in it lol but rest still working. but for the price of one ruggeduino i get 8x mega2560 boards or 15x Uno's or 36x nano's , so no problem lol
@redpawdesigns9413
@redpawdesigns9413 9 жыл бұрын
I'm looking at the Ruggeduino as a replacement to the Arduino Uno and Synthetos GShield V5 to control a shapeoko2, what GShield should match to this Ruggeduino for my application. Thank you, and great video?
@pokednaful
@pokednaful 2 жыл бұрын
Is it okay to put adaptor 5V 4A to 5V pin on arduino?
@erhandeveci1680
@erhandeveci1680 2 жыл бұрын
What happens if I apply more than 5V volts to 5V pin. Which components can be damage?
@programmingelectronics
@programmingelectronics 2 жыл бұрын
I think primarily the microcontroller can be damaged.
@maurice3584
@maurice3584 9 жыл бұрын
Whats abbout any pin set up to high an go form eg. PIN-13 HIGH to RESET? Does it destroy it also?
@---David---
@---David--- 2 жыл бұрын
Problem #4 can be solved by adding a diode to the PCB to prevent current from flowing in the wrong direction between the vin-pin and ground-pin. Since the schematic for the Arduino is open source, I don't know why this hasn't been implemented into the design. Is there perhaps a particular reason why they didn't add a diode to the schematic to protect the Arduino from situation #4?
@car_spotting_gr_827
@car_spotting_gr_827 8 жыл бұрын
intro music?
@camelcase5531
@camelcase5531 2 жыл бұрын
Would connecting a DI (pull up resistance) to a GND pin destroy the arduino? I don’t have a breadboard in hand, only a breakout board and want to test out if my code is reading the DI pin correctly. Essentially doing this to mimic a button pressed when DI is connected to GND. Thank you
@bernym4047
@bernym4047 2 жыл бұрын
This vidoe is esuless. I nerev meka mistekas. 😂
@programmingelectronics
@programmingelectronics 2 жыл бұрын
Here smae!
@sudeshnaC
@sudeshnaC 8 жыл бұрын
Sir,what is the max. voltage that can be applied to the Vin?
@SoapierGlobe421
@SoapierGlobe421 3 жыл бұрын
Due to the Onboard reglator, for the the ones that have the SMD version of 7805/78L05/etc(Any 3 pin, 5V) Regulators, Technicality 7 to 40V, For best regulation(This is for all 3 pin(IN-COMMON-OUT)) is +3V above the output and shall not exceed 40V You WILL damage any 3 pin regulator going above 40V But things limit this on the arduino board, 1 - The Capacitors, there normally rated at +25V, 2 - The DC connector the way its designed, only as high as +12V There rated at 7-12V Best output go for 8-12V Also, a note, the Regulator on arduino is 1A max output
@DerUserYT
@DerUserYT 8 жыл бұрын
nice ad for ruggeduino
@thegoodhen
@thegoodhen 8 жыл бұрын
I can't help but feel like some of this info is misleading... Sorry to say, not saying this was intentional, but! Shorting pins to ground/together: Done that many times before on an accident. The current draw gets so high the regulator can't cope with it and the Arduino resets, tristating the pins. Applying overvoltage to the pins: I've actually seen an Atmel document, which shows applying 220V to the digital input. (I think, don't quote me on that). Anyway-the point is, that the pins DO already have protective diodes that clamp the voltage. These can take few thousand volts, as they are designed for ESD protection. Obviously, the current needs to be limited. But my guess would be that 9V through 1k wouldn't do any damage at all... Reversing the polarity is something that's impossible to do when powering the Arduino from USB. The mistake of connecting a battery in reverse to the 5V and GND pins isn't easy to make. Putting over 5V to the 5V pin is also not an easy mistake to do...
@derekeuchner1800
@derekeuchner1800 8 жыл бұрын
Perhaps someone could clarify a couple things for me. In other videos a pushbutton when pressed directly connects the 5volts out to a digital input pin, so is that power source regulated in a way that prevents overcurrent casualties? Also I have heard that a 12vdc automotive battery source can be used to power the board directly, so does anyone have experience with that?
@frantaspicl6792
@frantaspicl6792 Жыл бұрын
If you set Arduino pin as an Input it has much higher resistance than pin set as Output, that's why you can directly connect it to 5v but even with this high resistance you shouldn't ever exceed the 5v limit otherwise you will damage the pin (or the entire microprocessor) too.
@vannucc77
@vannucc77 8 жыл бұрын
So is there any way to fix any of these arduinos?? Namely I did mistake 4 on accident. So is it trash now or can it be salvaged? Or is this video just an advertisement.
@MegaACE234
@MegaACE234 8 жыл бұрын
Nice video, but I think that you have exagerated some things. I have done some of those things with my Arduino and it's still going strong. For example, I had switch the polarity of an ATMega328P standalone and it got very got, but in 10 minutes it was fine.
@ThorOdinson1269
@ThorOdinson1269 8 жыл бұрын
What if i do it like this? int Output =53; int Input = 52; void setup() { pinMode(Output, OUTPUT); pinMode(Input, INPUT); } void loop() { digitalWrite(Output, HIGH); //gives +5V to the LED (3V, if i add a resistor betwen arduino output(53) pin and the LED) digitalWrite(Input, HIGH); //does this pin connects to the GND once it's set on HIGH? } -------------------------------------------------------- //or this one void loop() { digitalWrite(Output, HIGH); digitalWrite(Input, LOW); //the LED shouldn't glow, or? } // example for 1 LED I want to drive a 4x4 LED matrix without using transistors, will it damage my arduino if i do it like that? Or do i really need to set another pin as an output and add a transistor to use it like as a switch?
@markliles4113
@markliles4113 8 жыл бұрын
arduino uno makes high pitch whistling sound when plugging into usb?
@RohitSingh-px7op
@RohitSingh-px7op 2 жыл бұрын
One of the best channel
@programmingelectronics
@programmingelectronics 2 жыл бұрын
Thanks so much!
@alialsaffar9
@alialsaffar9 8 жыл бұрын
Actually pin 13 has an internal resistor so you can connect an led to it to ground
@leaculetto2616
@leaculetto2616 Жыл бұрын
Hi, is it normal that EX and RX LEDs shine constantly very little, like dim. I worry there was a short circuit, but I can still upload programs on my Arduino. I am just bothered buy this two lights constantly shining. Thank you.
@thehungking
@thehungking 7 ай бұрын
You probably blew a capacitor which is resulting in leakage of current
@marco_evertus
@marco_evertus 9 жыл бұрын
made this mistake(over current flow) when I was a nub...but hey, lesson well learned.
@jm_sc
@jm_sc 6 ай бұрын
Few days ago I switched the Vin and GND cables, but I was using a USB TTL driver so thankfully the magic smoke only came from the cables that were fried 😂
@james7145
@james7145 9 жыл бұрын
Another great video and tip. Thank you
@programmingelectronics
@programmingelectronics 9 жыл бұрын
Thanks, glad you liked it!
@bhhb-d5i
@bhhb-d5i 7 ай бұрын
great and educational tutorial!
@williamsobral9056
@williamsobral9056 8 жыл бұрын
I really like how your so positive!
@haz939
@haz939 8 жыл бұрын
The Uno with the DIP 328P Atmel chip is not too bad per-say. You can just replace it with another one with the arduino bootloader on it. So fear not!
@Mateo73624
@Mateo73624 7 ай бұрын
why tinkercad doesn't show these things?
@opfinderHarald
@opfinderHarald 8 жыл бұрын
Why would you put any kind of current to the 5 volt pin? Its for powering sensors not an input
@minecrafter9099
@minecrafter9099 8 жыл бұрын
actually you can power the arduino via the 5v pin but only if the input is 5v (duh)
@opfinderHarald
@opfinderHarald 8 жыл бұрын
Oh well okay... Is there any reason to use this and not Vin?
@minecrafter9099
@minecrafter9099 8 жыл бұрын
yea, because vin is connected to a voltage regulator so it needs a voltage greater than 7v, So you might use the 5v to connect a arduino to a powerbank, usb cable
@jerkycam
@jerkycam 2 жыл бұрын
And here I am with a knife to my arduino while listening to this video.
@programmingelectronics
@programmingelectronics 2 жыл бұрын
Ha! 6 ways to destroy a Arduino :)
@sujinak5743
@sujinak5743 3 жыл бұрын
Can we connect it to 5v 2amps adapter
@programmingelectronics
@programmingelectronics 3 жыл бұрын
Great question! If you are referring to the battery adapter, you need a minimum of a ~6-20V supply (though I think a min of 7 is probably a safe bet)
@sujinak5743
@sujinak5743 3 жыл бұрын
@@programmingelectronics Thanks. I have one more question In arduino as isp can we program pic ic using it
@redstoner2006
@redstoner2006 8 жыл бұрын
ive actually had and have an arduino that was connected to a 12v battery and i accidentally shorted 5v to ground. the regulator fried and anctually send 7V into my usb port (another thing that they failed to protect on the original board) and both laptop and arduino (chip) survived
@cognetic
@cognetic 8 жыл бұрын
Do you have a video that shows how to overcome the Arduino power limits?
@MrDoboz
@MrDoboz 8 жыл бұрын
that's called a transistor
@johnbrandolini2915
@johnbrandolini2915 8 жыл бұрын
You can buffer the outputs with an IRF510 MOSFET. It's Vdss is rated at 100v with 5.6 amp current rating.
@ChrisToffer1
@ChrisToffer1 2 ай бұрын
Connecting relay without flyback diode also
@drkastenbrot
@drkastenbrot 8 жыл бұрын
Is it possible to fry the board only using software? I think I managed to brick the serial interface chip by uploading a sketch.
@zachburke8906
@zachburke8906 8 жыл бұрын
If you uploaded your sketch through icsp it can remove the bootloader. If you didn't use icsp to upload the sketch upload the sketch to pastebin.com and reply with the link
@drkastenbrot
@drkastenbrot 8 жыл бұрын
+zach burke The Arduino IDE crashed, so I dont have the sketch anymore. It was supposed to read RFID tags, and it does actually work, but the rx pin is fried. That means that I cant upoad to the MCU anymore. It wasnt the serial interface. It must've been static, because I have no other eplanation for it. Also the loopback test fails, but the oscilloscope reads the data happily.
@Imaboss8ball
@Imaboss8ball 8 жыл бұрын
you can probably brick it with a while loop. but idk how a arduino works exactly tho.
@zachburke8906
@zachburke8906 8 жыл бұрын
David Serrano as I understand it arduino reboot when serial connections are made this is tied to the hard reset line. So when uploading it should reboot and not even run the code. That could be wrong I've never looked deeper then normal code.
@drkastenbrot
@drkastenbrot 8 жыл бұрын
+zach burke Not when serial connections are made. The serial chip (also an atmega) is pulling the reset line low and bringing the bootloader into programming mode when a sketch is uploaded. Im gonna investigate any involved solder joints when im back from vacation.
@bbqgiraffe3766
@bbqgiraffe3766 2 жыл бұрын
Once grabbed the wrong wire and connected a 3 amp 12v power supply directly to gpio on a cheap Arduino clone when I was 14, I didn't notice until it started smoking lmao
@fawzibehbehani
@fawzibehbehani 9 жыл бұрын
good information
@Kidozy
@Kidozy 2 жыл бұрын
Guess it's a good thing I spread the ground load between all ground pins when there's a lot going on
@FTech109
@FTech109 3 жыл бұрын
My arduino is heating up when connected to power supply, and the light is dimming and i don't know why
@alf3071
@alf3071 2 жыл бұрын
is there an arduino alternative that's not so easy to damage? and has safeties built in?
@theeardstapa4452
@theeardstapa4452 3 ай бұрын
Ruggeduino
@mattroh7248
@mattroh7248 8 жыл бұрын
Is this an advertisement for ruggeduino???
@imrequael
@imrequael 7 жыл бұрын
all these comments saying that with the same price they can buy 20 of them from china i would sugggest to remember that in the first place ruggeduino was created be implemented in industrial use and enviroment. if you put an arduino in an industrial situation it wont last longer. because arduino has no ESD protection no current limit protection no current limit on the pins no precision clock no protected and insulated pins no over voltages and over current protection and no possibility to run from -40 to 85 degrees celsius. This is the difference not the fact that you coulf buy 10 from china at the same price, of course you could but it will last a week on an industrial enviroment and also is not even certified and protected so the price is fully justified
@ercost60
@ercost60 2 жыл бұрын
Great video!
@programmingelectronics
@programmingelectronics 2 жыл бұрын
Thanks so much!
@Nqrgaard
@Nqrgaard 8 жыл бұрын
How can I check if a pin is dead?
@Nqrgaard
@Nqrgaard 8 жыл бұрын
+fragwits Okay I have a lot of problems with button examples. After many different tests I finally go the button to react, but the LED blinks fast and when I push the button it gets steady or turn off. Which one is different. But when I use a pull down or pull up resistor to stop the LED flashing all the time, my button does not react. Before the button reacted I was wondering if the pin was broken, but I have tried input 2 and also tried input 4
@IAmStridle
@IAmStridle 6 жыл бұрын
8:23, Mistekas XD
@thisunsudaraka7540
@thisunsudaraka7540 8 жыл бұрын
ruggeduino advertisement :-D
@dannuttle9005
@dannuttle9005 8 жыл бұрын
Not really. Nobody is more quickly irritated than I am by "click bait" that promises you something and then delivers junk. I agree that a couple of pitches are made for the ruggeduino, but the video is also full of very useful information for those who don't have a ruggeduino. I was glad I watched it.
@bojanks
@bojanks 8 жыл бұрын
Dont apply more than 20V on power source and be careful for total consumption against input voltage(dont preheat input votage stabilizer).
@MilanKarakas
@MilanKarakas 8 жыл бұрын
Don't use heavy hammer to tune quartz frequency. Small stone is okay. :D (sarcastic)
@tennicktenstyl
@tennicktenstyl 8 жыл бұрын
It looks like it was sponsored wasn't it?
@alibehrouz9833
@alibehrouz9833 8 жыл бұрын
great thanks
@OthmanAlikhan
@OthmanAlikhan 8 жыл бұрын
Thanks for the video =)
@sgtfoose8842
@sgtfoose8842 9 жыл бұрын
Good board but too expensive for consumers (target group??). I hope China will come with a copy soon, I dont like to pay for logo.
@Dextermorga
@Dextermorga 9 жыл бұрын
+Jeroen vd Velden You are not paying for a logo. You are paying to people which spend their time, money and afford on this project (arduino). Why people see only parts price? I'm working on many projects, at the end there is a hardware and software part. Manufacturing costs are few Pounds, but I wouldn't bothered to working on something for manufacturing price...
@dontron5632
@dontron5632 9 жыл бұрын
The arduino brand premium price is more of a donation than anything else.
@barendts
@barendts 8 жыл бұрын
+Jeroen vd Velden have a look at ebay, and use the site where the currency is low. I'll bet you'll find an original or a good copy from one of the arduinopartners for around 7 euro or less. Believe me, blowing up an arduino is not very hard to do :(
@Unseen6969
@Unseen6969 8 жыл бұрын
i connected my arduino to my laptop adaptor (19V 3.42A ) i was shocked when i saw it was working
@TheLshallo
@TheLshallo 8 жыл бұрын
For one ruggeduino you can buy 25 Arduino Uno clones from china. You can destroy 24 learn an awful lot and still have one that works. Why would i ever by an Arduino for $50?? This is a bad ad for an overpriced product.
@Boneyyym
@Boneyyym 8 жыл бұрын
exactly.
@spartan456
@spartan456 8 жыл бұрын
I've caused some serious damage to the ATMega328 on two of my UNO's from overvoltage. Don't accidentally loop 24v back to them, folks. However I am certain I can fix them by just...replacing the ATMega328 with another one from eBay for less than dollar. The chip is designed to be easily removed and replaced.
@TheLshallo
@TheLshallo 8 жыл бұрын
That's how you learn electronics.
@spartan456
@spartan456 8 жыл бұрын
LsHallo Vader Yep. I've actually replaced the aforementioned Unos with some 101s. The 32mhz is really noticeable with what I do with them, so I'll be more careful with these. I plan to repair the Unos and use them only for testing purposes.
@erhardpostinger1326
@erhardpostinger1326 5 жыл бұрын
Why?: It is a common misconception that the Arduino 5V regulator will ensure that the 5V voltage remains at 5V, no matter what. IT WILL NOT! The only thing the 5V regulator can do is control current coming from the USB port or the external DC power jack. If the current is coming from an external power source directly connected to the 5V connector pin, the regulator can do nothing about it. Another consequence of applying more than 5V to the 5V connector pin is possible damage to the PC's USB port. If the Arduino is powered from USB then this excessive voltage can cause current to flow backwards through the voltage-switching MOSFET T1 and back to the PC's USB port.
@nychold
@nychold 8 жыл бұрын
In short, learn what you're doing, check your connections twice, and never change your connections while the system is on.
@WhoWantsToKnow81
@WhoWantsToKnow81 9 жыл бұрын
I nearly trashed my Arduino by unwittingly creating a short circuit...
@joarhussain
@joarhussain Жыл бұрын
Summary at 9:01
@ANIR-ANGEL
@ANIR-ANGEL Жыл бұрын
thnx bro
@georgepeden
@georgepeden 6 ай бұрын
lol. I think is did a thing you said not to and smoked my arduino. I guess I learn through hardway
@programmingelectronics
@programmingelectronics 6 ай бұрын
Sometime the hardway is the only way I learn :)
@pokebattle7959
@pokebattle7959 2 жыл бұрын
Make a video on how to repair
@serveurgumas448
@serveurgumas448 8 жыл бұрын
Awww Really cool video, yhis will help lots Lots and Lots'S of peoples
@chrisjanwust
@chrisjanwust 8 жыл бұрын
10min advertisement
@175griffin
@175griffin 8 жыл бұрын
I've repeatedly shorted my IO pins accidentally and nothing has happened yet.
@raykent3211
@raykent3211 8 жыл бұрын
that's interesting. I've got an italian uno. I'm pretty sure that I shorted an oscillating digi out to ground for a few seconds once and it survived, so I assumed that there was some sort of current limiting built in. Not sure.
@koppfrosch7439
@koppfrosch7439 Жыл бұрын
considering that all you said will only happen, if someone cant read or is extrem careless, you missed another advice to not put a weight of over 1000 pounds on your arduino or throw it into a lava pit or run it over with your car or use it under water or use it to hammer nails into a wall. common sense is recommended while using an arduino. mistakes can happen but dont act stupid.
@apersonyoudontknow3346
@apersonyoudontknow3346 2 жыл бұрын
Sorry the first one tho is just to funny I had to buy a new Arduino to test this on lol
@michaelmettie9430
@michaelmettie9430 8 жыл бұрын
are we going to talk about a miracle cure for an arduino that you accidentally fried? :( no? okay :(
@rohitjagtap.2134
@rohitjagtap.2134 5 ай бұрын
I am watching this after damaging the programming chip 😢😢
@benjaminmiranda4607
@benjaminmiranda4607 9 жыл бұрын
can u the nest vid be on coding
@xFuaZe
@xFuaZe 9 жыл бұрын
+The Mega Benjiman "Open Source Hardware Group" It's the wrong channel for programming, I think.
@buurmanvanderoot3373
@buurmanvanderoot3373 2 жыл бұрын
my arduino rip list arduino uno R3 arduino uno R3 Smd arduino nano 33 ble arduino nano nrf need to buy some more XD btw if you wonder why so many dead arduino.s i am building high power rc car and tried using bluetooth wifi ect now i am using a 4x4 crawler with 5x mini-servos 1x big servo 1x wifi camera 3.3v boosted with antenna then arduino nano rf boosted and expansion shield and for controller joystick shield v2.4 with rf chip with boosted antenna and arduino smd 😅🤣
@programmingelectronics
@programmingelectronics 2 жыл бұрын
May they rest in peace! Cool project!
@buurmanvanderoot3373
@buurmanvanderoot3373 2 жыл бұрын
@@programmingelectronics thanks they wont be forgotten haha
@herrjonna2007
@herrjonna2007 8 жыл бұрын
click here for the 5 reasons: 2:20
@sledzik1235
@sledzik1235 Жыл бұрын
My arduino is weird but i like it, meaning I shorted it several times by accident and it just resets and everything is fine
@programmingelectronics
@programmingelectronics Жыл бұрын
A mind of its own!
@apersonyoudontknow3346
@apersonyoudontknow3346 2 жыл бұрын
Rip plug the Arduino to external power source then into your pc then open Arduino idel and type a line of code and hit compile congratulations you just fried your Arduino lol
@viewer92759
@viewer92759 8 жыл бұрын
Creepy music, weird pedo video overall.
@apinakapinastorba
@apinakapinastorba 8 жыл бұрын
just no
@thecanadianlanboy8132
@thecanadianlanboy8132 8 жыл бұрын
no, just, just no...
@josedourado3747
@josedourado3747 8 жыл бұрын
you learn by mistakes to.
@evnchn6733
@evnchn6733 8 жыл бұрын
misteka misteka misteka
@cyancoyote7366
@cyancoyote7366 8 жыл бұрын
I never make mistkaes either...
Arduino Sketch with millis() instead of delay()
14:27
Programming Electronics Academy
Рет қаралды 230 М.
What is a Breakout Board for Arduino?
8:21
Programming Electronics Academy
Рет қаралды 99 М.
Human vs Jet Engine
00:19
MrBeast
Рет қаралды 89 МЛН
This mother's baby is too unreliable.
00:13
FUNNY XIAOTING 666
Рет қаралды 40 МЛН
How NOT to fry your Arduino - Common Arduino mistakes #1
33:10
Curious Scientist
Рет қаралды 5 М.
5 More Ways to Destroy an Arduino
9:03
Programming Electronics Academy
Рет қаралды 29 М.
Arduino Uno to ATmega328 - Shrinking your Arduino Projects
37:17
DroneBot Workshop
Рет қаралды 794 М.
Make a TINY Arduino Drone with FPV Camera - Will It Fly?
20:26
Max Imagination
Рет қаралды 1,1 МЛН
Doing multiple timed things with Arduino: Unleash the millis()!
12:25
Programming Electronics Academy
Рет қаралды 124 М.
Hacking a weird TV censoring device
20:59
Ben Eater
Рет қаралды 3,1 МЛН
I tried the Cheapest Arduino Alternative (that Nobody heard of)
13:31
Floating Pins, Pull-Up Resistors and Arduino
10:29
Programming Electronics Academy
Рет қаралды 161 М.
Top 5 Arduino Tips for Beginners
12:16
learnelectronics
Рет қаралды 137 М.