Comments: Heating Pad Hand Warmer Blanket

Pages

Looking for answers to technical questions?

We welcome your comments and suggestions below. However, if you are looking for solutions to technical questions please see our Technical Assistance page.

  • Member #1510314 / about 5 years ago / 1

    Can I use a relay module ? instead of switch ??? I am trying to develop a smart heating jacket

  • Member #1297077 / about 6 years ago / 1

    Can someone explain what the 10k resistor between the source and gate is for? I wired up the schematic without the resistor but the MOSFET seems to always be on...

    • CF / about 6 years ago / 1

      It's actually there to prevent this exact problem! With the resistor in place, the gate is pulled low (off) all the time. When the Lilypad pulls pin 3 high, (on) the Lilypad overcomes the weak grounding effect the resistor presents and th MOSFET turns on.

      MOSFETs are so sensitive that any stray static electricity in the air can trigger them so we use the resistor to 'ground' any static charge that may be nearby and keep the MOSFET off until we want to turn it on.

  • Member #676858 / about 9 years ago / 1

    Hello, I have a couple of these and was wondering if it was possible to use an LM35 (or similar) to measure the temp and then switch the pads on/off if above/below a certain temp? Totally new to electronics :)

  • Jepthaha / about 10 years ago / 1

    Thank you so much!! That fixed it!! Thanks for the quick response!!

  • Jepthaha / about 10 years ago / 1

    I'm having a problem with the example code for the Hand Warmer Heat Pad. This line " mode = mode == 3 ? 0 : mode + 1;" says "'mode' was not declared in this scope". Anyone found this out also? Thanks.

    • jimblom / about 10 years ago / 1

      Looks like the example code was missing a variable declaration. If you add int mode; near the top, right under the int led3 = 11; line, that should fix it. The example code has been updated as well.


If you've found an issue with this tutorial content, please send us your feedback!