Hackaday Prize Entry: Sniffing Defibrillator Data

There’s a lot of implantable medical technology that is effectively a black box. Insulin pumps monitor blood sugar and deliver insulin, but you can’t exactly plug in a USB cable and download the data. Pacemakers and cardiac defibrillators are the same way. For these patients, data is usually transmitted to a base station, then sent over the Internet to help doctors make decisions. The patient never gets to see this data, but with a little work and a software defined radio, a team on Hackaday.io is cracking the code to listen in on these implanted medical devices.

The team behind ICeeData was assembled at a Health Tech Hackathon held in Latvia last April. One of the team members has an implanted defibrillator keeping her ticker in shape, and brought along her implant’s base station. The implant communicates via 402-405MHz radio, a region of the spectrum that is easily accessible by a cheap RTL-SDR TV Tuner dongle.

Right now the plan is to intercept the communications between the implant and the base station, decode the packets, decipher the protocol, and understand what the data means. It’s a classic reverse engineering task that would be the same for any radio protocol, only with this ones, the transmissions are coming from inside a human.

 

The HackadayPrize2016 is Sponsored by:

Hackaday Prize Entry: Open Source Electrospinning Machine

Electrospinning is a fascinating process where a high voltage potential is applied between a conductive emitter nozzle and a collector screen. A polymer solution is then slowly dispensed from the nozzle. The repulsion of negative charges in the solution forces fine fibers emanate from the liquid. Those fibers are then rapidly accelerated towards the collector screen by the electric field while being stretched and thinned down to a few hundred nanometers in diameter. The large surface area of the fine fibers lets them dry during their flight towards the collector screen, where they build up to a fine, fabric-like material. We’ve noticed that electrospinning is hoped to enable fully automated manufacturing of wearable textiles in the future.

[Douglas Miller] already has experience cooking up small batches of microscopic fibers. He’s already made carbon nanotubes in his microwave. The next step is turning those nanotubes into materials and fabrics in a low-cost, open source electrospinning machine, his entry for the Hackaday Prize.

Continue reading “Hackaday Prize Entry: Open Source Electrospinning Machine”

Hackaday Prize Entry: Internets Of Energy

More and more, the power grid is distributed. Houses have solar panels on their roofs, and where possible, that excess power is sold back to the grid. The current trend is towards smart meters that record consumption for an entire household and relay it back to the power plant every day or so. The future is decentralized, through, and a meter that is smart once a day simply won’t do. A team on Hackaday.io has put together the ultimate in decentralized energy modernization. It’s the InternetS of Energy, and it removes the need for power companies completely.

The team has identified a few key features of the current power grid that don’t make sense in the age of the Internet. The power company doesn’t have extremely granular data, and sending power over long distances is either inefficient or expensive. The solution for this is to have distributed power plants, all connected together into a truly intelligent power grid.

This InternetS of Energy uses open-source energy monitoring systems running the Ethereum client to push power-usage data onto the blockchain. This makes the grid secure and pseudonymous, and if the banking industry is any indication, something like this is the future of economic transactions.

While it may not be the best solution for mature power grids, it is an extremely interesting avenue of research for developing nations. Wherever local resources allow it, electricity can be generated and sent to where it’s needed. It’s exactly what the power grid would be if it were re-designed today from scratch, and an excellent candidate for the 2016 Hackaday Prize.

The HackadayPrize2016 is Sponsored by:

After The Prize: SatNOGS Builds Satellites

When Hackaday announced winners of the 2014 Hackaday Prize, a bunch of hackers from Greece picked up the grand prize of $196,418 for their SatNOGS project – a global network of satellite ground stations for amateur Cubesats.

upsat-integration-test-1The design demonstrated an affordable ground station which can be built at low-cost and linked into a public network to leverage the benefits of satellites, even amateur ones. The social implications of this project were far-reaching. Beyond the SatNOGS network itself, this initiative was a template for building other connected device networks that make shared (and open) data a benefit for all. To further the cause, the SatNOGS team set up the Libre Space Foundation, a not-for-profit foundation with a mission to promote, advance and develop Libre (free and open source) technologies and knowledge for space.

Now, the foundation, in collaboration with the University of Patras, is ready to launch UPSat – a 2U, Open Source Greek Cubesat format satellite as part of the QB50 international thermosphere research mission. The design aims to be maximally DIY, designing most subsystems from scratch. While expensive for the first prototype, they hope that documenting the open source hardware and software will help kickstart an ecosystem for space engineering and technologies. As of now, the satellite is fully built and undergoing testing and integration. In the middle of July, it will be delivered to Nanoracks to be carried on a SpaceX Dragon capsule and then launched from the International Space Station.

Continue reading “After The Prize: SatNOGS Builds Satellites”

Hackaday Prize Entry: Harmonicas, Candy, And Van Halen

Watch enough How It’s Made, and you’ll soon become very enthusiastic about computer vision and compressed air. In factories all around the world, production lines automatically sort the wheat from the chaff by running a product underneath a camera and blowing defective product off the line.

For his Hackaday Prize entry, [Fabien] is attempting this same task. He’s building a machine that will rapidly sort candy with computer vision and precisely controlled jets of air. He’s also planning for the Van Halen reunion and building a CNC harmonica.

Right now, the design has a hopper full of M&Ms dropping through a channel where a camera looks at each individual piece of candy. A Raspberry Pi, camera, and OpenMV detect all the red, yellow, brown, and blue M&Ms, and send that information to a computer controlling a suite of pneumatic valves. When these valves open, candy of different colors is shuffled off into it’s own bin. It’s the perfect device for someone responsible for reading Van Halen’s rider.

In an interesting little side project, [Fabien] needed a way to test the pneumatic valves before building the color sensor and candy chute. He had a harmonica lying around, and built something we’re surprised we’ve never seen before. It’s a CNC harmonica, capable of belting out a few tunes. You can check out that testing video after the break.

Continue reading “Hackaday Prize Entry: Harmonicas, Candy, And Van Halen”

Hackaday Prize Entry: A Cute Synthesizer

For electronics aficionados, there are few devices cooler than music synthesizers. The first synths were baroque confabulations of opamps and ladder filters. In the 70s and 80s, synths began their inexorable march toward digitization. There were wavetable synths that stored samples on 27-series EPROMs. Synths on a chip, like the MOS 6581 “SID chip”, are still venerated today. For his Hackaday Prize entry, [Tim] is building his own synthesizer from scratch. It isn’t a copy of an old synth, instead it’s a completely modern synthesizer with a classic sound.

[Tim] is a former game developer and has already released a synthesizer of sorts. Rhythm Core Alpha 2 for the Nintendo DSi and 3DS is a fully functional synthesizer, but the limitations of the Nintendo hardware made [Tim] want to build his own synth from scratch.

The specs for the synth are more of a wish list, but already [Tim] has a few design features nailed down. This is a virtual analog synth, where everything is digital and handled by DSP algorithms. It’s polyphonic and MIDI capable, with buttons and dials for almost every parameter. For the few things you can’t do with a knob, [Tim] is including a touch screen display.

[Tim] already has the synthesis model working, and from the videos he’s put together, the whole thing sounds pretty good. The next step is turning a bunch of wires, breadboards, and components into  something that looks like an instrument. We can’t wait to see how this one turns out!

You can check out a few of [Tim]’s synth videos below.

Continue reading “Hackaday Prize Entry: A Cute Synthesizer”

Hackaday Prize Entry: DIY Ceramic PCBs

We’ve seen hundreds of ways to create your own PCBs at home. If you have a laser printer, you can put traces on a piece of copper clad board. If you have some hydrogen peroxide and acid, you can etch those traces. Don’t have either? Build a tiny mill and cut through the copper with a Dremel. Making your own PCBs at home is easy, provided your boards are made out of FR4 and copper sheets.

Printed circuit boards can be so much cooler than a piece of FR4, though. Ceramic PCBs are the height of board fabrication technology, producing a very hard board with near perfect electrical properties, high thermal conductivity, and a dielectric strength similar to mineral transformer oil. Ceramic PCBs are for electronics going to space or inside nuclear reactors.

For his entry into this year’s Hackaday Prize, [Chuck] is building these space grade PCBs. Not only is he tackling the hardest challenge PCB fabrication has to offer, he’s building a machine to automate the process.

The basic process of building ceramic PCBs is to create a sheet of alumina, glass powder, and binder. This sheet is first drilled out, then silver ink is printed on top. Layers of these sheets are stacked on top of each other, and the whole stack is rammed together in a press and fired in a furnace.

Instead of making his own unfired ceramic sheets, he’s just buying it off the shelf. It costs about a dollar per square inch. This material is held down on a laser cutter/inkjet combo machine with a vacuum table. It’s just a beginning, but [Chuck] has everything he needs to start his experiments in creating truly space grade PCBs.

The HackadayPrize2016 is Sponsored by: