5 Ways to Destroy an Arduino

Sdílet
Vložit
  • čas přidán 4. 08. 2024

Komentáře • 144

  • @manuel8179
    @manuel8179 Před 2 lety +39

    putting aluminum inside the microwave is going to damage it, luckily the Ruggeduino..

  • @TheKetsa
    @TheKetsa Před 8 lety +34

    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.

  • @camelcase5531
    @camelcase5531 Před 2 lety

    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

  • @SoapierGlobe421
    @SoapierGlobe421 Před 2 lety +16

    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

  • @pokednaful
    @pokednaful Před 2 lety +1

    Is it okay to put adaptor 5V 4A to 5V pin on arduino?

  • @la7yka
    @la7yka Před 2 lety +9

    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 :)

  • @SoapierGlobe421
    @SoapierGlobe421 Před 2 lety +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....

  • @user-iu6be3rw7l
    @user-iu6be3rw7l Před 5 měsíci

    great and educational tutorial!

  • @leaculetto2616
    @leaculetto2616 Před 10 měsíci

    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 Před 5 měsíci

      You probably blew a capacitor which is resulting in leakage of current

  • @ercost60
    @ercost60 Před 2 lety

    Great video!

  • @zachsylvester309
    @zachsylvester309 Před 2 lety +5

    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  Před 2 lety +4

      It's amazing how resilient parts can be - and in some case - how not resilient they can be!

  • @erhandeveci1680
    @erhandeveci1680 Před rokem +2

    What happens if I apply more than 5V volts to 5V pin. Which components can be damage?

  • @alf3071
    @alf3071 Před rokem

    is there an arduino alternative that's not so easy to damage? and has safeties built in?

  • @RohitSingh-px7op
    @RohitSingh-px7op Před 2 lety +1

    One of the best channel

  • @GinTheNinja10
    @GinTheNinja10 Před 2 lety +5

    lmao your fancy tips didn't avoid me connecting pins A0 and 2 with 220v thanks 4 that (sarcasm xd)

  • @Kidozy
    @Kidozy Před 2 lety

    Guess it's a good thing I spread the ground load between all ground pins when there's a lot going on

  • @jm_sc
    @jm_sc Před 3 měsíci

    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 😂

  • @sujinak5743
    @sujinak5743 Před 2 lety +1

    Can we connect it to 5v 2amps adapter

    • @programmingelectronics
      @programmingelectronics  Před 2 lety

      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 Před 2 lety

      @@programmingelectronics
      Thanks. I have one more question
      In arduino as isp can we program pic ic using it

  • @bernym4047
    @bernym4047 Před rokem +2

    This vidoe is esuless. I nerev meka mistekas. 😂

  • @FTech109
    @FTech109 Před 2 lety

    My arduino is heating up when connected to power supply, and the light is dimming and i don't know why

  • @ChrisToffer1
    @ChrisToffer1 Před 5 dny

    Connecting relay without flyback diode also

  • @bbqgiraffe3766
    @bbqgiraffe3766 Před rokem

    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

  • @Mateo73624
    @Mateo73624 Před 5 měsíci +1

    why tinkercad doesn't show these things?

  • @---David---
    @---David--- Před rokem +6

    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?

  • @jerkycam
    @jerkycam Před 2 lety +1

    And here I am with a knife to my arduino while listening to this video.

  • @pokebattle7959
    @pokebattle7959 Před 2 lety

    Make a video on how to repair

  • @apersonyoudontknow3346

    Sorry the first one tho is just to funny I had to buy a new Arduino to test this on lol

  • @georgepeden
    @georgepeden Před 3 měsíci +1

    lol. I think is did a thing you said not to and smoked my arduino. I guess I learn through hardway

  • @joarhussain
    @joarhussain Před rokem

    Summary at 9:01

  • @sledzik1235
    @sledzik1235 Před rokem

    My arduino is weird but i like it, meaning I shorted it several times by accident and it just resets and everything is fine

  • @buurmanvanderoot3373
    @buurmanvanderoot3373 Před 2 lety +1

    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 😅🤣

  • @apersonyoudontknow3346

    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

  • @rohitjagtap.2134
    @rohitjagtap.2134 Před 3 měsíci

    I am watching this after damaging the programming chip 😢😢

  • @koppfrosch7439
    @koppfrosch7439 Před rokem

    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.

  • @Fudmottin
    @Fudmottin Před 8 lety +24

    Great. Now I'm afraid to plug my Arduino in.

  • @cookingandjava7574
    @cookingandjava7574 Před 8 lety +31

    this video is sponsored by rugaduino

  • @dannuttle9005
    @dannuttle9005 Před 8 lety +7

    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.

  • @TheeSlickShady_Dave_K
    @TheeSlickShady_Dave_K Před 8 lety +11

    first vid I have ever seen on this channel
    INSTANT SUBSCRIBE!!!
    Well done; the very pinnacle of edutainment

  • @MotorsportCreative
    @MotorsportCreative Před 9 lety +1

    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!

  • @JDPorter180
    @JDPorter180 Před 9 lety +4

    could you make an in-depth tutorial on the adafruit pwm servo driver? That would be awesome!

  • @ertldenes3457
    @ertldenes3457 Před 8 lety

    thank you I've just ordered my arduino and this video was really useful. subscribed.

  • @redpawdesigns9413
    @redpawdesigns9413 Před 9 lety

    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?

  • @johnbrandolini2915
    @johnbrandolini2915 Před 7 lety +1

    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.

  • @maurice3584
    @maurice3584 Před 9 lety

    Whats abbout any pin set up to high an go form eg. PIN-13 HIGH to RESET?
    Does it destroy it also?

  • @kolyra
    @kolyra Před 8 lety +9

    I had shorted pins accidentally before, but the arduino is just resets.
    so i never killed a pin that way

  • @derekeuchner1800
    @derekeuchner1800 Před 8 lety +1

    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 Před rokem

      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.

  • @ThorOdinson1269
    @ThorOdinson1269 Před 8 lety

    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?

  • @markharrington5826
    @markharrington5826 Před 7 lety +1

    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

  • @williamsobral9056
    @williamsobral9056 Před 8 lety

    I really like how your so positive!

  • @Yemto
    @Yemto Před 8 lety

    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.

  • @james7145
    @james7145 Před 9 lety +1

    Another great video and tip.
    Thank you

  • @markliles4113
    @markliles4113 Před 7 lety

    arduino uno makes high pitch whistling sound when plugging into usb?

  • @sudeshnaC
    @sudeshnaC Před 8 lety +1

    Sir,what is the max. voltage that can be applied to the Vin?

    • @SoapierGlobe421
      @SoapierGlobe421 Před 2 lety +1

      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

  • @NicholasAarons
    @NicholasAarons Před 8 lety +1

    Awesome Video Dude. Keep up the great work. Nick.

  • @fawzibehbehani
    @fawzibehbehani Před 9 lety +1

    good information

  • @thomaswilson4317
    @thomaswilson4317 Před 8 lety +2

    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 😅👍

  • @OthmanAlikhan
    @OthmanAlikhan Před 8 lety

    Thanks for the video =)

  • @alibehrouz9833
    @alibehrouz9833 Před 7 lety +1

    great thanks

  • @21021
    @21021 Před 8 lety +1

    great commecial dude!

  • @gamerpaddy
    @gamerpaddy Před 8 lety +1

    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

  • @MegaACE234
    @MegaACE234 Před 8 lety

    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.

  • @DerUserYT
    @DerUserYT Před 8 lety +3

    nice ad for ruggeduino

  • @Mrvideosandgames
    @Mrvideosandgames Před 7 lety +1

    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.

  • @car_spotting_gr_827
    @car_spotting_gr_827 Před 8 lety +1

    intro music?

  • @redstoner2006
    @redstoner2006 Před 7 lety

    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

  • @alialsaffar9
    @alialsaffar9 Před 8 lety +1

    Actually pin 13 has an internal resistor so you can connect an led to it to ground

  • @serveurgumas448
    @serveurgumas448 Před 8 lety

    Awww Really cool video, yhis will help lots Lots and Lots'S of peoples

  • @drkastenbrot
    @drkastenbrot Před 8 lety

    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 Před 8 lety +1

      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 Před 8 lety +1

      +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 Před 8 lety

      you can probably brick it with a while loop. but idk how a arduino works exactly tho.

    • @zachburke8906
      @zachburke8906 Před 8 lety

      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 Před 8 lety

      +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.

  • @cognetic
    @cognetic Před 8 lety

    Do you have a video that shows how to overcome the Arduino power limits?

    • @MrDoboz
      @MrDoboz Před 8 lety

      that's called a transistor

    • @johnbrandolini2915
      @johnbrandolini2915 Před 7 lety

      You can buffer the outputs with an IRF510 MOSFET. It's Vdss is rated at 100v with 5.6 amp current rating.

  • @mattroh7248
    @mattroh7248 Před 8 lety +2

    Is this an advertisement for ruggeduino???

  • @vannucc77
    @vannucc77 Před 8 lety

    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.

  • @bojanks
    @bojanks Před 8 lety

    Dont apply more than 20V on power source and be careful for total consumption against input voltage(dont preheat input votage stabilizer).

  • @marco_evertus
    @marco_evertus Před 9 lety +2

    made this mistake(over current flow) when I was a nub...but hey, lesson well learned.

  • @haz939
    @haz939 Před 8 lety

    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!

  • @Nqrgaard
    @Nqrgaard Před 8 lety

    How can I check if a pin is dead?

    • @Nqrgaard
      @Nqrgaard Před 8 lety

      +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

  • @thegoodhen
    @thegoodhen Před 8 lety

    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...

  • @opfinderHarald
    @opfinderHarald Před 8 lety

    Why would you put any kind of current to the 5 volt pin? Its for powering sensors not an input

    • @minecrafter9099
      @minecrafter9099 Před 8 lety

      actually you can power the arduino via the 5v pin but only if the input is 5v (duh)

    • @opfinderHarald
      @opfinderHarald Před 8 lety

      Oh well okay... Is there any reason to use this and not Vin?

    • @minecrafter9099
      @minecrafter9099 Před 8 lety +1

      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

  • @IAmStridle
    @IAmStridle Před 6 lety

    8:23, Mistekas XD

  • @imrequael
    @imrequael Před 7 lety +1

    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

  • @thisunsudaraka7540
    @thisunsudaraka7540 Před 8 lety +1

    ruggeduino advertisement :-D

    • @dannuttle9005
      @dannuttle9005 Před 8 lety

      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.

  • @Unseen6969
    @Unseen6969 Před 7 lety

    i connected my arduino to my laptop adaptor (19V 3.42A ) i was shocked when i saw it was working

  • @MilanKarakas
    @MilanKarakas Před 8 lety +1

    Don't use heavy hammer to tune quartz frequency. Small stone is okay. :D (sarcastic)

  • @sgtfoose8842
    @sgtfoose8842 Před 8 lety +1

    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 Před 8 lety +3

      +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 Před 8 lety +1

      The arduino brand premium price is more of a donation than anything else.

    • @barendts
      @barendts Před 8 lety

      +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 :(

  • @WhoWantsToKnow81
    @WhoWantsToKnow81 Před 9 lety +1

    I nearly trashed my Arduino by unwittingly creating a short circuit...

  • @benjaminmiranda4607
    @benjaminmiranda4607 Před 9 lety

    can u the nest vid be on coding

    • @xFuaZe
      @xFuaZe Před 8 lety

      +The Mega Benjiman "Open Source Hardware Group"
      It's the wrong channel for programming, I think.

  • @tennicktenstyl
    @tennicktenstyl Před 8 lety +1

    It looks like it was sponsored wasn't it?

  • @nychold
    @nychold Před 8 lety +6

    In short, learn what you're doing, check your connections twice, and never change your connections while the system is on.

  • @175griffin
    @175griffin Před 8 lety

    I've repeatedly shorted my IO pins accidentally and nothing has happened yet.

    • @raykent3211
      @raykent3211 Před 8 lety

      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.

  • @michaelmettie9430
    @michaelmettie9430 Před 8 lety

    are we going to talk about a miracle cure for an arduino that you accidentally fried? :( no? okay :(

  • @imrequael
    @imrequael Před 7 lety

    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

  • @evnchn6733
    @evnchn6733 Před 8 lety

    misteka
    misteka
    misteka

  • @TheLshallo
    @TheLshallo Před 8 lety +5

    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 Před 8 lety +1

      exactly.

    • @spartan456
      @spartan456 Před 7 lety

      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 Před 7 lety

      That's how you learn electronics.

    • @spartan456
      @spartan456 Před 7 lety

      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 Před 5 lety

      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.

  • @herrjonna2007
    @herrjonna2007 Před 8 lety

    click here for the 5 reasons: 2:20

  • @chrisjanwust
    @chrisjanwust Před 7 lety +1

    10min advertisement

  • @josedourado3747
    @josedourado3747 Před 8 lety

    you learn by mistakes to.

  • @jsmithnevinsky
    @jsmithnevinsky Před 8 lety +3

    Creepy music, weird pedo video overall.

  • @cyancoyote7366
    @cyancoyote7366 Před 8 lety

    I never make mistkaes either...