Molding Rubber For A Pre-production Prototype Using A 3D Printed Model

molding-rubber-for-production-models

When you’re getting close to a production run the prototypes really need to hit the mark before pulling the trigger. [Bob’s] still hard at work getting his scoreboard off the ground and his most recent endeavor was to find a way to prototype the rubber gasket without blowing his shoestring budget. His solution was to harness the power of 3D printing to generate a model from which he could create the mold from which he cast the rubber part.

To make things a bit more difficult, the band isn’t just decorative, it doubles as the tactile part of the scoreboard buttons. You can see all six of them (before being painted to make them stand out) in the inset image above. Just above that image is a picture of the mold making process. The toothpicks are suspending the 3D printed model of the rubber band while the lower half of the silicone mold sets up. Once that had happened [Bob] sprayed release agent to ensure the top half of the mold wouldn’t stick while it cured.

The results turned out just great. Sure, this isn’t the way to go if you’re making a lot of these things. But we’re impressed at the quality he achieve for a one-off item.

If the finished product on the left looks familiar it’s because we looked in on the project last June. [Bob] continues with improvements and plans to launch a crowd funding campaign this week.

Cheap Electronic Dartboard Hacked To Use Android For Scoring

[Dan] took a $13 electronic dartboard and made it work with an Android device. The idea behind it is that these cheap electronic models feature a very sparse display. At this price that doesn’t surprise us. He wanted to add the features you’d find on a coin-op model like the ones found in bars. So he added some hardware that lets him use Android as the scoreboard.

To do this all he needs is the ability to detect when a dart has hit the board and what value was registered. The board is really nothing more than a 62-button input device organized as an 8×8 matrix. He soldered jumpers between the pins and a DIP socket. After the work was done he programmed his Cordium BASIC microcontroller, a 28-pin chip, and dropped it right in. It communicates with a serial Bluetooth module which provides the connectivity with an Android phone. You can see a very quick clip of the app embedded after the break.

This would be just perfect if you’re using an Android set-top-box on a TV near the dart board.

Continue reading “Cheap Electronic Dartboard Hacked To Use Android For Scoring”

4″ Seven Segment Displays Make A Fine Scoreboard

[Blark] took a few parts and turned them into a simple scoreboard. The centerpiece of the build is a set of 4″ seven-segment displays. With those in hand it was just a matter of choosing a controller to feed them data, and developing a user interface.

He seems to have had some issues as he mentions having blown up two PIC chips while soldering. He transitioned to an ATtiny24 chip and everything seems to work quite well now. The user interface depends on two buttons, each increments the score for one half of the display and pushing both at once zeros the game score. The displays use shift registers to store data so they’re quite easy to control with AVR chips. Check out the demo video after the break.

The only problem here is that someone needs to be on the sidelines to increment the score. We’ve seen some more intricate designs that let you use a remote control or even a smart phone.

Continue reading “4″ Seven Segment Displays Make A Fine Scoreboard”

Gaming Scoreboard And Storage Box In One

This game storage box will also keep score for you. [Marcus] built it for playing the card game Munkin, but some clever programming could adapt it for most needs. The hardware is built around an ATtiny2313 to do the thinking, and a MAX7219 to drive the 7-segment displays. Each player has their own two-digit score readout, which is perfect for this game which only tracks scores from -9 up to 10.

In the video after the break you can see [Marcus’] explanation of the user interface. One player acts as scorekeeper for the game. That person uses three buttons to adjust the score as necessary, and to move the current player marker, expressed as a decimal point on one of the displays. Pressing all three keys will put the unit into programming mode. This lets you select the number of players and at which position they are sitting, as well as make adjustments to the score if necessary.

Continue reading “Gaming Scoreboard And Storage Box In One”

NBA Hangtime Pinball Display

[Ed Zarick] continues work on his NBA Hangtime pinball machine with the completion of the scoreboard and backglass. You should remember this project as we already covered the layer audio he developed for the system. Now he’s proving to be a protoboard master, using point-to-point techniques to build a pair of two and a half digit LED displays for team scores, as well as a shot clock timer and other status indicators.

The lighting board that controls it all is commanded via the i2c protocol, just like the three audio modules. It uses shift registers along with MOSFETs and [Ed] has taken the time to add pin headers and sockets for board interconnects. As is true with the audio system, one Arduino Mega acts as the master on the i2c bus and you’ll notice in the video after the break that the display works in perfect harmony with the sound effects.

We can’t wait to see what he comes up with for the play field!

Continue reading “NBA Hangtime Pinball Display”

Scoreboard From Scratch

[Kenneth] built this scoreboard for use at a ballpark that lacks such luxuries. We think this a phenomenal application for his skill and his pocketbook. He laid out PCBs for each digit in Eagle and etched them himself, then installed the indicators for home score, visitor score, inning, balls, strikes, and outs in a laser cut case. A pretty beefy battery along with the folding stand make this quite portable.

In the demo video after the break he’s connected to the scoreboard via telnet to update the score. This trick is accomplished using SparkFun’s WiFly GSX breakout board to set up an adhoc wireless network. The goal is to write an iPhone app that will be used to control the board in the field (or the outfield as it were).

This could definitely be used for different types of scoring during the off season.

Continue reading “Scoreboard From Scratch”