PIC LC Meter Improvements Add Li-Ion Battery And Charging Circuitry

[Trax] needed an LC meter and decided to use a tried-and-true design to build his own. The only problem was that he didn’t want to be tied to a bench supply or power outlet, which meant a bit of auxiliary design was in order. What he came up with is the battery-powered LC meter you see above.

The core of the original [Phil Rice] design remains the same, with slight modifications to drive a different model of character LCD. The code is mostly unchanged, but some calibration routines became necessary after [Marko] noticed bugs in the behavior after power cycling. Now the device will perform what amounts to a hardware reset about 700ms after powering on or changing between inductance and capacitance measuring functions. The project box is quite small, and to get everything to fit [Marko] sourced the Lithium Ion battery from a Bluetooth headset. He needs 5V for the LCD screen so he used a TPS61222 boost converter. To top off the battery he’s included a MAX1811 single-cell Li-ion charger, which has a couple of status LEDs visible through the case as seen above.

[Thanks Marko]

Laser Light Show Comes To Life From The Junk Bin

In a project that only spanned about three weeks [Lars] built this laser light show projector using parts scavenged from his junk bin. We’ve seen the concept many times before, all you need is a laser source and two mirrors mounted on a spinning bases. The laser diode for this project was pulled from a recordable DVD player. That beam passes through the optics from a laser printer to give it the focus necessary to get a good projected image.

[Lars] played around with the mirror angles until he achieved just the right look. The first mirror is mounted about 4 degrees from being flat with its motorized base; the second is off by about 6 degrees. This introduces slight oscillation in the beam direction when the motors are spinning. By adjusting the speed of each motor you get different patterns. Adjustments are happening completely at random thanks to the BasicStamp2 microcontroller which hadn’t been used in years. Fifteen lines of code were all it took.

Want a laser that’s not controlled at random? Check out this addressable galvanometer-based show.

Adding An External Audio Input To The Sansa Clip+

adding_external_mic_input_sansa_clip

Workshop 88 member [Jim] got his hands on a couple of SanDisk Sansa Clip+ MP3 recorder/players from Woot, and was anxious to see what he could do with them.

The first order of business was to install RockBox, an open source hardware package built for a wide range of MP3 players. He was impressed with how robust the firmware was, though he thought the Sansa’s built-in microphone could use a bit of upgrading. Acting on a tip from a fellow square dance enthusiast, he disassembled one to see how he might add an external audio input.

He pried the existing mic apart, and desoldered it from the motherboard, installing a small capacitor and resistor in its place. He extended some wires through the case, then powered up the unit to make sure it was still alive and well. Since things still looked good, [Jim] put some audio on the Sansa’s new inputs and sure enough it recorded the audio without a hitch.

He says that his initial guesses for the capacitor and resistor values were pretty decent, though with a bit of tweaking he should be able to get exactly the recording levels he was looking for. Not bad for a $20 audio recorder!

ATtiny Hacks: BEES! An Electronic Scale To See Who Brings In More Honey.

[MakingThingsWork] wanted an accurate way to keep track of the weight of his beehive, so he decided to build himself a data logging electronic scale. First he ripped the strain gauges from an old electronic scale which he then fitted to his home made beehive base. He then went about designing and building the control board which is based about the Attiny 85 (if you hadn’t guessed by the banner). An instrumentation amplifier was used to amplify the signal from the strain gauge, which is then read by the ADC on the Attiny. It looks like he had some trouble getting consistent results from the scale, so to eliminate the error caused by temperature variations he set up a fixed voltage divider for reference. With this setup the scale can produce results at +/- 0.5lb accuracy, sounds just fine for a system that cost less than $50. The V-usb project software has been used to connect the scale to his PC which he uses to collect and graph the data. All in all a very neat project and by the looks of it, some very productive bees.

8 Breadboard Hacks To Make Life Easier

If you like messing around with electronics, one of the best tools you can have on hand is a solderless breaboard. These handy little chunks of plastic just let you “plug n play” so you can quickly develop a circuit before committing it to solder and fiberglass. Handy as they are, they do have their downsides such as:  stuff not fitting, split up power rails, running out of jumpers or just taming what can quickly become a birds nest of a mess.

Luckily the folks over at [Proto Stack] have published a handy article giving us 8 Breadboard Hacks. While anyone that has used breadboads for any length of time will have probably figured most of these out, its still good knowledge for any newcomers to the sometimes aggravating world of plastic and jumpers.

Also we know there are more hacks you can do to make your lives easier and would love to hear them in the comments.

18650_things_to_do_with_dead_laptop_batteries

Things To Do With Your Laptop Batteries When They’re Dead

[Roy] over at GeekDad had a dead laptop battery on his hands, and decided he would disassemble it to see what useful things he could do with the cells inside. He mentions in his article that even though your laptop might be convinced that its battery is toast, more often than not just one or two cells are damaged. This may not be news to all of our readers, but is worth pointing out to those who might not be aware.

With the bad cells separated from the good, [Roy] thought up a couple of different uses for his newly acquired batteries. His initial idea was to power an LED flashlight that was made to run on the 18650 cells he recovered from his laptop – not a stretch of the imagination, but definitely useful. The second use he came up with was to pair two of the cells together in order to simultaneously power an Arduino and some small Lego motors.

[Roy] lays out all of the standard caveats you would expect regarding the care and feeding of the lithium cells, and even suggests rebuilding the laptop battery as an option for the more skilled members of his audience.

Now we understand that dismantling and re-using old laptop cells is not necessarily groundbreaking, but it’s definitely something that’s worth a bit of discussion. [Roy] admits that his two ideas fall far short of the “18650 Things” his article title suggests, so how about adding a few of your own?

If you have stripped down some laptop batteries to salvage the cells, let us know what you did with them in the comments – we would be interested in hearing about it.

Space Camera Streams Data During Flight

Take the risk of not recovering your hardware out of a near-space camera launch by streaming the data during flight. [Tim Zaman] is part of a team that developed the rig seen above. It sent 119 image back during the recent balloon launch. This included transmissions from as high as 36 kilometers.

The main hardware included a BeagleBoard with connected Webcam housed in a Styrofoam cooler for thermal protection. Pair that with a GPS module for location tracking, and a GPRS module for data transmission and you’re in business.

But that’s not all that went up. The team built a backup hardware module in case the primary failed. This one also had a GPS and GPRS radio, but was driven by an Arduino.

The radio connection made it easy to recover the hardware. GPS data led the team directly to the landing site. The package came to rest on the roof of a building, but we guess that’s more convenient than getting snagged at the top of a huge tree.

Don’t miss the hardware detail video that we’ve embedded after the break.

Continue reading “Space Camera Streams Data During Flight”