Hackaday Prize Entry: Wearable Micro Pump Treats Your Fever For You

Would you strap a tiny pump to your body and let it dose you with medication based on your current vital signs? Most people wouldn’t, while some would appreciate the convenience, and many have no choice. [M. Bindhammer]’s 2017 Hackaday Prize entry, dubbed Sense-Aid, seeks to democratize the drug delivery process somewhat by building a sensor package linked to a tiny surface-mount pump into a single wearable device.

His chosen initial therapeutic area is fever, given that it’s easy to diagnose non-invasively with a simple thermistor and straightforward to treat with antipyretics like acetaminophen. Aside from the obvious regulatory hurdles such a device would face, he’s got a bunch of technical challenges to address. Surprisingly, sourcing a surface-mount pump is not one of them, although finding a medication to pump with it is. Anecdotally, a professor acquaintance of ours used to relate his sure-fire hangover cure: an aspirin tablet dissolved in the polar aprotic solvent dimethyl sulfoxide (DMSO) and absorbed directly through the skin for immediate relief. The story may have been apocryphal, and it certainly sounds like a bad idea, but such solvents may be one way of pumping medications non-invasively.

Obviously, this is only a concept at this point, as [M. Bindhammer] hasn’t even built a prototype yet. But that’s exactly what the first phase of the 2017 Hackaday Prize is all about: Design Your Concept. It may seem like a crazy idea, but at least it’s an idea, and that’s the first step. Have you submitted your idea yet? There’s still plenty of time.

Hackaday Prize Entry: Hot Logic

A few weeks ago, [Yann] was dumpster diving and found something of interest. Two vacuum tubes, an ECC83S and an EL84. This was obviously the droppings of a local guitarist, but [Yann] wanted to know if he could build something useful out of them. An amplifier is far too pedestrian, so he settled on a vacuum tube computer.

The normal pentodes and triodes you’ll find in a tube amp require a lot of support components like output transformers, tube sockets, and high voltage power supplies. This was a little too complicated for a tube computer, but after a little bit of searching, [Yann] found a better option for his MINIVAC — subminiature vacuum tubes. These require fewer support components, and can be found for very reasonable prices through the usual component suppliers. His entry for this year’s Hackaday Prize is Hot Logic. It’s a computer — or at least computer components — built out of these tubes.

The tubes in question are a few 1Ж29Б-В and 6Н21Б tubes, a vacuum pentode and dual triode, respectively. Add in a few diodes, and that meets the requirements for being sufficient to build a computer. As a neat little bonus, these tubes have requirements that are very easy to meet. The filament on the 1Ж29Б-В tube only needs 1.2 Volts.

These subminiature tubes are a little underappreciated in the world of audiophililia and DIY electronics. That’s a bit of a shame; these tubes are the most technologically advanced vacuum-based technology ever created. They were the heart and the brains of ballistic missiles, and if you look hard enough you source hundreds of them at very reasonable prices. A vacuum tube computer requires a lot of tubes, and if anyone will be able to build a vacuum tube computer it’s going to be [Yann] and his pile of Soviet surplus.

Hackaday Prize Entry: Breathe Your Troubles Away

Navy SEALs and other highly trained special forces operators all know a simple, basic fact – you’ve got to breathe to live. That seems self-evident, but breathing control is immensely important to being able to perform at a high level in stressful situations. But even if you never anticipate being under fire, you can learn the SEAL way of breathing with this visual aid.

Lest you think that Box Breathing, also known as the four-square breathing technique, is some sort of New Age nonsense, recent research has uncovered the neurological basis for the feeling of calm that can come over someone taking slow, deep, even breaths. But in the heat of the moment, remembering to square your breaths can be a little difficult. [Lim Han Yang] decided that a portable visual cue could help, so he put an ATTiny85, an LED, and a coin cell battery on a tiny circular PCB and spun up a simple translucent dome out of PLA. The blue LED has a soothing appearance behind the diffuser as it goes through a 16-second cycle, ramping up in brightness for four seconds, holding steady for four, then dimming and finally staying dark. The idea is to breathe in sync with the light to get relief from stress.

No build files are posted yet, but we hope to see them soon – we can think of a few people this would benefit greatly. In the meantime, if you’re still looking for that New Age breathing experience, you can always breathe with the psychedelic flowers.

Hackaday Prize Entry: Zappotron Super Sequencer

If you fancy a go at circuit bending, where do you start? Perhaps you find a discarded musical toy at a junk sale and have a poke around, maybe you find the timing circuit and pull it a little to produce a pitch bend. Add a few wires, see what interesting things you can do connecting point A to point B, that kind of thing.

Many of us have spent an entertaining afternoon playing in this way, though it’s probable few of us have achieved much of note. [Russell Kramer] however must have persevered to become a circuit bender par excellence, as his latest project is one of the most accomplished circuit bending projects we’ve seen.

Zappotron Super Sequencer is an analog sequencer. Except that sentence simply doesn’t convey what it really is, it’s an analog sequencer with four sound sources: two tape decks, a 4046 oscillator, and a circuit-bent spelling tutor toy, and its sequencer component is controlled with a Nintendo light gun and a CRT screen.

You might be thinking that you could do all that with relative ease on a modern single board computer, but what makes this project so special is that he’s achieved it using only logic chips and diode logic gates, not a microprocessor in sight save for the one in the spelling toy. The build log goes through all the circuitry in detail, and we have to tell you it’s a work of art that demonstrated his mastery of both analog circuitry and digital logic.

To cap it all off he’s mounted it in a gloriously retro console, complete with retro embossed labeling. This is a high-quality item that we’d suggest you take a while to read about in detail. He’s posted a video demonstration if you’d like to see it in action, we’ve posted it below the break.

Continue reading “Hackaday Prize Entry: Zappotron Super Sequencer”

Hackaday Prize Entry: Real Hard Drives In The Raspberry Pi

‘Boy, I wish the Raspberry Pi had a SATA port’. This is the plea that echoes through the Internet, and for once, the Internet is not wrong. A SATA port — or any connector to a big, dumb spinny disk — would be a great addition to the Raspberry Pi ecosystem.

[AlanH]’s entry to the Hackaday Prize is the exact opposite of what everyone wants. The NetPi-IDE is a Parallel ATA IDE disk emulator that turns an inexpensive Raspi Zero into a big, dumb, unspinny hard drive. Drop this machine in your Windows 98 Starcraft battlestation, and you have a hard drive that you can ssh into.

As with any build involving a lot of data, bandwidth is important. The highest bandwidth interface on the Pi’s GPIO ports is the SPI interface. [AlanH] is hanging a Lattice MachXO2 FPGA off the SPI port and using that to emulate a disk. In the future, he’s going to move to the much more open Lattice iCE40HX, compatable with the Open Source IceStorm synthesis chain.

The feature set for this project includes proper IDE disk emulation with sizes ranging from 10 Megabytes to 8 Gigabytes tested so far. If you need anything bigger, you don’t need an IDE drive. A DOS redirector allows mounting any arbitrary directory to a DOS drive letter, a virtual network interface turns this project into The Cloud™, and a serial console is mapped to unused IDE registers, allowing any host system to login to the Pi without any external cables.

While it’s not what everyone wants in a Pi, this is an exceptionally cool project. PATA drives are getting old, and the systems supporting them are too. If you want to keep those retrocomputers running, we have to start planning now, and there’s no better way to do that than with cheap hardware and Open Source toolchains.

Hackaday Prize Entry: Experiments With Wheeled Legs

If you’ve been keeping tabs on recent developments in robotics, you surely remember Handle — the awesome walking, wheeled robot from Boston Dynamics. There’s a good reason why such a combination is a good choice of locomotion for robots. Rolling on wheels is a good way to cover smooth terrain with high efficiency. But when you hit rocky patches or obstacles, using legs to negotiate these obstacles makes sense. But Handle isn’t the only one, nor is it the first.

[Radomir Dopieralski] has been building small robots for a while now, and is especially interested in how they move. He is sharing his experience while Experimenting with Wheeled Legs, with the eventual aim of “building an experimental walking+rolling robot, to more efficiently kill all humans and thus solve all the problems”. His pithy comments aside, investigating and experimenting with different forms of locomotion to understand which method is most efficient will pay rich dividends in the design of future robots.

During an earlier version of the Hackaday Prize, [Radomir] snagged a coupon for laser cutting services. He used it to build a new robot based on a fresh look at some of his earlier designs. This resulted in the Logicoma-kun — a functional model of a Logikoma (a logistics robot designed to be a fast all-terrain vehicle for transporting weapons and ammunition) from “Ghost in the Shell: Arise”. Along the way, he figured out how to save some servo channels. For gripping function, he needed to drive two servos in sync with each other, but in opposing directions. This would usually require two GPIO’s and a few extra lines of code. Instead, he dismantled a servo and reversed the motor AND the servo potentiometer connections.

But this is still early days for [Radomir]. He is fleshing out ideas, looking for feedback and discussions on robotic locomotion. This fits in perfectly with the “Design Your Concept” phase of the Hackaday Prize 2017. He has already made some progress on Logicoma-kum by having it move in either the wheeled or walking modes — check out the videos after the break.

Continue reading “Hackaday Prize Entry: Experiments With Wheeled Legs”

World Create Day: Get Together And Hack On April 22nd

Venture away from your workbench and see what others have been building this year. It’s time for Hackaday World Create Day when hackers all over the world get together to work on projects.

On April 22nd, join the creative minds in your area for a few hours of build time. It’s an opportunity to inspire and be inspired by others. There’s no better way to make those leaps forward on a project than to share your work with others. This pollination of ideas is what sparks creativity, and it’s a great excuse to meet new people.

Find a meetup near you right now. Don’t see one in your area? Become a host, it’s easy and we’ll help!

What’s It Like at a World Create Day Meetup?

When the Hackaday community gets together it’s always a fun time. Each meetup on April 22nd will be unique. These are organized locally and given life by those who show up. Bring an open mind and something you’re excited about and you’ll be right at home.

We’re sending out stickers like this one, along with other swag, to meetups that sign up early. Do it now!

For instance, if I were Brian Benchoff I might bring along my 3D printed WiFi antenna and a few different WiFi devices to see if anyone wanted to do some distance measurements and signal strength characterization. I myself have been working on an art project that uses computer vision and replacement display for my exercise machine so I’ll bring one of those. After a few hours of hacking, it’s customary to go around the room and have people give a very brief explanation of their work.

World Create Day is the perfect place to put together you Hackaday Prize Team. As the ideas fly, keep in mind the power of one idea to change the world. Consider picking a challenge, brainstorming an idea, and entering it in the Hackaday Prize.

Pics or It Didn’t Happen

Don’t let the great ideas live for only one day. Make sure you tell the story of your World Create Day. Post your pictures and descriptions on social media with hashtag #WorldCreateDay during the event. Pictures, project links, and a brief summary should be added on your meetup’s Hackaday.io event page. We want to cover as many of these as possible on Hackaday, so don’t be bashful about telling everyone what people at your meetup were working on — finished project or pencil drawing, we want to hear it!