A Modular Mounting System Via 3D Printing

When working with cameras or other tools, it can often be useful to have some manner of stand or tripod to hold things in position, freeing up one’s hands for other tasks. Unfortunately, when it comes to smaller cameras and devices like smartphones and tablets, there are few standardized solutions. [yyh1002] has skirted the problem by creating a customizable modular mounting system, and it’s taken the 3D-printing world by storm.

The system was inspired by GoPro mounts, which are a system of plastic arms and screws that can effectively position the small devices in all manner of orientations. [yyh1002]’s system is GoPro-compatible, using the same fasteners and similar geometry, and tons of other modelers have added on.

The parts are 3D printed and consist of a series of arms, clamps and joints that can be configured to suit the task at hand. Source files are available, which allows custom version to be made. This is useful for modifying parts like phone holders to suit different models, to avoid fouling buttons or interfering with camera placement. Thus far, the community has contributed parts as diverse as G-clamps, camera mounts, and parts to mate to Playstation controllers. (Editor’s note: I’m actually printing out a Pi Zero case from this series as I edit this post. Coincidence!)

It’s a useful system, and we look forward to seeing more parts uploaded in future. Meanwhile, don’t forget – it’s remarkably easy to tripod mount just about anything.

Yes, You Can Put IoT On The Blockchain Using Python And The ESP8266

Last year, we saw quite a bit of media attention paid to blockchain startups. They raised money from the public, then most of them vanished without a trace (or product). Ethics and legality of their fundraising model aside, a few of the ideas they presented might be worth revisiting one day.

One idea in particular that I’ve struggled with is the synthesis of IoT and blockchain technology. Usually when presented with a product or technology, I can comprehend how and/or why someone would use it – in this case I understand neither, and it’s been nagging at me from some quiet but irrepressible corner of my mind.

The typical IoT networks I’ve seen collect data using cheap and low-power devices, and transmit it to a central service without more effort spent on security than needed (and sometimes much less). On the other hand, blockchains tend to be an expensive way to store data, require a fair amount of local storage and processing power to fully interact with them, and generally involve the careful use of public-private key encryption.

I can see some edge cases where it would be useful, for example securely setting the state of some large network of state machines – sort of like a more complex version of this system that controls a single LED via Ethereum smart contract.

What I believe isn’t important though, perhaps I just lack imagination – so lets build it anyway.

Continue reading “Yes, You Can Put IoT On The Blockchain Using Python And The ESP8266”

The Easiest Thermal Camera Build You’ll Ever See

Thermal cameras are one of those tools that we all want, but just can’t justify actually buying. You don’t really know what you would do with one, and when even the cheap ones are a couple hundred dollars, it’s a bit out of the impulse buy territory. So you just keeping waiting and hoping that eventually they’ll drop to the price that you can actually own one yourself.

Well, today might be the day you were waiting for. While it might not be the prettiest build, we think you’ll agree it can’t get much easier than what [vvkuryshev] has put together. His build only has two components: a Raspberry Pi and a thermal camera module he picked up online for about $80 USD. There isn’t even any wiring involved, the camera fits right on the Pi’s GPIO header.

Of course, you probably wouldn’t be seeing this on Hackaday if all he had to do was just buy a module and solder it to the Pi’s header. As with most cheap imported gadgets, the GY-MCU90640 module that [vvkuryshev] bought came with some crusty Windows software which wasn’t going to do him much good on the Raspberry Pi. But after going back and forth a bit with the seller, he was able to get some documentation for the device that put him on the right track to writing a Python script which got it working under Linux.

The surprisingly simple Python script reads a frame from the camera four times a second over serial and run it through OpenCV. It even adds some useful data like the minimum and maximum temperatures in the frame to the top of the image. Normally the script would output to the Pi’s primary display, but if you want to use it remotely, [vvkuryshev] says he’s had pretty good luck running it over VNC. In fact, he says that with a VNC application on your phone you could even use this setup on the go, though the setup is a bit awkward for that in its current incarnation.

This isn’t the first DIY thermal camera build we’ve seen, and it isn’t even the first one we’ve seen that leveraged a commercially available imaging module. But short of buying a turn-key camera, we don’t see how it could get any easier to add heat vision to your bag of tricks.

Lithium Jump Starter Disassembly Is Revealing

High-capacity lithium batteries tend to make everything in life better. No longer must you interact with your fellow human beings if your car battery goes flat in the carpark. You can jump the car yourself, with a compact device that fits in your glovebox. [Big Clive] decided to pull one apart and peek inside, and it’s quite the illuminating experience.

The first thing to note is there is almost no protection at all for the lithium battery inside. The output leads connect the lithium pack inside directly to the car battery, save for some diodes in series to prevent the car’s alternator backcharging the pack. [Clive] demonstrates this by short circuiting the pack, using a copper pipe as a test load to measure the current output. The pack briefly delivers 500 amps before the battery gives up the ghost, with one of the cells swelling up and releasing the magic smoke.

The teardown then continues, with [Clive] gingerly peeling back the layers of insulation around the cells, getting right down to the conductive plates inside. It’s a tough watch, but thankfully nothing explodes and [Clive]’s person remains intact. If you’ve never seen inside a lithium cell before, this is a real treat. The opened pack is even connected to a multimeter and squeezed to show the effect of the physical structure on output.

It would be interesting to compare various brands of jump starter; we imagine some have more protection than others. Regardless, be aware that many on the market won’t save you from yourself. Be careful out there, and consider jumping your car with an even more dangerous method instead (but don’t). Video after the break.

Continue reading “Lithium Jump Starter Disassembly Is Revealing”