Seven Decade Programmable Resistor

124

[Gerry Sweeney] was tired of messing around with resistors while prototyping his projects, so he decided he wanted a resistor decade box. The problem is they are typically big and rather expensive ($100+). Unhappy with the selection available for purchase, he decided to design his own.

In the accompanying video, he shows off his first attempt after being inspired by a past post we covered that used a combination of resistors and thumbwheel decimal switches. He modified the design a bit and used surface mount resistors instead, which made for a fairly compact and convenient seven decade resistor box. But he still wasn’t happy with it.

He decided to design his own PCB instead. The simple design utilizes surface mount resistors to conserve space, and jumpers to select the resistance. No bulky switches get in the way and it’s fairly cheap to produce.

Check out the great video explanation of the project after the break. He also shows off the insides of a commercial resistor decade box!

Continue reading “Seven Decade Programmable Resistor”

Modified E-ZPass Detects Reads Far From Toll Booths

Def Con speaker [pukingmonkey] has spent quite a bit of time studying methods government and law enforcement use to track private citizens’ vehicles on the roads. One of the major tracking methods is E-ZPass, an electronic toll collection system used in several states around the country. [pukingmonkey] cracked open his E-ZPass tag to find a relatively basic circuit. In his DEF CON presentation (PDF), he notes you shouldn’t do this to your own tag, as tags are legally not the property of the user.

The tag uses a 3.6 volt long life battery to operate. When idle, the tag only draws 8 microamps. During reads, current draw jumps to 0.3 mA. Armed with this information, it was relatively simple to add a current detecting circuit that outputs a pulse on tag reads. Pulses are then fed into a toy cow, which lights up and “Moos” on each read.

Continue reading “Modified E-ZPass Detects Reads Far From Toll Booths”

A Bitcoin Vending Machine

bitcoinVendingMachine

Accessibility is one of the biggest hurdles facing the Bitcoin revolution, so [Mathias] found a way to give BTCs some market penetration by converting an old condom vending machine. The machine was 30 years old and required some clean up. [Mathias] also worked in a plywood adapter that attaches to the mount on the back so it can install on a wider variety of surfaces. This is an electricity-free alternative to selling coins: the machine is purely mechanical and it vends custom-made vouchers rather than the coins themselves, which you then redeem on the Kondocoin website.

The transaction isn’t as instant or snazzy as the Bitcoin briefcase converter from Defcon this year, but it still provides the advantage of an up-to-date exchange rate, as the vouchers themselves are valued at amount of Euros spent rather than a set amount of coins. The exchange rate is consulted later, when you punch in your voucher key. [Mathias] wants to share the wealth, too, and offers up the server software on github along with a detailed explanation of the process.

Accelerometer Poi

accelerometerPoi

Even if you’ve never attended a rave, you have probably seen one portrayed on film or television. Those glowing spheres-on-a-string being swung around are called poi, and [Matt Keeter] has designed a pair with an accelerometer upgrade. Poi have a long history and were originally made from plants, but contemporary examples usually feature some kind of light, whether it’s fire, LEDs, or even glowsticks tied to shoelaces.

This build required double-sided PCBs and [Matt] had to custom make the protective covering that slips over the board. The poi are powered by 2 AA batteries fed into a 5V boost regulator. But wait, no microcontroller and no PWM? Actually, we think it’s quite clever that [Matt] took the output from the accelerometer and fed into an inverting amplifier. This keeps the voltage constant while allowing the accelerometer to vary the current. Had he used PWM, the fast motion of the swinging poi would instead produce a blinking effect.

An additional trimmer potentiometer accounts for variability in the accelerometers’ output by adjusting the default brightness. If the recent recap of Burning Man has you excitedly planning to attend next summer, you’d probably find plenty of opportunities to use these in the desert.

An Improved Bubble Display With RGB LEDs

Making a bubble display is quite an undertaking, but [Jay] takes advantage of iterative design to construct this impressive (and at 60 tubes, massive) bubble display. The display functions by dispensing bubbles to serve as illuminated pixels in each tube as they rise through the fluid. His build log steps through the display’s construction with a keen attention to detail and above all, patience.

Rather than diving right in and slapping some tubes together, [Jay] took the time to research other bubble display projects, including one we featured a few years back that grew out of yet another HackaDay article. His prototypes started off small to test potential features: whether to use water or glycerin, timing for the air pumps and bubble size, and several others. [Jay] even filled the log with videos of every test, so you can watch the problems and solutions unfold at each step.

The finished display boasts sixty 30″ tall tubes, making it 64″ wide. [Jay] also installed RGB LEDs at every edge where the tubes meet to better distribute the light. You can watch one of the many videos of the display at work below.

Continue reading “An Improved Bubble Display With RGB LEDs”

Graffiti Briefcase For Stealth Tagging

We’re floored by painter and engineer [Bob Partington’s] graffiti briefcase, which proves how well art and tech can complement one another. Fear not, Arduino haters, [Bob]’s case is an analog dream: no microcontrollers here.

The guts consist of 2 components: a linear drive system and a trigger assembly. The former takes advantage of a small RC motor with a chain drive which slides the can’s mounting unit along two stainless steel rods. The latter includes a custom wound solenoid plugged into a 24V cordless drill battery, which slams down 5 pounds of force onto the can’s nozzle to fire the paint.

This all fits into an otherwise inconspicuous looking briefcase to provide some urban camouflage. The final component is a stencil, which slides into a rectangular hole on the bottom of the case. The paint can sprays downward through the stencil and tags the ground at the touch of a brass button located near the handle.  [Bob] has plenty of other cool inventions you should check out that are less illegal. Or, stick it to the man by automating your tagging with Time Writer.

Continue reading “Graffiti Briefcase For Stealth Tagging”

‘conus’ Mixes Media, Math And Mollusks

conusCA

We love art installations that use technology in ways probably never before considered, and Moscow media artist [Dimitry Morozov] has done just that with ‘conus’, which reads the surface of mollusk shells and translates the data into real-time audio and video. These shells are unique; their pigmentation generates natural cellular automata. (If you’ve never heard of cellular automata, Conway’s Game of Life is a good example, where a rule set determines whether a cell lives, dies, or regenerates.

[Dimitry’s] installation uses homemade digital microscopes to scan the naturally-created cellular automata of several shells, each rotating on its own disc. As the shell spins, the scans from the microscopes are fed into an algorithm which transforms the signals into data for multiple audio channels and three video monitors. You can watch the mathematical translation of the biologically-formed patterns in a video after the break.

Check out the MSP430 game of life shield for another example of cellular automata.

Continue reading “‘conus’ Mixes Media, Math And Mollusks”