Recycling Soda Bottles Into Filament To Print Smaller Soda Bottles

Thermoplastics are great, because you can melt them down and reform them into whatever you like. This is ably demonstrated by [The Q] by recycling old soda bottles into usable 3D printer filament.

Cute, huh? Why aren’t Coca-Cola making these? Tiny fake grocery items already proved hugely popular in Australia.

Soda bottles are usually made out of PET plastic, or polyethylene terephthalate, which is one of the most popular thermoplastics in modern society. A soda bottle can be cut into a continuous long, thin strip with the use of a simple hand-operated machine that slices the bottle with a blade. This strip of plastic can then be fed through a heated nozzle in order to produce filament for 3D printing. [The Q] demonstrates both parts of this process, including using a motorized reel to take up filament as the bottle material is fed through the extruder.

The filament is then demonstrated by printing tiny versions of soda bottles. [The Q] fills these with soda and gives them the appropriate lids and labels for completion’s sake. It’s a neat way to demonstrate that the filament actually works for 3D printing. It bears noting that such prints are almost certainly not food safe, but it’s really a proof of concept rather than an attempt to make a usable beverage container.

Like similar builds we’ve seen in the past, the filament is of limited length due to the amount of plastic in a single bottle. We’d like to see a method for feeding multiple bottles worth of plastic into the extruder to make a longer length spool, as joining lengths of filament itself can be fraught with issues. Video after the break.

Continue reading “Recycling Soda Bottles Into Filament To Print Smaller Soda Bottles”

Travel Guitar Hacked With Digital FX Setup

[Courcirc8] was a big fan of the ALP AD-80, with the travel guitar being a surprisingly competent instrument despite its folding form-factor. However, the onboard headphone amp left something to be desired, so it was time to get hacking.

To achieve better audio output, [courcirc8] decided to purchase an iRig HD 2 guitar interface, and installed it inside the body of the compact guitar. The original volume pot on the guitar was instead spliced into the iRig circuit, and a switch hooked up to allow the guitar to output clean tones to an amp or the digital audio output of the iRig instead. It’s a tight fit inside, but it all nestles in there rather neatly when finished.

The result is a compact guitar that has a capable digital FX platform built in to the body; all one has to do is hook up a smartphone to gain access to a broad selection of software effects.  It makes the guitar much more of a Swiss Army knife when playing on the road.

We’ve seen others before installing guitar effects into the instrument itself; it remains perhaps one of the best ways a hacker can express themselves with a completely individual instrument!

Toilet Paper Warmer Is A Unique Chinese Luxury

[Handy Geng] lives in Baoding, China, where average winter temperatures can get as low as −7.7 °C (18.1 °F). Rather than simply freezing in the cold when using the bathroom, he decided he could do better. Thus came about his rather unique toilet paper heating system.

The build uses a gas burner heating up a wok. Toilet paper is fed into the wok body via motorized rollers salvaged from what appears to be an old counterfeit money detector. The wok is then shaken by a second motor in order to more evenly heat the toilet paper within. The burner can then be turned off, and the lid of the wok opened in order to gain access to the toasty toilet paper.

The system heats the toilet paper to a scorching 75 °C (167 °F); a little too warm to comfortably touch, but thankfully toilet paper doesn’t have a lot of thermal mass so cools off relatively quickly. It’s also thankfully well below the auto-ignition temperature of paper of 451 °F.

It’s a noisy, clanging machine that nonetheless provides the same warmth and comfort that you’re probably more familiar with from the office photocopier. It’s not [Handy Geng]’s first bathroom hack, either. Video after the break.

Continue reading “Toilet Paper Warmer Is A Unique Chinese Luxury”

Ride-on Tracked Vehicle Is A Stout Metal Build

When we think of tracked vehicles, we normally think of tanks, or perhaps heavy construction machinery. Meanwhile the average member of the public is left out of the fun. [Bob] of [Making Stuff] won’t be one of them, however, having put together a ride-on tracked vehicle for his own enjoyment.

The machine is welded together from plenty of steel, making it more than tough enough to soak up the punishment of off-road duty. The design features four suspended buggy wheels on either side running inside rubber tracks, with a cogged drive wheel at the front. Propulsion is thanks to a 440 cc DuroMax engine good for a full 18 horsepower and 26 ft-lbs of torque, driving the tracks through a differential mounted up front.

The design has one major issue at the moment. The heavy engine is mounted ahead of the front wheel inside the tracks, which means the vehicle wants to nosedive at the slightest provocation. Such an event would be highly uncomfortable for the rider, so mods are needed, either by scooching the engine back a little or pushing the wheels forward.

We look forward to seeing [Bob] fix the issues and get the machine driving soon. We’ve seen other tracked builds before, too – often on the smaller scale. Video after the break.

Continue reading “Ride-on Tracked Vehicle Is A Stout Metal Build”

Stout Peristaltic Pump Fabricated From Scratch

The peristaltic pump is perhaps most well known for its ability to pump fluids without the pump mechanism coming into contact with the working fluid. This is key for food-safe applications and other situations where a pump could contaminate the fluid. [Maciej Nowak] has built a great example of such a pump, crafted out of aluminium from scratch.

The build video covers the machining process in detail, showing how the aluminium body was fabricated on the lathe before installing bearings and a silicone hose. The pump shaft was then fabricated, along with a set of brass rollers to press along the tube, creating the pumping action. The rollers were also lubricated in order to reduce friction on the tubing. Powering the pump is a small DC motor, sending drive via a small toothed belt, giving the finished build quite an industrial look.

We’re used to seeing plenty of 3D-printed pumps about the place. This build, while it requires a fully-equipped machine shop, is much tougher than anything plastic, and you could easily use it to break a window in an emergency too, an obscure feature nevertheless requested by some discerning pump customers.

[Maciej] shows off the build by pumping some green liquid, noting the peristaltic design requires no priming which makes operation much easier. It’s also bidirectional, and can be run very slowly if required.

Overall, it’s a build that shows off the benefits of working in metal as well as the great features of the peristaltic pump design. Video after the break.

Continue reading “Stout Peristaltic Pump Fabricated From Scratch”

Digital Rain Animation Crammed Into Pi Pico

With a new Matrix movie now in cinemas, we’ve all been reminded of those screensavers that were just the coolest thing ever when the original film dropped in 1999. [en0b] decided to recreate the classic “digital rain” effect on the Raspberry Pi Pico, using up all the little microcontroller’s storage in the process.

Rather than rely on existing graphics libraries, [en0b] set about using a high-quality GIF for the animation. The original file was 8 MB, which was far too big to fit on the Pico. After some finagling in an image editor and with the help of a custom Python script, however, [en0b] managed to fit the 127-frame animation at 240 x 135 resolution into the 2 MB Flash onboard the chip. With the microcontroller hooked up to the 1.14″ IPS “Pico Display” from Pimoroni, the final looks great and faithfully recreates the aesthetic seen in the film.

[en0b]’s technique could reliably be used for displaying any GIF that you can cut down to 14 to 16 colors without losing too much quality. It’s not the world’s highest-end graphics format, but it does the job for little animations like these.

We’ve seen similar builds before too, using more heavy-duty hardware to build a magic 8-ball in much the same way. Meanwhile, if you’ve got your own neat little GIF hacks or Pico projects, don’t hesitate to send them in!

Electronic Drum Toy Built From Scratch

Drum kits used to be key to any serious band, however, these days, much of our music is created on computer or using a drum machine instead. [spanceac] has built a simple example of the latter, using a microcontroller to build a basic sample-based drum toy.

The brains of the operation is the STM32F100VET6B, which comes complete with a 12-bit DAC for outputting sound. It’s also got a healthy 512 KB of flash, enabling it to store the drum samples onboard without the need for extra parts. Samples are stored at a sample rate of 22,050 Hz in 16-bit resolution – decent quality for a tiny little build, even if the DAC chops that back down to 12-bits later.

[spanceac] was sure to code proper mixing into the drum machine, so that triggering a second sample doesn’t stop the first one playing. With a kick, snare, two toms, and crash and ride samples onboard, there’s plenty to get a solid beat going on the kit.  It’s all built up on a small PCB with tactile buttons to activate each sound.

The demo video shows the kit performing ably; it’s not clear if there’s an issue with latency on the samples or that’s just from the difficulty of [spanceac] playing one-handed. If the former, likely some code tweaks or simply trimming silence at the start of samples would be all that was needed. Overall, it’s a neat little groovebox, and the kind of thing that’s great fun to use when jamming with other musicians. Video after the break.

Continue reading “Electronic Drum Toy Built From Scratch”