Writing A FUSE Filesystem In Python

photo

Have you ever thought a particular project could be better if you could just control the file access directly? [Stavros Korokithakis] did, specifically for a backup program he was working on. What followed was the realization that writing a FUSE filesystem, particularly in Python, isn’t as complicated as it may seem. Really, through the power of open source, the heavy lifting has already been done for us. If you’d like to try it yourself, you’ll need to install fusepy. From that point, you simply need to define the filesystem methods you will be using.

Python isn’t going to win any speed contests in the filesystem space, but that isn’t really the point. Using this technology opens up a huge opportunity for new ways of accessing data. If you let your mind wander, you can conceive of encrypted filesystems, seamless remote data access, new key-value storage designs, etc. Perhaps even more interesting is the idea of using Python to communicate with a physical device… maybe a proc filesystem to keep track of your robot telemetry? We’d love to hear your ideas in the comments.

We had success using [Stavros’] example script on Linux and OSX. (Fair warning if you’re on a Mac, the pip version of fusepy seems to be linked against fuse4x rather than OSXFUSE, but once you’ve got the prerequisites installed, you’re golden.) We didn’t have a Windows machine to test. Can anyone confirm if the same is possible there?

Non-resettable Thermal Fuse Teardown

non-resettable-thermal-fuse

This component is a one-shot thermal fuse. When the body rises above the specified temperature the two leads stop conducting. They’re useful in applications like motors, where you want to make sure power is cut to an overheating piece of hardware before permanent damage happens. They’re pretty simple, but we still enjoyed taking a look inside thanks to [Fatkuh’s] video.

The metal housing is lined with a ceramic insulator, which you can see sticking out one end in the shape of a cone. It surrounds a spring which connects to both leads and is under a bit of tension. The alloy making the connections has a low melting point — in this case it’s about 70 C — which will melt, allowing the spring to pull away and break the connection. In the clip after the break [Fatkuh] uses his soldering iron to heat the housing past the melting point, tripping the fuse. He then cracks the ceramic cone to show what’s inside.

The only problem with using a fuse like this one is you’ll need to solder in a new component if it’s ever tripped. For applications where you need a fuse that protects against over current (rather than heat) a resettable polyfuse is the way to go.

Continue reading “Non-resettable Thermal Fuse Teardown”

Doubling Down On Motor Drivers

Motor driver chip too weak for your needs? Just use two of them. That’s the advice which [Starlino] gives. He stacks motor driver chips to product move powerful controllers.

When stacked as shown, the driver combos should be able to drive at 4A. This is partly because he ganged together the outputs in pairs, and also because of the stacking. That’s a lot of juice, but [Starlino] documented his testing stage which shows that they’re up to it. It’s a bit hard to see from this angle, but he is using a serpentine heat sink. It snakes its way between the stack of chips, then over the top chip before folding back and spreading its wings. The motors he’s using have a stall current of 3.7A, and he included resettable fuses graded at a 2A hold current. He’ll be glad to have that extra protection is something goes wrong with the drivers.

[Thanks Roger]

Fuse Making Machine

This is a fuse making machine that operates nearly as well as a factory machine would. Have you figured out what exactly this is yet? It’s not an electrical fuse, it’s a Visco Fuse. Still not totally clear? Don’t worry, we had to look it up too. Visco Fuse is a high-quality safety fuse used in fireworks.

[Robert McMullen] built the machine as part of his degree in Mechanical Engineering at Olin College. But there’s a hobby twist behind its genesis. When he has free time he participates in Olin’s Fire Arts Club and we’re sure this stuff comes in handy. The fuse is made by encapsulating a stream of gunpowder in a tube of woven thread. Twenty spools of thread wrap their way around the nozzle of a fine funnel. Once the casing is in place the machine coats it in a waterproof lacquer.

The image above only shows the base of the machine. All the fun parts (and test burns including one underwater) can be seen in the video after the break. Continue reading “Fuse Making Machine”

Resurrecting A Cellphone With Blown USB Circuitry

[Script] is pretty lucky. One of the engineers who designed his cellphone included over-voltage protection in the circuit. Of course you probably wouldn’t know about this if there wasn’t a service schematic available. But a bit of searching around let him resurrect the fried USB segment of his Nokia N900.

Now [Script] has been experimenting with portable solar power like the system featured at 25C3 a few years back. Unfortunately he made an error which routed 12V into the USB connector’s 5V rail. After this unfortunate mistake the phone would not longer connect via USB, or charge the battery. Luickly the N900 is a favorite with the hacker community (you can see all kinds of N900 related projects here at Hackaday) and [Script] found his way to their N900 Schematic page. Digging into page four he found part F5300 which is labeled 2.0A. He removed the PCB and shielding, and tested the part with a multimeter to confirm it was blown. A quick wire bridge got the phone charging again, but [Script] plans to position a new fuse as soon as he can source the part.

Who says these devices aren’t user serviceable? If we could just get our hands on more service schematics perhaps our gear would last longer.

Hard Resetting Your Ford Touch System The Easy Way

ford-sync-reset

[Jeff Clymer] owns a Ford Focus, and while he’s generally happy with the car, the “My Ford Touch/Sync” system can be buggy at times. He spends a lot of time in the car each day, so when the entertainment center locks up as it is frequently known to do, he has to turn off the car and pull a fuse to reset the system. Since pulling a fuse while on the road is pretty impractical, he decided to install a reset button, making system reboots a breeze.

He started by disassembling various fuses until he found one with an easy to remove fusible link. Once it was in pieces, he soldered a pair of wires to the fuse terminals and connected everything to a normally closed momentary pushbutton switch. After adding an inline fuse holder and reinserting the original fuse, he installed the button into the back of his glove box

Now instead of physically removing the fuse each time his stereo locks up, he can simply push a button and be on his way. Here’s hoping a software fix is coming for [Jeff’s] car sooner rather than later!

Transformer-based PSU Repair

Repairing someone else’s design mistakes is much more difficult than starting from scratch. So whenever we come across someone who’s good at this type of trouble-shooting we pay attention. [Jim] had a Sangean HDR-1 in his home. It’s a tabletop HD radio that stopped powering up for some reason. He cracked it open and got to the bottom of the problem.

The first order of business is disassembly, which isn’t too hard with this model. With multimeter in hand he started probing the transformer and found that the contacts for the primary are an open circuit; signaling a problem. There’s no inline fuse for protection, and further study of the secondary winding let him to discover the use of 1N5817 diodes. These are underrated parts for this particular transformer. He replaced them with 1N4003 diodes to bring the device in spec. But there was still the issue of fuse protections. A bit of circuit free-forming allowed him add a fuse and varistor  by soldering the directly to the transformer’s contacts.

Why stop there? While [Jim] had the case open he also swapped out the low-end op-amp and a few electrolytic capacitors to improve the sound quality of the radio. Op-amp replacement seems to be a popular way to improve the sound from HD radios.