Live Energy Monitor Helps Plan Power-Hungry Appliance Use

There are a lot of good reasons to have a better understanding of one’s household power use, and that is especially true for those that do their own solar power collection. For example, [Frederick] determined that it would be more efficient to use large appliances (like a dishwasher or washing machine) when there was excess solar power available, but the challenge was in accessing the right data in a convenient way. His Raspberry Pi-based live energy monitor was the solution, because it uses an LED matrix to display live energy data that can be consulted at a glance.

Interestingly, this project isn’t about hacking the power meter. What this project is really about is conveniently accessing that data when and where it is best needed. [Frederick] has a digital power and gas meter with the ability to accept a small wireless dongle. That dongle allows a mobile phone app to monitor power usage, including whether power is being taken from or exported to the grid.

Since [Frederick] didn’t want to have to constantly consult his mobile phone, a Raspberry Pi using a Pimoroni Unicorn HAT HD acts as a glanceable display. His Python script polls the power meter directly over WiFi, then creates a live display of power usage: one LED for every 250 W of power, with the top half of the display being power used, and the bottom half representing power exported to the grid. Now the decision of when to turn on which appliances for maximum efficiency is much easier, not by automating the appliances themselves, but simply by displaying data where it needs to be seen. (This kind of thing, incidentally, is exactly the idea behind the Rethink Displays challenge of the 2021 Hackaday Prize.)

As for those of us without a digital power meter that makes it easy for residents to access power data? It turns out there is no reason a power meter’s wireless service interface can’t be sniffed with RTL-SDR.

DIY Camera Dolly Costs More Time Than Money

A camera dolly can be fantastic filmmaking tool, and [Cornelius] was determined to create his own version: the “Dope” DIY Dolly. The result not only upped his production quality, but was also entirely in line with his DIY approach to filmmaking in general.

A basic dolly design is straightforward enough: a flat platform with wheels, and some aluminum tubing upon which to roll. But while dolly assemblies are easy to purchase or rent, [Cornelius] found that his DIY version — which used easily sourced parts and about 80 hours worth of 3D printing — provided perfectly acceptable results, while opening the door to remixing and sharing with like-minded filmmakers.

Interested? Download the STL files to get started on your own version. As for the track, smooth metal pipe is best, but sometimes track made from PVC can do the job. [Cornelius] has a few additional STL files for those planning to make a base from 1″ PVC pipe, and those are on a separate download link near the bottom of the project page (here’s that link again.) Watch the Dope Dolly in action in the brief video embedded below.

On the other hand, if you prefer your DIY camera equipment to be on the smaller and more complicated end of the spectrum, be sure to check out this multi-axis camera slider.

Continue reading “DIY Camera Dolly Costs More Time Than Money”

Faulty Electrolytic Caps Don’t Always Look Bad

Old electrolytic capacitors are notorious for not working like they used to, but what exactly does a bad capacitor look like, and what kinds of problems can it cause? Usually bad caps leak or bulge, but not always. In [Zak Kemble]’s case, a bad cap caused his Samsung HT-C460 Home Cinema System to simply display “PROT” then turn itself off. Luckily, replacing the troublesome cap fixed everything, but finding the problem in the first place wasn’t quite so straightforward. A visual inspection of the device, shown open in the photo above, didn’t reveal any obvious problems. None of the capacitors looked anything out of the ordinary, but one of them turned out to be the problem anyway.

The output cap had developed an internal short, but visually looked fine.

The first identifiable issue was discovering that the -5 V supply was only outputting about -0.5 V, and there was a 6 V drop across two small 0805-sized resistors, evidence that something was sinking far more current than it should.

Testing revealed that the -5 V regulator wasn’t malfunctioning, and by process of elimination [Zak] finally removed the 470 uF output capacitor on the -5 V output, and the problem disappeared! Inspecting the capacitor revealed no outward sign of malfunction, but it had developed an internal short. [Zak] replaced the faulty cap (and replaced the others just to be safe) and is now looking forward to getting years more of use out of his home cinema system.

When a PSU gives up the ghost, bad capacitors are almost always to blame, but we’ve seen before that it’s not always easy to figure out which ones are bad. One thing that helped [Zak] plenty in his troubleshooting is finding a full schematic of the power supply, just by doing a search for the part number he found on it. A good reminder that it’s always worth throwing a part number into a search engine; you might get lucky!

PNG Image Decoding Library Does It With Minimal RAM

Want to display a PNG file on a display attached to an Arduino or other microcontroller board? You’ll want to look at [Larry Bank]’s PNGdec, the Arduino-friendly PNG decoder library which makes it much easier to work with PNG files on your chosen microcontroller.

The PNG image format supports useful features like lossless compression, and was generally developed as an improved (and non-patented) alternative to GIF files. So far so great, but it turns out that decoding PNG files on a microcontroller is a challenge due to the limited amount of memory compared to desktop machines. When the PNG specification was developed in the 90s, computers easily had megabytes of memory to work with, but microcontrollers tend to have memory measured in kilobytes, and lack high-level memory management. [Larry]’s library addresses these issues.

PNGdec is self-contained and free from external dependencies, and also has some features to make converting pixel formats for different display types easy. It will run on any microcontroller that can spare at least 48 K of RAM, so if that sounds useful then check out the GitHub repository for code and examples.

We’ve seen [Larry]’s wonderful work before on optimizing GIF playback as well as rapid JPEG decoding, and these libraries have increasing relevance as hobbyists continue to see small LCD and OLED-based displays become ever more accessible and affordable.

[PNG logo: PNG Home Site]

Big 3D-Printed Lamp Tries Some New Features

In lamp design, bulbs are usually given generous clearances because they get hot during use. LED bulbs however give off comparatively little heat, which opens a few new doors. [Mark Rehorst] created this huge 3D printed lamp, made with his custom 3D printer and a hefty 1 mm diameter nozzle, and the resulting device not only looks great, but shows off a few neat design features.

The LED filament bulb doesn’t give off much heat, so a PETG partial shade mounted directly to the bulb works fine.

[Mark] printed a partial shade in PETG that is made to sit directly on the bulb itself. The back of the shade is open, allowing light to spill out from behind while the front of the bulb is shielded, making it easier on the eyes. The result is pretty nifty, as you can see here. It sits in the center of the 600 mm tall lamp, which takes up most of the build volume of his self-made CoreXY-based printer, the UMMD.

The LED filament strands in this style of bulb are pretty neat in their own way, and some of you may remember that when they first became available as separate components, no time was lost in finding out what made them tick.

High-Tech Paperweight Shows Off Working 60s-era Thin-Film Electronics

[Ken Shirriff]’s analysis of a fascinating high-tech paperweight created by GE at the height of the space race is as informative as it is fun to look at. This device was created to show off GE’s thin-film electronics technology, and while it’s attractive enough on its own, there’s an added feature: as soon as the paperweight is picked up, it begins emitting a satellite-like rhythmic beep. It is very well-made, and was doubtlessly an impressive novelty for its time. As usual, [Ken] dives into what exactly makes it tick, and shares important history along the way.

Thin-film module with labels, thanks to [Ken]’s vintage electronics detective work. Click to enlarge.
In the clear area of the paperweight is a thin-film circuit, accompanied by a model of an early satellite. The module implements a flip-flop, and the flat conductors connect it to some additional components inside the compartment on the left, which contains a power supply and the necessary parts to create the beeps when it is picked up.

Thin-film electronics reduced the need for individual components by depositing material onto a substrate to form things like resistors and capacitors. The resulting weight and space savings could be considerable, and close-ups of the thin film module sure look like a precursor to integrated circuits. The inside of the left compartment contains a tilt switch, a battery, a vintage earphone acting as a small speaker, and a small block of components connected to the thin-film module. This block contains two oscillators made with unijunction transistors (UJTs); one to create the beep, and one to control each beep’s duration. The construction and overall design of the device is easily recognizable, although some of the parts are now obsolete.

If you’d like a bit more detail on exactly how this device worked, including circuit diagrams and historical context, be sure to click that first link, and pay attention to the notes and references at the end. One other thing that’s clear is that functional electronics embedded in clear plastic shapes simply never go out of style.

Skin-Mounted Wearable Bend Sensor Gets Close And Personal

[Mikst] has been working on wearable electronics and sensors for a long time, and shared the results of a different kind of bend sensor that fits directly onto the skin. It’s true that this kind of sensor design isn’t re-usable, but it is also very simple and inexpensive. It’s just a proof of concept right now, but we could see it or some of the other ideas [Mikst] tries, used in niche wearable applications where space is critical, like cosplay.

At its heart the sensor is made from two strands of conductive thread and a small strip of stretchy, conductive fabric common in wearable e-textiles. It is stuck directly to the skin using a transparent, non-woven medical adhesive dressing that is particularly good at conforming to contoured areas of the body. In this case, it is used to stick the stretchy piece of conductive fabric directly onto [Mikst]’s knuckle, where it responds to even small movements. You can watch a multimeter measuring the resistance changes in the video, embedded below.

We’ve seen [Mikst]’s work before in finding unusual solutions to e-textile problems, such as a three-conductor pivoting connection used to mount a wearable hall effect sensor.

Continue reading “Skin-Mounted Wearable Bend Sensor Gets Close And Personal”