Mates bread maker stopped working so I had a look inside and saw this burned resistor.

I’m guessing the heat changed the colors a bit so wondering if anyone has experience in reading cooked resistor values.

I removed it from the PCB and measured it at 403 Ohms.

Thanks for any help.

  • @[email protected]
    link
    fedilink
    English
    41 year ago

    Well, arguably keeping the resistor the same value would result in a somewhat known state, and changing it would put it in an unknown state. The unknown state could be better or worse. I can’t see enough to know what the circuit does to say.

    What you could do instead, is set the resistor to the same value, but rated for higher thermal dissipation. Then measure how hot it gets to identify if the real problem is somewhere else. Another part might burn/explode instead though, so I’d consider carefully how to proceed, and probably wear goggles + have a fire extinguisher in the room.

    My main concern is by ‘fixing’ it with a resistor with higher thermal dissipation, I’ve created a fire hazard because that dissipated heat now has to ‘go somewhere’, which may be the plastic case. A thermal camera is handy to see if some part of the board gets unacceptably hot during normal operation.

    • @WaltzingKeaOP
      link
      English
      31 year ago

      The case is basically fully metal, just a bit of plastic inside for mounting the PCB to and a few other bits of plastic outside. Plus there is a temperature fuse in the case also.

      From the resistor size (11.5 x 4.5mm) I think it would have been a 2W resistor when comparing to sizes on Digikey. I made a 500 Ohm 2W resistor from 8 1/4W 1K resistors then put a larger resistor in parallel to that to bring it down, measured it to 489 Ohms.

      I’m going to run it a few times then open it up again to see if there is any new damage to the board before returning it.

        • @WaltzingKeaOP
          link
          English
          11 year ago

          Four loafs of bread later with no issues, opened it up and everything looks fine :)

          • @[email protected]
            link
            fedilink
            English
            11 year ago

            Excellent news!

            The science gets done, and we bake a fresh bun, for the people who are still alive!

    • @[email protected]
      link
      fedilink
      English
      11 year ago

      Thank you for the detailed insight! I miss some basics in electronics but am eager to learn how to test and fix circuits.

      Years ago I tried to repair an old keyboard/synthesizer by cleaning it and replacing leaked/bloated capacitors. Unfortunately the onboard sound memory could not be loaded anymore or was wiped entirely as far as I understood. But due to lack of knowledge (me and community that time) it was too complex to got the keyboard up and running again. It’s sometimes sad to loose good hardware…

      Back to the resistor/thread: I can’t imagine a resistor to be the source of the problem. Isn’t it more possible that a capacitor wears out or a transistor cooling fails?

      • @[email protected]
        link
        fedilink
        English
        31 year ago

        Those things are indeed more common!

        However, if the circuit was in an abnormal state (e.g. the contact with the case), then a resistor could very well blow. It would not be surprising if it took some other components down with it, and that this damage is not obvious yet. “The transistor blows to protect the fuse” is a common fail-state, facetiously stated.

        Another possibility is just… bad design. You could call me adequate at circuit design (I mostly design prototypes, not finished systems that have to last thousands of hours), but regularly see commercial products designed poorly with some stupid point of failure. For example, using a 1 watt resistor that is dissipating close to 1 watt, instead of designing a more efficient system that doesn’t require dissipating heat at all.

        I spend a lot of time answering questions for people just getting started. Probably 75% of them boil down to a few things. Here is that list in case amusing / useful:

        1. Relays are not a great solution in general, and there are many better alternatives (MOSFET, SSR, etc).
        2. Output impedance matters: you can’t power a huge motor off a microcontroller pin.
        3. Back-EMF from inductive loads can burn out your control system unless you add a protection diode.
        4. Lead acid batteries aren’t a magic solution to power everything. Especially automotive ones. Understand and use lithium ion.
        5. Connecting LEDs in parallel then adding a single resistor will lead to failure pretty quickly.
        6. Generally, don’t pass significant power through a switch. Use the switch to control the state of a power MOSFET or similar.
        7. Button debouncing.

        Most of the rest is refusing to do other people’s homework, help people build weapons, or do unwise things with mains power / high voltage / centrifuges. Occasionally people ask me really interesting questions though, so I don’t mind that the interactions are a bit scripted the rest of the time! I’ve noticed on Lemmy I’ve gotten much more interesting questions so far!