Shop OBEX P1 Docs P2 Docs Learn Events
Will this work? — Parallax Forums

Will this work?

computer guycomputer guy Posts: 1,113
edited 2008-08-15 09:21 in General Discussion
Hi there everyone,

I am creating a box to light some matches.
The matches are wound in nicrome wire.

I am wanting a led to light when the fire button is pressed and go out when the wire has broken.

Will this circuit work?
I don't think it will but can't think of an easy way to make it work.

attachment.php?attachmentid=55049

Thank you smile.gif

▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Building Blocks To The Propeller Chip A web site designed to help people who are new to the propeller chip.

Guitar Hero controller using the prop (WIP) --> HERE
301 x 214 - 2K

Comments

  • PJAllenPJAllen Banned Posts: 5,065
    edited 2008-08-10 13:54
    No, it won't work.

    Both ends of the R1-LED1 circuit are always at GND.
  • LeonLeon Posts: 7,620
    edited 2008-08-10 16:54
    Moving the LH R1 connection to the other side of the 'match' will work.

    Leon

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Amateur radio callsign: G1HSM
    Suzuki SV1000S motorcycle
  • Phil Pilgrim (PhiPi)Phil Pilgrim (PhiPi) Posts: 23,514
    edited 2008-08-10 17:42
    Simply moving the LED circuitry to the other side of the match will only indicate whether the button is pressed — not whether the nichrome wire has broken.

    What you really need is a current sensor, wherein the LED lights up when the nichrome wire is drawing current. The attached circuit should do this. You will need to select a value for R such that when the wire is fully incandescent, the voltage drop across R is at least 0.6V. This will cause the transistor to conduct and the LED to light. When the wire breaks, the transistor's base is pulled back to the positive supply, causing it to shut off and the LED to go out. Also, make sure resistor R is rated for the wattage it will be dissipating. You don't want it to become incandescent as well!

    -Phil
    467 x 260 - 2K
  • DgswanerDgswaner Posts: 795
    edited 2008-08-11 05:28
    sooo, you've peek my curiosity, any more info on what your building?

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    "A complex design is the sign of an inferior designer." - Jamie Hyneman, Myth Buster

    DGSwaner
  • computer guycomputer guy Posts: 1,113
    edited 2008-08-11 10:55
    I am creating a way to light gun powder and other cool explosive/flammable materials from a distance in a given order.

    I have a match, with the tip wrapped in nicrome wire. When current is passed through the wire it heats up and lights the match.
    Looks cool. smile.gif

    Thank you smile.gif

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Building Blocks To The Propeller Chip A web site designed to help people who are new to the propeller chip.

    Guitar Hero controller using the prop (WIP) --> HERE
  • FranklinFranklin Posts: 4,747
    edited 2008-08-11 20:27
    Passing a LOW voltage LOW current signal through the match and testing for a loop would work

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    - Stephen
  • computer guycomputer guy Posts: 1,113
    edited 2008-08-12 05:48
    I am wanting to use as little components as possible and only use parts I have already.
    I am using a 12v battery to light the match (probably not necessary but it does the job).

    The only regulator I have is an LM1086 5v regulator. I am assuming this would probably still heat up the wire.
    The wire I am using is copper wire from a multi stranded wire. So it is really thin. I would guess about 0.2mm - 0.4mm.

    I like the idea of the current sensor and the idea of using a low voltage low current to test for a loop.

    The only problem I see with the current sensor is that if R is to high a value the wire may not heat up.
    Also how would I find the value of R without going through lots of wire and the risk of melting my breadboard?


    Thank you smile.gif

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Building Blocks To The Propeller Chip A web site designed to help people who are new to the propeller chip.

    Guitar Hero controller using the prop (WIP) --> HERE
  • computer guycomputer guy Posts: 1,113
    edited 2008-08-12 11:35
    I just tested the following circuit and it seems to work.
    What are peoples thoughts on it?

    attachment.php?attachmentid=55078

    Thank you smile.gif

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Building Blocks To The Propeller Chip A web site designed to help people who are new to the propeller chip.

    Guitar Hero controller using the prop (WIP) --> HERE
    593 x 225 - 5K
  • sam_sam_samsam_sam_sam Posts: 2,286
    edited 2008-08-12 12:24
    computer guy

    What you have will work and should work good

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    ··Thanks for any·idea.gif·that you may have and all of your time finding them

    ·
    ·
    ·
    ·
    Sam
  • computer guycomputer guy Posts: 1,113
    edited 2008-08-12 12:25
    Thanks. I was hoping that would be the case. smile.gif

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Building Blocks To The Propeller Chip A web site designed to help people who are new to the propeller chip.

    Guitar Hero controller using the prop (WIP) --> HERE
  • PJAllenPJAllen Banned Posts: 5,065
    edited 2008-08-12 13:56
    It seems to "work"?

    When the switch is open, the LED/resistor will conduct through the wire/element.· When the switch closes it presents a short across the LED/resistor.· So, the LED will be on till the switch is closed.
  • Phil Pilgrim (PhiPi)Phil Pilgrim (PhiPi) Posts: 23,514
    edited 2008-08-13 04:34
    computer guy (in his first post) said...
    I am wanting a led to light when the fire button is pressed and go out when the wire has broken.
    Even though your latest circuit doesn't satisfy your original specs, as long as it works for you, that's all that matters. The only catch, of course, is that you can't know if the wire is broken until you turn off the switch.

    -Phil

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    'Still some PropSTICK Kit bare PCBs left!
  • computer guycomputer guy Posts: 1,113
    edited 2008-08-13 06:32
    I basically want the led to show if the wire has broken.
    The switch will only be closed for a short period of time (less than 3 seconds).


    Thank you smile.gif

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Building Blocks To The Propeller Chip A web site designed to help people who are new to the propeller chip.

    Guitar Hero controller using the prop (WIP) --> HERE
  • GICU812GICU812 Posts: 289
    edited 2008-08-13 06:44
    What would happen if you put the LED and resistor in paralell with the heating wire? Wouldnt the electricity in theory take the easier path through the wire, and only pass enough power through the LED when the wire was broken?

    I just dont know how much resistance is in the heating wire when its red hot, it might be enough to light the LED. Im basing this on how you calculate the resistance of 2 resistors in paralell, but assuming the heating wire would be 0 ohms, at least until it warmed up, then I dont know.

    It might be worth testing.
  • sylvie369sylvie369 Posts: 1,622
    edited 2008-08-13 10:10
    What you're doing is basically building a rocket launch controller. If you Google that, you should find quite a few examples of circuits. Generally we pass a very low current through the system to light an LED or sound a buzzer to indicate continuity (that is, that there's a current passing through the igniter, or the nichrome wire, in your case) and then using a second switch, pass a high current through to light the thing.
  • StarManStarMan Posts: 306
    edited 2008-08-14 22:16
    Instead of nichrome wire and a match, I have successfully used a 10 ohm, 1/4 watt·resistor connected (with alligator clips) to leads I held against the terminals of a car battery.· It should work well in your circuit.

    See attached photo.

    Chris I.
  • SRLMSRLM Posts: 5,045
    edited 2008-08-15 00:14
    Is the nichrome wire ruined after a single use? It appears that the resistor is...
  • Phil Pilgrim (PhiPi)Phil Pilgrim (PhiPi) Posts: 23,514
    edited 2008-08-15 08:15
    Resistors are two cents a "pop". I suspect nichrome wire is a tad more expensive. Chris, nice photo, BTW. I've been witness to that very phenomenon — but not intentionally!

    -Phil

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    'Still some PropSTICK Kit bare PCBs left!
  • VIRANDVIRAND Posts: 656
    edited 2008-08-15 09:21
    You can recycle Nichrome wire out of old hair dryers and toasters and some kinds of soldering irons.
Sign In or Register to comment.