topleft topright

Results 1 to 13 of 13
  1. #1
    Julie C.
    Guest

    Schematics for mini foil scoring machine

    I'm looking for the schematics of a battery operated minature scoring
    machine, something similar to the Favero MINI-02 (
    http://www.favero.com/en/com/mini02.htm ) , that I could make myself.

    I want a circuit that signals each time the foil tip is pressed. It doesn't
    bother me if the device is not able to distinguishe between valid and
    invalid touches.


  2. #2
    Julie C.
    Guest

    Re: Schematics for mini foil scoring machine

    While waiting for an answer, I made a device by myself with a 555 IC Timer.
    Works just perfect.

    Thanks anyway.


  3. #3
    Julie C.
    Guest

    Re: Schematics for mini foil scoring machine

    While waiting for an answer, I made a device by myself with a 555 IC Timer.
    Works just perfect.

    Thanks anyway.


  4. #4
    news.kingsdown.swindon.sch.uk
    Guest

    Re: Schematics for mini foil scoring machine

    So could you post your schematics please :-)

    Might well come in handy ......


    "Julie C." <no-spanner@127.0.0.0> wrote in message
    news:viHia.3300$945.9985@tor-nn1.netcom.ca...
    > While waiting for an answer, I made a device by myself with a 555 IC

    Timer.
    > Works just perfect.
    >
    > Thanks anyway.
    >




  5. #5
    news.kingsdown.swindon.sch.uk
    Guest

    Re: Schematics for mini foil scoring machine

    So could you post your schematics please :-)

    Might well come in handy ......


    "Julie C." <no-spanner@127.0.0.0> wrote in message
    news:viHia.3300$945.9985@tor-nn1.netcom.ca...
    > While waiting for an answer, I made a device by myself with a 555 IC

    Timer.
    > Works just perfect.
    >
    > Thanks anyway.
    >




  6. #6
    Andy Smart
    Guest

    Re: Schematics for mini foil scoring machine

    Sorry for my newsgroup bad manners - previous post is from me, not an
    anonymus newsgroup LOL

    "news.kingsdown.swindon.sch.uk" <andy@postmaster.co.uk> wrote in message
    news:b6jdgn$ssp$1@newsfeed.th.ifl.net...
    > So could you post your schematics please :-)
    >
    > Might well come in handy ......
    >
    >
    > "Julie C." <no-spanner@127.0.0.0> wrote in message
    > news:viHia.3300$945.9985@tor-nn1.netcom.ca...
    > > While waiting for an answer, I made a device by myself with a 555 IC

    > Timer.
    > > Works just perfect.
    > >
    > > Thanks anyway.
    > >

    >
    >




  7. #7
    Andy Smart
    Guest

    Re: Schematics for mini foil scoring machine

    Sorry for my newsgroup bad manners - previous post is from me, not an
    anonymus newsgroup LOL

    "news.kingsdown.swindon.sch.uk" <andy@postmaster.co.uk> wrote in message
    news:b6jdgn$ssp$1@newsfeed.th.ifl.net...
    > So could you post your schematics please :-)
    >
    > Might well come in handy ......
    >
    >
    > "Julie C." <no-spanner@127.0.0.0> wrote in message
    > news:viHia.3300$945.9985@tor-nn1.netcom.ca...
    > > While waiting for an answer, I made a device by myself with a 555 IC

    > Timer.
    > > Works just perfect.
    > >
    > > Thanks anyway.
    > >

    >
    >




  8. #8
    Thom Cate
    Guest

    Re: Schematics for mini foil scoring machine

    "Julie C." <no-spanner@127.0.0.0> wrote in message news:<viHia.3300$945.9985@tor-nn1.netcom.ca>...
    > While waiting for an answer, I made a device by myself with a 555 IC Timer.
    > Works just perfect.


    The 555 IC project is nice, but a bit overdone for training and
    testing needs; an RC (resistance-capacitance) circuit should suffice,
    as logic and timing are not required for this circuit. For those
    looking for a simpler solution, try this:


    - + |----[tip]---[LED]-----------|
    [batt]---/ --| |----(gnd)
    |---/\/\/\--[piezeo buzzer]--|


    Ugly diagram, but I'm working with ASCII here. And I'm not including
    actual values for the devices.

    For those new to simple circuits, here's how this works. Power from
    the battery is controlled by the switch. When the switch is on, and
    the foil tip is not depressed, the LED is on, but the resistor
    prevents the current from flowing through the buzzer. When the foil
    tip is pressed in, the current can no longer flow through the LED, and
    now must flow through the resistor/piezeo buzzer, which will sound as
    long as the tip is pressed in.

    You don't even need a circuit board for this thing, it can all be done
    with wires, and (depending on your battery) slipped into a cigar tube
    and strapped to your wrist--very, very low-tech, very very effective.

    Cheers,

    TC
    --

  9. #9
    Thom Cate
    Guest

    Re: Schematics for mini foil scoring machine

    "Julie C." <no-spanner@127.0.0.0> wrote in message news:<viHia.3300$945.9985@tor-nn1.netcom.ca>...
    > While waiting for an answer, I made a device by myself with a 555 IC Timer.
    > Works just perfect.


    The 555 IC project is nice, but a bit overdone for training and
    testing needs; an RC (resistance-capacitance) circuit should suffice,
    as logic and timing are not required for this circuit. For those
    looking for a simpler solution, try this:


    - + |----[tip]---[LED]-----------|
    [batt]---/ --| |----(gnd)
    |---/\/\/\--[piezeo buzzer]--|


    Ugly diagram, but I'm working with ASCII here. And I'm not including
    actual values for the devices.

    For those new to simple circuits, here's how this works. Power from
    the battery is controlled by the switch. When the switch is on, and
    the foil tip is not depressed, the LED is on, but the resistor
    prevents the current from flowing through the buzzer. When the foil
    tip is pressed in, the current can no longer flow through the LED, and
    now must flow through the resistor/piezeo buzzer, which will sound as
    long as the tip is pressed in.

    You don't even need a circuit board for this thing, it can all be done
    with wires, and (depending on your battery) slipped into a cigar tube
    and strapped to your wrist--very, very low-tech, very very effective.

    Cheers,

    TC
    --

  10. #10
    Fencerbill
    Guest

    Re: Schematics for mini foil scoring machine

    In article <4c1bba3.0304040743.5bf8a8a1@posting.google.com> , tcate@zoo.uvm.edu
    (Thom Cate) writes:

    >The 555 IC project is nice, but a bit overdone for training and
    >testing needs; an RC (resistance-capacitance) circuit should suffice,


    I, for one, would like to see the 555 IC setup. It could be very helpful for
    someone like me who tests dozens of reels and body/floor cords and who has to
    do each one quickly..

    You want to capture that fast intermittent (which also activates the machine)
    and turn it into a longer buzz. I know schematics are difficult for putting in
    messages but perhaps someone could talk through it. And please include the R
    and C values and the IC pin numbers.

    Bill Hall

  11. #11
    Fencerbill
    Guest

    Re: Schematics for mini foil scoring machine

    In article <4c1bba3.0304040743.5bf8a8a1@posting.google.com> , tcate@zoo.uvm.edu
    (Thom Cate) writes:

    >The 555 IC project is nice, but a bit overdone for training and
    >testing needs; an RC (resistance-capacitance) circuit should suffice,


    I, for one, would like to see the 555 IC setup. It could be very helpful for
    someone like me who tests dozens of reels and body/floor cords and who has to
    do each one quickly..

    You want to capture that fast intermittent (which also activates the machine)
    and turn it into a longer buzz. I know schematics are difficult for putting in
    messages but perhaps someone could talk through it. And please include the R
    and C values and the IC pin numbers.

    Bill Hall

  12. #12
    Thom Cate
    Guest

    Re: Schematics for mini foil scoring machine

    fencerbill@aol.com (Fencerbill) wrote in message news:<20030404132326.18459.00000004@mb-cc.aol.com>...
    > In article <4c1bba3.0304040743.5bf8a8a1@posting.google.com> , tcate@zoo.uvm.edu
    > (Thom Cate) writes:
    >
    > >The 555 IC project is nice, but a bit overdone for training and
    > >testing needs; an RC (resistance-capacitance) circuit should suffice,

    >
    > I, for one, would like to see the 555 IC setup. It could be very helpful for
    > someone like me who tests dozens of reels and body/floor cords and who has to
    > do each one quickly..


    Well, now that's true! By "lengthening" the duration of the buzz you
    can more easily detect smaller or incipient faults.

    I got my 555 IC circuit from www.pointcontrol.com, which provides the
    ..pdf with diagram and pinouts near the bottom of the front page.
    Point Control is also a good computer-based Tournament Managagement
    software package, and is made available at a very reasonable price (We
    use Fencing Time, but Point Control was a close second).

    TC

  13. #13
    Thom Cate
    Guest

    Re: Schematics for mini foil scoring machine

    fencerbill@aol.com (Fencerbill) wrote in message news:<20030404132326.18459.00000004@mb-cc.aol.com>...
    > In article <4c1bba3.0304040743.5bf8a8a1@posting.google.com> , tcate@zoo.uvm.edu
    > (Thom Cate) writes:
    >
    > >The 555 IC project is nice, but a bit overdone for training and
    > >testing needs; an RC (resistance-capacitance) circuit should suffice,

    >
    > I, for one, would like to see the 555 IC setup. It could be very helpful for
    > someone like me who tests dozens of reels and body/floor cords and who has to
    > do each one quickly..


    Well, now that's true! By "lengthening" the duration of the buzz you
    can more easily detect smaller or incipient faults.

    I got my 555 IC circuit from www.pointcontrol.com, which provides the
    ..pdf with diagram and pinouts near the bottom of the front page.
    Point Control is also a good computer-based Tournament Managagement
    software package, and is made available at a very reasonable price (We
    use Fencing Time, but Point Control was a close second).

    TC

Similar Threads

  1. Old results postings
    By fencingguy in forum Fencing Discussion
    Replies: 7
    Last Post: 08-29-2005, 10:03 PM
  2. Fencing FAQ (part 2)
    By Morgan Burke in forum Fencing Discussion
    Replies: 0
    Last Post: 03-10-2003, 09:33 AM
  3. Fencing FAQ (part 2)
    By Morgan Burke in forum Fencing Discussion
    Replies: 0
    Last Post: 03-10-2003, 09:31 AM
  4. Scoring Machine Schematics?
    By Mulligan in forum Armory - Q&A
    Replies: 9
    Last Post: 02-14-2003, 11:57 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30