OLED Hacked Power Bank

In a feat of over-engineering, [Everett Bradford] hacked his power bank to add power monitor via an OLED display to show live current, voltage, temperature, and capacity information. The idea came when he learned about the INA219 chip. The INA219 is a current shunt and power monitor IC with an I²C or SMBUS compatible interface. The device is able to monitor both shunt voltage drop and bus supply voltage, with programmable conversion times and filtering. A programmable calibration value, combined with an internal multiplier, enables direct readouts of current in amperes. An additional multiplying register calculates power in watts.

With impressive miniaturization skills, [Everett] dissembles the Xiaomi Mi power bank and manages to add a custom power monitoring module and an OLED display. Not only that, he replaced the 4 LEDs that were the battery level indicators and actually consume more amps than his board plus the display. While active, the board consumes about 8mA. In sleep mode, it consumes less than 30µA.

The 32×64 OLED display and the custom-made circuit was assembled and tightly fitted into the original case. The power bank now gives readings of the battery charge level in a small graph, numeric current input/output, voltage and temperature. The seamless integration of the display into the power bank makes it look like something that could perfectly have come from a store. This is not your typical DIY power bank nor a gigantic 64 cells power bank. It is a precise and careful modification of an existing product, adding value, functionality, and dare I say it, style: an awesome hack!

We can see [Everett] process in the following video:

Continue reading “OLED Hacked Power Bank”

Hand-Carving Geometric Art

[Scott Cramer] is a retired professional woodworker who specializes in geometric art made from beautifully joined wood. In this project he’s carving four interlocked cloverleaf rings from a block of basswood. First he made a series of cuts to turn the block into a cuboctahedron, a geometric solid comprising six squares and eight triangles. Then he drew on the basic lines of the rings on the wood and went to work with a chisel, smoothing and separating the rings and carving out the interior. You can see more shots of the project on his Facebook post, which is included after the break.

To see more of [Scott]’s projects you can follow his Twitter feed. Our favorites include this 70″ pentagonal icosatetrahedron built out of hemlock that [Scott] says is the “largest in Coös County, NH” — what, there are others? He also made a magogany representation of a Hamiltonian circuit of a dodecahedron’s vertices.

We love math art on Hackaday — see our interview with Francisco do Comité we ran earlier this year.

Continue reading “Hand-Carving Geometric Art”

Military Satellite Goes Civilian

Space may be the final frontier, but that doesn’t mean we all get to explore it. Except, perhaps by radio, as the US Air Force has just demobbed a satellite and handed it over to the public to use. FalconSAT-3 was built and used by students at the US Air Force Academy (USAFA) as part of their training, then launched into orbit in 2007. It’s still going 10 years later, but the USAFA is building and launching more satellites, so they don’t need FalconSAT-3. Rather than trash it, they have turned off the military bits and and are allowing radio amateurs to use it.

Continue reading “Military Satellite Goes Civilian”

Calculus In 20 Minutes

If you went to engineering school, you probably remember going to a lot of calculus classes. You may or may not remember a lot of calculus. If you didn’t go to engineering school, you will find that there’s an upper limit to how much electronics theory you can learn before you have to learn calculus. Now imagine Khan Academy, run by an auctioneer and done without computers. Well, you don’t have to imagine it. Thinkwell has two videos that purport to teach you calculus in twenty minutes (YouTube, embedded below).

We are going to be honest. If you need a refresher, these videos might be useful. If you have no idea how to do calculus, maybe these are going to whiz by a little fast. However, either way, the videos have some humor value both from the FedEx commercial-style delivery to the non-computerized graphics (not to mention the glass-breaking sound effects). Of course, the video is about ten years old, but that’s part of its charm.

Continue reading “Calculus In 20 Minutes”

Pitmaster BBQ Dashboard Monitors Your Meat And Veggies

Barbecue is all about temperature, about making sure that whatever is on the grill reaches the right temperature. At least, that is the part that makes sure you don’t poison people, because your food should get hot enough to kill any bacteria. [Chris Aquino] decided to take this a step further than simply sticking a thermometer into a hunk of meat by creating Pitmaster. This combination of hardware and software monitors the temperature of multiple chunks of food and alerts you when each is ready, all through a web interface.

Continue reading “Pitmaster BBQ Dashboard Monitors Your Meat And Veggies”

Part Soldering Iron, Part Hand-Held Oscilloscope

If you are in the market for a temperature controlled soldering iron, an attractive choice of the moment is the TS-100 iron available by mail-order from China. This is an all-in-one iron with a digital temperature controller built into its handle, featuring a tiny OLED display. It’s lightweight, reasonable quality, and all its design and software are available and billed as open source (Though when we reviewed it we couldn’t find an open source licence accompanying the code.) This combination has resulted in it becoming a popular choice, and quite a few software hacks have appeared for it.

The latest one to come our way is probably best described as coming from the interface between genius and insanity without meaning to disparage the  impressive achievement of its author. [Befinitiv] has implemented a working oscilloscope on a TS-100, that uses the soldering iron tip as a probe and the OLED as a display. It requires a small modification to the hardware to bring the iron contact into an ADC pin on the microcontroller, and there is currently no input protection on it so the iron could easily be fried, but it works.

It is strongly suggested in the write-up that this isn’t a production-ready piece of work and that you shouldn’t put it on your iron. At least, not without that input protection and maybe a resistive divider. But for all that it’s still an impressive piece of work, a working soldering iron that becomes a ‘scope on a menu selection. Take a look at the ‘scope-iron in action, we’ve posted a video below the break.

Continue reading “Part Soldering Iron, Part Hand-Held Oscilloscope”

Hackaday Prize Entry: Visioneer Sensor HUD

Only about two percent of the blind or visually impaired work with guide animals and assistive canes have their own limitations. There are wearable devices out there that take sensor data and turn the world into something a visually impaired person can understand, but these are expensive. The Visioneer is a wearable device that was intended as a sensor package for the benefit of visually impaired persons. The key feature: it’s really inexpensive.

The Visioneer consists of a pair of sunglasses, two cameras, sensors, a Pi Zero, and bone conduction transducers for audio and vibration feedback. The Pi listens to a 3-axis accelerometer and gyroscope, a laser proximity sensor for obstacle detection within 6.5ft, and a pair of NOIR cameras. This data is processed by neural nets and OpenCV, giving the wearer motion detection and object recognition. A 2200mA battery powers it all.

When the accelerometer determines that the person is walking, the software switches into obstacle avoidance mode. However, if the wearer is standing still, the Visioneer assumes you’re looking to interact with nearby objects, leveraging object recognition software and haptic/audio cues to relay the information. It’s a great device, and unlike most commercial versions of ‘glasses-based object detection’ devices, the BOM cost on this project is only about $100. Even if you double or triple that (as you should), that’s still almost an order of magnitude of cost reduction.