Wireless Mouse Li-Poly Retrofit With USB Charging

wireless_mouse_lipoly_retrofit

It’s no secret that wireless mice can eat through batteries pretty quickly. Rather than keep a fresh supply of AAs on hand at all times, [Phil] decided he would convert his mouse to use a rechargeable lithium polymer battery instead.

This isn’t the first time we’ve seen a cell phone battery crammed into a mouse to increase capacity, but we think this one has been done quite nicely. [Phil] managed to fit a 2.7 – 4.2v Li-Poly battery in the mouse’s palm rest, where there was a little extra empty space. The battery can be charged from any USB port via a custom-built charging module, which he constructed using a MAX1555 charge controller. Another custom-built circuit resides in the space previously occupied by the AA batteries, which uses an MC340063 DC to DC converter to drop the battery’s voltage down to the 1.25v required by the mouse.

The only part of the build that [Phil] is not pleased with is the power switch on the bottom, but since you rarely see that, we could care less. We think it is quite well done, and with a second version already in the works, we anticipate that it will get even better.

Be sure to check out [Phil’s] video tour of the hack, which you can see below.

Continue reading “Wireless Mouse Li-Poly Retrofit With USB Charging”

Developing An Animatronics Platform

This Predator costume has an animatronic element in the shoulder cannon. It tracks the movement of the mask, aiming wherever the Predator gazes. [Jerome Kelty] was asked by a friend to help develop the costume and he ended up with an animatronics platform which can be adapted for many different uses.

Starting with an Arduino Pro Mini [Jerome] designed a host board which would breakout the pins of the Arduino and make it easy to connect and drive multiple servo motors. The board is powered by a 3.3v Lithium Polymer battery with charging handled by a MAX1555 that was included in the design. Check out the video after the break which shows off the Predator suit. Looks like [Jerome] got it right, and he’s also put the platform to use with an Ironman suit that has an arm-mounted missle feature.

Need some inspiration for you next costume build? Take a look at this animatronic collection to get you started.

Continue reading “Developing An Animatronics Platform”

AVR Light Controller

halogen

[Matthias] sent us this project where he builds an AVR light controller. He had a halogen bike light laying around, but was unsatisfied with its lead-acid battery. He wanted to use a lithium-polymer battery but found that they can’t be used directly with halogen lamps due to their voltage. His produced 8.5 volts at full charge and can’t be discharged to below 5 volts. He new a power controller would be necessary to try to flatten that out for his lamp, which needed to stay between 6-12 volts.

He used an ATtiny45 doing PWM to change the voltage. Some other cool features he added were the high and low settings and an LED status light for warnings. You can find pictures, schematics and source code on his page as well as tons of great information. Great job [Matthias].