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]

DIY Smart Tweezers Make SMD Work A Cinch

diy_smd_smart_tweezers

[Noel] does a lot of SMD work and wanted a pair of “smart” tweezers that could be used to place components as well as for reading their capacitance and resistance values on the fly. As we have seen, these things can be somewhat costly, and not really necessary if you already have a good multimeter. With that in mind, he figured he could build his own for almost nothing.

He started off with a pair of kids’ “training” chopsticks which are durable, but more importantly, non-conductive. He took a second pair of tweezers, this time made of metal, and split them in two. He soldered wire to a set of ring terminals, mounting one on each leg of his broken tweezers. The final bit of assembly involved using zipties to mount everything on the plastic chopsticks along with the addition of banana plugs to the end of his probes.

[Noel] says that the tweezers work quite well, and with such a low price tag, we can’t argue.

Keypad Uses A PIC’s Built In Capacitance Functionality

[Giorgos Lazaridis’] most recent project was to build a capacitive touch pad. Since he’s using a PIC 16F1937 it will be relatively easy. That’s because it has a 16 channel capacitance sensing module built right in. But there are still some design considerations that make the development a bit touching.

This isn’t the first time he’s worked with capacitance sensing. Through past experience he has found that it is very important to position the microcontroller as close to the button pads as possible. Because of this, the chip is soldered on the back of the PCB used for the keypad itself. Because he’s hand soldering vias, he also used some foam tape to raise the button pads just a bit. This way they will be flush with the acrylic overlay, which cannot sit flat on the board due the via solder joints.

Check out the video after the break to hear [Giorgos] walk us through the project.

Continue reading “Keypad Uses A PIC’s Built In Capacitance Functionality”

Variable Capacitance/reistance Switch Box Has You Covered

variable_cap_resistor_box

While working on electronics projects, it’s often necessary to test out different capacitance or resistance values as things are moving along. Depending on what you are testing, this can be a tedious process even when using a breadboard. Instructables user [mattthegamer463] recently built a very useful device that would help out in these situations, and would likely be a welcome addition to any Hackaday reader’s workbench.

His variable resistor/capacitor box makes it easy to test out any number of different resistance or capacitance values with a simple turn of a knob. He wired up a pair of pots to provide a wide range of resistance values, being sure to add a low-resistance safety as well as safety override switch for those of you who like to have things blow up in your face live dangerously. A set of 22 capacitors were wired up on a piece of perfboard, each of which can be selected using a pair of knobs. He added a simple switch to allow the capacitors to be toggled between parallel and series orientations as well.

[Matt] did a wonderful job here – this is a great project that can be customized in a multitude of ways to fit almost anyone’s specific needs.

Pressure Mapping Sensor Mat

[imsolidstate] built his own pressure sensitive mat. It utilizes two discs of copper clad board with a piece of foam in between for each of 64 sensors. As the foam gets compressed, the capacitance between the two pieces of copper changes, a measurement that is fairly easy to make with an analog to digital converter. The mat is being used to measure how well a horse saddle fits the animal. Data is read in through a serial port and then mapped using Excel. This prototype proves that the concept works but [imsolidstate] mentions that there’s room to improve the sensitivity and that there could be more noise filtering incorporated into the design.