3D Printed Splint Saves Baby’s Life

3D-printed-breathing-device-2a

Here’s another heartwarming story about how 3D printers are continuing to make a real difference in the medical world. [Garrett] is just a baby whose bronchi collapse when breathing — he’s been on a ventilator for most of his life — Until now.

[Scott Hollister] is a professor of Biomedical Engineering and Mechanical Engineering, as well as being an associate professor of surgery at the University of Michigan. Between him and [Doctor Glen Green], an associate professor of Pediatric Otolaryngology, they have created a bioresorbable device that could save little [Garrett’s] life.

By taking CT scans of [Garrett’s] bronchi and trachea, they were able to create a 3D model and design a “splint” to help support the bronchi from collapsing during normal breathing. If all goes well, within 3 years, the splint will dissolve in his body and he will be able to breath normally for good. The material in question is a biopolymer called polycaprolactone, which they were actually granted emergency clearance from the FDA to use for [Garrett]. They used an EOS SLS based 3D printer.

The surgery was successful, and [Garrett] is now on the road to recovery. Stick around for a few videos showing of the printing process and surgery.

Continue reading “3D Printed Splint Saves Baby’s Life”

[Bunnie] Launches The Novena Open Laptop

Today [Bunnie] is announcing the launch of the Novena Open Laptop. When we first heard he was developing an open source laptop as a hobby project, we hoped we’d see the day where we could have our own. Starting today, you can help crowdfund the project by pre-ordering a Novena.

The Novena is based on the i.MX6Q ARM processor from Freescale, coupled to a Xilinx Spartan 6 FPGA. Combined with the open nature of the project, this creates a lot of possibilities for using the laptop as a hacking tool. It has dual ethernet, for routing or sniffing purposes. USB OTG support lets the laptop act as a USB device, for USB fuzzing and spoofing. There’s even a high speed expansion bus to interface with whatever peripheral you’d like to design.

You can pre-order the Novena in four models. The $500 “just the board” release has no case, but includes all the hardware needed to get up and running. The $1,195 “All-in-One Desktop” model adds a case and screen, and hinges open to reveal the board for easy hacking. Next up is the $1,995 “Laptop” which includes a battery control board and a battery pack. Finally, there’s the $5000 “Heirloom Laptop” featuring a wood and aluminum case and a Thinkpad keyboard.

The hardware design files are already available, so you can drool over them. It will be interesting to see what people start doing with this powerful, open computer once it ships. After the break, check out the launch video.

Continue reading “[Bunnie] Launches The Novena Open Laptop”

Boxing + Arduino + Geometry = Awesomeness

arduino-boxing-blocker

Imagine a machine that [Anderson Silva] could throw a punch at, that would locate his fist in real time and move a punching pad to meet his moving fist. How would you do it? Kinect? Super huge sensor array? Sticking charm? What if we told you it could be done with two electret microphones, an Arduino, and a Gumstix? Yeah, that’s right. You might want to turn your phone off and sit down for this one.

[Benjamin] and his fellow students developed this brilliant proof of concept design that blocks incoming punches for their final project. We’ve seen boxing robots here before, but this one takes the cake. The details are sparse, but we’ve dug into what was made available to us and have a relatively good idea on how they pulled off this awesome piece of electrical engineering.

Continue reading “Boxing + Arduino + Geometry = Awesomeness”

MSP430-Based CTF Hardware Hacking Challenge

Hardware 'Flag'

Hacking conferences often feature a Capture the Flag, or CTF event. Typically, this is a software hacking challenge that involves breaking into targets which have been set up for the event, and capturing them. It’s good, legal, hacking fun.

However, some people are starting to build CTFs that involve hardware hacking as well. [Balda]’s most recent hardware hacking challenge was built for the Insomni’hack 2014 CTF. It uses an MSP430 as the target device, and users are allowed to enter commands to the device over UART via a Bus Pirate. Pull off the exploit, and the wheel rotates to display a flag.

For the first challenge, contestants had to decompile the firmware and find an obfuscated password. The second challenge was a bit more complicated. The password check function used memcpy, which made it vulnerable to a buffer overflow attack. By overwriting the program counter, it was possible to take over control of the program and make the flag turn.

The risk of memcpy reminds us of this set of posters. Only abstaining from memcpy can 100% protect you from overflows and memory disclosures!

 

Portable SMT Lab For Hacker On The Go

smt-lab2

We admit it, we’re suckers for workbenches and toolboxes. [Jon] must feel the same way, because he built this portable surface mount electronics lab. It’s a beast of a project, which might be why it’s project #666 on Hackaday.io. [Jon] spends a lot of time working off site, and keeps finding himself without proper surface mount soldering tools. Ever tried to stack an 0603 resistor with a 40 watt pistol grip iron? Take our word for it, the results are not pretty.

[Jon] started with two cheap aluminum cases from Harbor Freight. He loaded them up with the typical lab supplies: soldering iron, oscilloscope, multimeter, dual lab supplies, and a good assortment of hand tools. He then added a few choice SMT tools: A hot air tool, a good LED light, and a stereo magnifier. Many of the tools are mounted on DIN rail along the rear of the cases.  All the low voltage equipment runs on  a common 12V bus.

We really like what [Jon] did with the tops of the cases. Each lid contains a plywood sheet. When the cases are opened, the plywood becomes a work surface. As an added bonus, the wood really strengthens the originally flimsy tool cases. The only thing we would add is a good portable anti-static mat.

The final build is really slick. Once the cases are open, four bolts act as feet. The microscope swings out, and the hot air gun hangs on the right side. Plug in power and you’ve gone from zero to SMT hero in under 1 minute.

Dispensing Solder Paste With A 3D Printer

There’s a strange middle ground in PCB production when it comes to making a few boards. Dispensing solder paste onto one board is easy enough with a syringe or toothpick, but when pasting up even a handful of boards, this method gets tiresome. Solder paste stencils speed up the process when you’re doing dozens or hundreds of boards, but making a stencil for just a few boards is a waste. The solution for this strange middle ground is, of course, to retrofit a 3D printer to dispense solder paste.

This project was a collaboration between [Jake] and [hzeller] to transform KiCAD files to G Code for dispensing solder paste directly onto a board. The machine they used was a Type A Machines printer with a solder paste dispenser in place of an extruder. The dispenser is hooked up to the fan output of the controller board, and from the looks of the video, they’re getting pretty good results for something that’s still very experimental.

All the code to turn KiCAD files into G Code are up on [hzeller]’s github. If you’re wondering, the board they’re pasting up is a stepper driver board for the BeagleBone named Bumps.

Videos below.

Continue reading “Dispensing Solder Paste With A 3D Printer”

Reverse Engineering Programmable Logic

DickSmith_VZ300_System_s1

Despite what the cool kids are doing over on Hackaday Projects, the vast majority of vintage computers used some form of programmable logic for memory control, address decoding, and all that other stuff that can be done with just a few logic chips. It’s a great way to design a product for production, but what happens when the programmable chips go bad after 30 years?

[Clockmeister] got his hands on a Dick Smith VZ300 computer (a clone of the VTech Laser 310) with two broken 40-pin custom chips. After going through the schematics and theory of operation for this compy, he recreated the custom chips in 74 series logic.

The Dick Smith VZ300 is a fairly standard piece of equipment from 1985 – a Z80 CPU, 16k RAM, upgradable to 64k, a tape drive, and 32×16 character, 8 color display. Inside this computer are two 40-pin chips that are responsable for video buffering and VRAM control, keyboard and cassette I/O, video timing, and the monophonic speaker decoding. Both of these chips failed, and spares are unavailable, apart from scavenging them from another working unit.

After careful study, [Clockmeister] recreated the circuits inside these chip with 74 series logic chips. The new circuit was built on a board that plugs directly into the empty 40-pin sockets. Everything in this rehabbed computer works, so we’re just chalking this up as another reason why designing new retrocomputers with programmable logic is a dumb idea. Great for a product, but not for a one-off.

Image source