THP Semifinalist: B10N1C Yourself

The Hackaday Prize has had a few medical devices make the semifinalist cut, and of course wearables are on the list. How about implantables? That’s what Bionic Yourself 2.0 (or B10N1C) is doing with an implantable microcontroller, battery, and sensor system.

The hardware in B10N1C includes a electromyography sensor for measuring muscle activity, an accelerometer, a vibration motor, RFID reader/writer, temperature sensor, and – get this – a LED bar graph that will shine a light through the skin. That’s something we’ve never seen before, and if you’re becoming a cyborg, it’s a nice feature to have.

As with anything you would implant in your body, safety is a prime consideration for Bionic.the Lithium battery can be overcharged (yes, through a wireless charging setup) to 10V without a risk of fire or explosion, can be hit with a hammer, and can even be punctured. The enclosure is medical grade silicone, the contacts are medical grade stainless steel, and there’s a humidity sensor inside that will radio a message saying its time to remove the device if the moisture level in the enclosure increases.

Because the device is implanted under the skin, being able to recharge and update the code without a physical connection is the name of the game. There’s a coil for wireless charging, and a lot of work is going into over the air firmware updating. It’s an astonishing project, and while most people probably won’t opt for a cyborg implant, it will look really cool.


SpaceWrencherThe project featured in this post is a quarterfinalist in The Hackaday Prize.

Speakers At Hackaday’s 10th Anniversary

It is with great pleasure that we are able to announce the final slate of speakers for Hackaday’s 10th Anniversary on October 4th in Pasadena. There are still around 30 tickets left for the conference so get yours now!

The most recently confirmed speaker is a man of many names. [Ryan Clarke] may be better known as [LosT], [1o57], or [Lostboy]. For years he has been driving the flagship contest at DEFCON by generating cryptographic puzzles that run far and deep through the 4-day conference and beyond. His talk will venture into the art and science of putting together these challenges, and the lengths at which determined hackers will go to solve them. His site gets taken over each year for DEFCON, so you might want to explore his Twitter account if you’re looking to learn more about this mysterious figure.

The other four speakers have already been mentioned in the initial announcement and last week’s follow-up. [Steve Collins] will discuss how his early interest in hacking led him to become an engineer at NASA. [Quinn Dunki] will have her scratch-built Veronica computer on hand and explain the adventure of the impressive project. [ThunderSqueak] will help us wrap our minds around the concept of non-binary computing, and [Jon McPhalen] will present the benefits of multi-core embedded processing versus traditional interrupt-based design.

We can’t wait for this amazing afternoon of talks which is just one week from Saturday. We hope to see you there!

Fail Of The Week: Battery Packin’

[NeXT] got himself an IBM ThinkPad TransNote and yeah, we’re pretty jealous. For the uninitiated, the TransNote was IBM’s foray into intelligent note transcription from roughly fifteen years ago. The ThinkPad doesn’t even have to be on to capture your notes because the proprietary pen has 2MB of flash memory. It won an award and everything. Not the pen, the TransNote.

Unfortunately, the battery life is poor in [NeXT]’s machine. The TransNote was (perhaps) ahead of its time. Since it didn’t last on the market very long, there isn’t a Chinese market for replacement batteries. [NeXT] decided to rebuild the replacement battery pack himself after sending it off with no luck.

The TransNote’s battery pack uses some weird, flat Samsung 103450 cells that are both expensive and rare. [NeXT] eventually found some camera batteries that have a single cell and a charge controller. He had to rearrange the wiring because the tabs were on the same side, but ultimately, they did work. He got the cells together in the right configuration, took steps to prevent shorts, and added the TransNote’s charge controller back into the circuit.

Nothing blew up, and the ThinkPad went through POST just fine. He plugged it in to charge and waited a total of 90 minutes. The charging rate was pretty lousy, though. At 94% charge, the estimated life showed 28 minutes, which is worse than before. What are your thoughts on the outcome and if it were you, what would be the next move?


2013-09-05-Hackaday-Fail-tips-tileFail of the Week is a Hackaday column which runs every Wednesday. Help keep the fun rolling by writing about your past failures and sending us a link to the story — or sending in links to fail write ups you find in your Internet travels.

Cheap Multimeter Gauges Embedded Idle Time

How often is your microcontroller actually doing something? You can find out by measuring idle time, but how exactly do you do this? [Jack Ganssle] shows that simple embedded applications can toggle a pin when idle, which can then be measured. More complex applications like those using a Real Time Operation System can do the same by making use of the idle hook. But what can you do to make this toggling pin feedback actually mean something?

His solution is to repurpose an analog multimeter. The meter is interface with the toggle pin and a trimpot calibrates the needle. This way the needle jumps when the processor is busy and returns to zero when idle. What a great tip for getting a little more feedback about what’s going on inside of that black plastic IC package. It’s not surprising to find such a clever hack from one of the Hackaday Prize judges.

While you’re in the analog multimeter aisle you might want to pick up a couple of extras for more alternate data displays.

Continue reading “Cheap Multimeter Gauges Embedded Idle Time”

DIY Lathe DRO

Digital Caliper Sacrificed For DRO Project

In general, machining metal on a lathe or mill takes skill and patience as the accuracy of the cuts are important. To make those accurate cuts, it is important to know where the tool is located and how far it moves. For manual machines, the most basic method of determining position is by using graduated dials mounted on the hand cranks. Although these graduated dials can certainly be accurate, they may be difficult to see and they also require the operator to do math in their head on the fly with every full revolution of the dial. Another option would be a digital read out (DRO) which has an encoder mounted to the moving axes of the machine. This setup displays the exact position of the tool on an easy to read numeric display.

Professional DRO kits for mills and lathes can cost between a few hundred dollars to several thousand dollars.  [Robert] has a lathe, wanted a DRO but didn’t want to shell out serious cash to get it. He built his own for super cheap in an extremely resourceful way…. using a Harbor Freight Digital Caliper. A housing was first fabricated so that the added equipment would not hinder the axis travel of the lathe. The caliper was then cut to length, installed in the housing and the entire assembly was then mounted to the lathe.

DIY Lathe DROIt is totally reasonable to use the stock caliper display to read the positional information, however, even these cheap digital calipers have connections for the encoder output data, which can easily be read by a microcontroller. That means it is super simple to hook these low-cost digital calipers up to a display remotely located in a more convenient position.

 

THP Semifinalist: A Continuous Wave Radar

There aren’t many Hackaday Prize entries playing around in RF, save for the handful of projects using off the shelf radio modules. That’s a little surprising to us, considering radio is one of the domains where garage-based tinkerers have always been very active. [Luke] is bucking the trend with a FM continuous wave radar, to be used in experiments with autonomous aircraft, altitude finding, and synthetic aperture radar imaging.

[Luke]’s radar operates around 5.8-6 GHz, and is supposed to be an introduction to microwave electronics. It’s an extremely modular system built around a few VCOs, mixers, and amplifiers from Hittite, all connected with coax.

So far, [Luke] has all his modules put together, a great pair of cans for the antennas, everything confirmed as working on his scope, and a lot of commits to his git repo.

You can check out [Luke]’s demo video is available below.


SpaceWrencherThe project featured in this post is a quarterfinalist in The Hackaday Prize.

Continue reading “THP Semifinalist: A Continuous Wave Radar”

Apollo, The Everything Board

The best projects have a great story behind them, and the Apollo from Carbon Origins is no exception. A few years ago, the people at Carbon Origins were in school, working on a high power rocketry project.

Rocketry, of course, requires a ton of sensors in a very small and light package. The team built the precursor to Apollo, a board with a 9-axis IMU, GPS, temperature, pressure, humidity, light (UV and IR) sensors, WiFi, Bluetooth, SD card logging, a microphone, an OLED, and a trackball. This board understandably turned out to be really cool, and now it’s become the main focus of Carbon Origins.

There are more than a few ways to put together an ARM board with a bunch of sensors, and the Apollo is extremely well designed; all the LEDs are on PWM pins, as they should be, and there was a significant amount of time spent with thermal design. See that plated edge on the board? That’s for keeping the sensors cool.

The Apollo will eventually make its way to one of the crowdfunding sites, but we have no idea when that will happen. Carbon Origins is presenting at CES at the beginning of the year, so it’ll probably hit the Internet sometime around the beginning of next year. The retail price is expected to be somewhere around $200 – a little expensive, but not for what you’re getting.