Author Topic: Electronic Dartboard (what sensor we are going to use?)  (Read 8701 times)

0 Members and 2 Guests are viewing this topic.

Offline juriesnakeTopic starter

  • Newbie
  • Posts: 5
  • Country: ph
Electronic Dartboard (what sensor we are going to use?)
« on: February 25, 2014, 09:44:01 pm »
We are going to make a Thesis Project "Electronic Dartboard" which features automatic score that will be displayed in a 7segment once it detects a dart pin on its dartboard. My problem is what kind of sensor we're going to use. Can you please give me some suggestions?

Thanks :)
 

Offline fcb

  • Super Contributor
  • ***
  • Posts: 2117
  • Country: gb
  • Test instrument designer/G1YWC
    • Electron Plus
Re: Electronic Dartboard (what sensor we are going to use?)
« Reply #1 on: February 25, 2014, 10:10:51 pm »
Depends on your comfort-level & ability with software.

I can think of at least a half-dozen ways to do it - but if I was doing it, I think I would use microphones around (at least 6) the edge and look at the relative timing of the thwack.

Regulation board is 451mm diameter, speed of sound 340.29m/s so you could do it quite crudely using the time difference between opposite pairs of microphones to create chords, some (very) simple signal processing and three timers on a micro-controller.
https://electron.plus Power Analysers, VI Signature Testers, Voltage References, Picoammeters, Curve Tracers.
 

Offline minibutmany

  • Regular Contributor
  • *
  • Posts: 53
  • Country: us
Re: Electronic Dartboard (what sensor we are going to use?)
« Reply #2 on: February 25, 2014, 10:31:33 pm »
Why not use capacitive sensors?
 

Offline TerraHertz

  • Super Contributor
  • ***
  • Posts: 3958
  • Country: au
  • Why shouldn't we question everything?
    • It's not really a Blog
Re: Electronic Dartboard (what sensor we are going to use?)
« Reply #3 on: February 25, 2014, 11:31:10 pm »
Sounds like quite a hard problem. You can't use anything in the actual target area (the whole board), since
a. Any sensor will get repeatedly stabbed to death.
b. Putting anything other than the usual soft board there will negatively affect the 'thunk-nature' of the board, and detract from the game.

So it's a remote sensing problem. You have to detect the location of several metal pins (the dart needles) within an area, to high accuracy.
The darts may rest at angles, but it's the point of penetration that counts, so you have to sense at (or very close to) the surface of the board.
RF/electromagnetic/radar solutions are complicated by the wide variety of dart body materials, ranging from mostly plastic, to all metallic.

Best I can think of is two or more hi-res cameras looking at the board surface from oblique angles, and some distance away. Then it becomes an image recognition software problem. A fairly hard one, due to angled darts, different body shapes, and darts close to each other.
Collecting old scopes, logic analyzers, and unfinished projects. http://everist.org
 

Offline sonnytiger

  • Frequent Contributor
  • **
  • Posts: 277
  • Country: ca
  • Life is pretty enjoyable, eh?
Re: Electronic Dartboard (what sensor we are going to use?)
« Reply #4 on: February 25, 2014, 11:38:03 pm »
I quite like the microphone idea, seems like the one that would be most likely to work and would be the best trade of between difficulty of implementation and accuracy.
 


Offline Skimask

  • Super Contributor
  • ***
  • Posts: 1433
  • Country: us
Re: Electronic Dartboard (what sensor we are going to use?)
« Reply #6 on: February 26, 2014, 12:40:33 am »
No kidding...  $15USD for a cheap electronic dart board.
Is even a single hour of design, building, troubleshooting, finishing a dart board worth $15?  (assuming a guy could magically do it all inside of an hour)
I'd doubt if 99% of the population on these forums could do a blinky from scratch in under an hour and under $15.
I didn't take it apart.
I turned it on.

The only stupid question is, well, most of them...

Save a fuse...Blow an electrician.
 

Offline fcb

  • Super Contributor
  • ***
  • Posts: 2117
  • Country: gb
  • Test instrument designer/G1YWC
    • Electron Plus
Re: Electronic Dartboard (what sensor we are going to use?)
« Reply #7 on: February 26, 2014, 01:44:34 am »
Can you use real darts in those electronic dartboards though?
https://electron.plus Power Analysers, VI Signature Testers, Voltage References, Picoammeters, Curve Tracers.
 

Offline ajb

  • Super Contributor
  • ***
  • Posts: 2582
  • Country: us
Re: Electronic Dartboard (what sensor we are going to use?)
« Reply #8 on: February 26, 2014, 06:21:23 pm »
Not that I'm an expert, but the electronic dart boards I've seen have used a perforated plastic surface on the target and the darts have blunt plastic tips that are meant to lodge into the holes and make a mechanical contact through the surface.  In practice, they simply bounce off the target as often as stick in a hole.  A proper dart board that happened to have electronic scoring with real darts would be pretty cool.  "Thwack" timing would probably be the way I'd go, but I wonder if you'd be able to get sufficient precision to have reliable judging of darts that land right near a scoring boundary, especially if using a natural cork board that will likely have internal material/density variations that may affect acoustics.  Probably need a manual override to allow for human judgement calls in any case.
 

Offline C

  • Super Contributor
  • ***
  • Posts: 1346
  • Country: us
Re: Electronic Dartboard (what sensor we are going to use?)
« Reply #9 on: February 26, 2014, 08:07:54 pm »
I like fcb's sound idea.

I just wonder if one type of sensor is enough?

I was wondering if you put an array of wire loops behind the board if you could detect the dart tip being inside the loop. Some what like a medal detector but with many loops. With the dart tip being medal it should change the loops properties, but would it be enough to detect?

C
 

Offline deth502

  • Frequent Contributor
  • **
  • Posts: 418
  • Country: us
Re: Electronic Dartboard (what sensor we are going to use?)
« Reply #10 on: February 26, 2014, 08:42:49 pm »
soft tip darts work on sisal boards too. most bars dont even allow steel tip darts anymore. the only boards you NEED steel for are the lowest quality pos rolled paper or cork boards.
 

Offline NiHaoMike

  • Super Contributor
  • ***
  • Posts: 8973
  • Country: us
  • "Don't turn it on - Take it apart!"
    • Facebook Page
Re: Electronic Dartboard (what sensor we are going to use?)
« Reply #11 on: February 26, 2014, 08:47:11 pm »
What about a piezo behind each "zone" and take measures to minimize crosstalk?
Cryptocurrency has taught me to love math and at the same time be baffled by it.

Cryptocurrency lesson 0: Altcoins and Bitcoin are not the same thing.
 

Offline psycho0815

  • Regular Contributor
  • *
  • Posts: 150
  • Country: de
    • H-REG Blog
Re: Electronic Dartboard (what sensor we are going to use?)
« Reply #12 on: February 27, 2014, 10:50:42 am »
Now this is just an idea, but if you place accelerometer behind the board in a grid pattern, i reckon you should be able to extrapolate the impact area. I also like the microphone idea, but i'm thinking it would'n be very reliable in a bar with high ambient noise.
If you like, check out my blog (german):
http://h-reg.blogspot.de
 

Offline fcb

  • Super Contributor
  • ***
  • Posts: 2117
  • Country: gb
  • Test instrument designer/G1YWC
    • Electron Plus
Re: Electronic Dartboard (what sensor we are going to use?)
« Reply #13 on: February 27, 2014, 01:00:13 pm »
As this project is for the OP's thesis, I think they should work out (or god forbid - actually experiment!) the pro's and con's of any proposed method.

That said..

Ambient noise would probably be common-mode enough to not be a major issue.  Also, if the microphones where aimed inwards then they might be better protected against rogue darts and probably increase ambient vs wanted SNR (at the expense of ambient common-mode rejection).

The OP should really just buy a few $1 condenser mikes, a dartboard, borrow a scope and ..... experiment.
https://electron.plus Power Analysers, VI Signature Testers, Voltage References, Picoammeters, Curve Tracers.
 

Offline psycho0815

  • Regular Contributor
  • *
  • Posts: 150
  • Country: de
    • H-REG Blog
Re: Electronic Dartboard (what sensor we are going to use?)
« Reply #14 on: February 27, 2014, 01:32:40 pm »
i gues i didn't phrase that right. i wasn't thinking about actual ambient noise, but about peaks other than the thwack of the dart, like someone breaking a glas.
As i said i have no clue, how much of an issue that would actually be. I think you really have to experiment to find out.
It shouldn't take much to put together a proof of concept, though.
If you like, check out my blog (german):
http://h-reg.blogspot.de
 

Offline Stonent

  • Super Contributor
  • ***
  • Posts: 3824
  • Country: us
Re: Electronic Dartboard (what sensor we are going to use?)
« Reply #15 on: February 27, 2014, 01:54:41 pm »
Well one thing to consider, you don't need to know the exact position of the dart, just the scoring zone in which it landed.
The larger the government, the smaller the citizen.
 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf