3D Printed Cartilage Ushers In Ear-a Of Custom Body Parts

When it comes to repairing human bodies, there’s one major difficulty: spare parts are hard to come by. It’s simply not possible to buy a knee joint or a new lung off the shelf.

At best, doctors and surgeons have made do with transplants from donors where possible. However, these are always in short supply, and come with a risk of rejection by the patient’s body.

If we could 3D print new custom body par/ts to suit the individual, it would solve a lot of problems. A new ear implant pioneered by 3DBio Therapeutics has achieved just that.

Continue reading “3D Printed Cartilage Ushers In Ear-a Of Custom Body Parts”

Giant Xbox Series X Works Like A Real One

Like most home consoles, the Xbox Series X was specifically designed to fit neatly in the average home theater unit. [Michael Pick] thought that wasn’t quite big enough, and set out to build the world’s largest working Xbox Series X himself.

The build was in part inspired by a Microsoft creation: a large fridge in the shape of an Xbox Series X. However, [Michael] wanted to go further, maintaining the gaming functionality and more faithfully recreating details like the divot on the top of the console.

Carefully positioned servos press the Xbox’s buttons

The first step was to build a big wooden frame, with wooden panels screwed on to create the basic form of the console. Creating the lovely curved and perforated top was done by 3D printing a series of pieces that were all glued together to emulate the feature on the real console itself. The back was also given fake giant ports that look just like the real thing.

The real hack is inside, though. The Xbox hardware itself just sits inside the frame on a little shelf. There’s a handful of servo motors set up to press the real console’s buttons when the corresponding buttons are pressed on the giant Xbox itself. It goes a long way to making the build feel “real” to the user.

The final build measures over 2 meters (6.5 feet) tall and 1 meter wide, weighing in at a total of 113 kg (250 lbs). It was good enough to win [Michael] a Guinness World Record for his trouble. The build was later donated to a local youth center in Georgia.

We’ve seen [Michael]’s giant builds before, too; his 300%-sized Nerf Gun was a particular highlight. Video after the break.

Continue reading “Giant Xbox Series X Works Like A Real One”

Getting Serial Data Out Of An Old Spectrophotometer

[Jure Spiler] came into possession of an old spectrophotometer, which measures the absorbance and transmittance of light in a sample. Getting data out of the device was difficult, particularly as the model in question was an educational version missing some functionality. However, perseverance got the old machine talking happily to a PC.

After an earlier experiment with sniffing the signals being sent to the LCD, [Jure] did some more research. It turned out that a special expensive cable could hook up to the device’s parallel port and deliver serial data, for the low price of € 356 Euros. Now knowing a serial output was present, [Jure] was able to find the data stream desired.

Hooking up a logic analyzer to the “parallel port” on the machine revealed that the device would actually send serial data out over certain pins on the port. The trick that made it harder was that it was in Inverted RS232 form. Thus, all it took was a simple TTL inverter hooked up to a USB-TTL adapter to get the device talking to a modern PC.

With that achieved, [Jure] was able to whip up a simple VB6 program to collect data from the spectrometer and put it in a CSV file for further analysis. There’s even a program to graph the data right off the bat, making the scientific instrument easier and quicker to use than ever!

Oftentimes, old scientific hardware like this isn’t especially difficult to hack. It’s usually just hard enough to make busy scientists stump up the cash for the fancy adapters and cable, while being no match for the dedicated hacker!

A Water Leak Detector That Listens Carefully

Water leaks can be pernicious things. Even just a few drips per minute happening undetected inside a wall can cause major damage if left unrepaired for long enough. AquaPing is a new device that hopes to detect difficult-to-find water leaks with the aid of acoustic methods. 

The AquaPing is a so-called “stand-off” sensor that is intended to detect leaks at a distance, even if they are inside a wall. No contact is needed with the plumbing itself. Instead, the device detects the broadband high-frequency noise created when water leaks from a pipe under pressure.

It’s a method that’s best suited to leaks from cracks or loose fittings. These generate a characteristic hiss that can be picked up with signal analysis even if the noise itself is obscured to human perception by other noises in the area. However, leaks like a hole in a gutter or a dripping rusted-out water tank are best found by other methods, as they don’t create this same signature noise.

The device will soon be launched on CrowdSupply as a purchasable product, however the project is fully open source for those eager to dive in themselves. We’ve featured some other really creative leak detectors before, too! Video after the break.

Continue reading “A Water Leak Detector That Listens Carefully”

Adding USB-C To An IPhone 13 Is Delicate Work

USB-C seeks to rule the roost when it comes to connectors, and even has Big Europe on its side. Apple hasn’t had to abandon Lightning just yet, but [Restore Technique] has put a USB-C port into an iPhone 13 to give us all an idea what it’s going to be like in the brave new future ahead of us.

The idea came about after disassembling the iPhone 13, and the project was locked in after seeing the first iPhone with a USB-C connector sell for $86,001 on eBay. The plan had to support fast charging, cable reversibility, and data transfer, without cutting out any functionality or compromising water resistance.

The concept is simple enough: take the C94 board from a Lightning to USB-C cable, and put it inside the phone along with a USB-C port. Of course, actually achieving that is the real challenge. Techniques from melting apart Lightning connectors to carefully peeling apart 0.5 mm pitch flex cables to fit 0.6 mm pitch pads.

It’s an impressive hack, and explained so well it’s actually tempting to try it at home for the sheer challenge of the thing. If you do pull off a similar hack yourself, drop us a line! Video after the break.

Continue reading “Adding USB-C To An IPhone 13 Is Delicate Work”

Sea Level Rise From Melting Ice Sheets Could Soon Be Locked In

Where today we talk broadly of climate change and it’s various effects, the conversation was once simpler. We called it “global warming” and fretted about cooking outside in the summer and the sea level rise that would claim so many of our favorite cities.

Scientists are now concerned that sea level rises could be locked in, as ice sheets and glaciers pass “tipping points” beyond which their loss cannot be stopped. Research is ongoing to determine how best we can avoid these points of no return.

Continue reading “Sea Level Rise From Melting Ice Sheets Could Soon Be Locked In”

RGB 7-Segment Display Module Glows In All The Colours

While 7-segment displays are all well and good, they’re considered a bit old hat these days. This project from [Matt Deeds] brings them screaming into the future, though, sporting every color under the rainbow.

[Matt’s] build consists of a PCB filled with SK6812 side-mount LEDs, laid out in a typical 7-segment pattern. Each PCB features two 7-segment digits. The SK6812 LEDs can be driven in the same way as the famous WS2812B addressable LEDs, though they have the benefit of being more stable in color and brightness over a range of supply voltages.

With the LEDs installed, and a second PCB used solely as a diffuser by leaving out sections of solder mask, it’s a compact 7-segment solution at just 2.7 mm thick. The bonus is that each segment can be set to a different color thanks to the nature of the addressable RGB LEDs. Going too ham in this regard will make the displays difficult to read, but it can be used to easily display green, red, or yellow numbers, for example, to create a visual guide to a numerical range.

It’s a great build, and we love to see 7-segment displays re-imagined in different ways – even mechanically! It also takes fewer pins to drive compared to the old way of doing things in the non-addressable LED era. If you’ve got your own neat 7-segment projects under development, please do let us know!