You Own Your MRI Brainscan; Do Something Interesting With It

The most complicated and fascinating gadget you will ever own is your brain. Why not pay tribute to this wonder by creating a 3D scale model that you can print yourself? If you have had a full-head MRI scan, it is simple to take this data and create a 3D model that you can print out on any 3D printer. Here’s how to print your brain.

To begin, you are going to need an MRI scan. Unfortunately, the low-field MRI that [Peter Jansen] is working on won’t quite cut it (yet): you’ll have to get the pros to do it. The type of scan also matters, because we want a scan that focusses in on the brain itself, not the bits around it. What type you get depends on what your doctor wants to know, as the radiologist can run a lot of different scans and analysis of the data to show different types of tissue. After looking through the scans that I got, I settled on one that was labelled eB1000i(BRAIN) With and Without Contrast. To a radiologist, that information means a lot, telling you what type of scan it is, and that it was done with a contrast agent, a metal dye that is injected to make water-rich tissues (like my brain) more visible. The number refers to something called the diffusion weighting, which helps the doctor look for swelling that can indicate things like strokes, tumors, etc. There’s a good guide to some of the jargon here.

Continue reading “You Own Your MRI Brainscan; Do Something Interesting With It”

Could Solid-State Batteries Last A Lifetime?

Researchers from MIT and the Samsung Advanced Institute of Technology have been developing a new material that could potentially revolutionize the battery industry. A solid electrolyte that won’t wear out, lasting exponentially longer than current battery chemistry.

It also has the possibility to increase battery life, storage, and the safety of batteries — as liquid electrolytes are the main reason batteries catch on fire.

Sound too good to be true? The idea for solid-state batteries has been around for awhile, but it sounds like MIT and Samsung may have figured it out. The current materials used for solid electrolytes have difficulty conducting ions fast enough in order to be useful — but according to the researchers, they’ve discovered formula for the secret sauce. They’ve published their findings on Nature.com, which is sadly behind a pay wall.

Another great benefit of solid-state batteries is they would be able to operate at freezing temperatures without a problem. What do you think? Is Samsung blowing smoke, or will they actually release a battery you never have to replace?

The Problem With Kickstarter: A Lack Of Transparency

Since 2010, over one and a half billion dollars has been transferred from Kickstarter backers to project creators, and with Kickstarter’s 5% cut taken on each dollar collected, that means Kickstarter has had somewhere in the neighborhood of 75 to 80 million dollars in revenue in the last five years. That’s a success by any measure, and as with this huge amount of money, questions must be asked about the transparency of Kickstarter.

This is not a post about a Kickstarter project for an impossible project, a project that breaks the laws of physics, or one that is hyped beyond all reasonable expectations. This is a post about Kickstarter itself, and it’s been a long time coming. In the past, Kickstarter has shown at least some transparency by cancelling projects that are obvious rebrandings of white label goods – a direct violation of their rules. Kickstarter has even cancelled projects that violate the laws of physics, like this wireless charging Bluetooth tag. It’s a start, but Kickstarter has a much larger problem on its plate: the Staff Pick problem.

Continue reading “The Problem With Kickstarter: A Lack Of Transparency”

VirtualBench Tear Down

What do you get when you cross a mixed-signal oscilloscope, a function generator, a multimeter, a power supply, and some programmable digital I/O in a box? Sounds like the set up to a very geeky joke, but it is actually National Instrument’s VirtualBench product. [Shahriar] has one and wanted to know what was inside, so he did a tear down.

Continue reading “VirtualBench Tear Down”

Automated laser turret

Building An Automated Laser Turret Targeting System

Last year, [Alvaro] built a laser turret robot for the DEFCONBOTs competition. It worked pretty well, but this year, he decided to step it up a notch. Now instead of moving the entire robot laser array, he’s using galvanometers to move only the laser — he’s essentially built a mini laser projector.

A galvanometer is basically a very sensitive ammeter that moves — it can also be used as a very precise electro-mechanical actuator, for say, moving a tiny mirror. As you can imagine, you can actually build home-made galvanometers — but it’s really not that easy. Instead, [Alvaro] opted to order a few laser show controllers on eBay, and hack his way to a solution — we approve.

Wiring up the galvanometers and making some circuitry for them was the easy part. The tricky part is automating the system.

Continue reading “Building An Automated Laser Turret Targeting System”

Breadboards Go To Pot

Solderless breadboards are great for ICs and discrete components like resistors, capacitors, and transistors (at least the through hole kind). They aren’t so good at holding big components like potentiometers. Sure, you can jam trimmers in maybe. You can also solder leads to a pot, but that’s not pretty and tend to pull out when handled. [PaulStoffregen] got tired of it, so he put together some good looking PC boards that mount a 6mm shaft pot securely to a breadboard.

[Paul] noticed that having delicate or knobless adjustments on a breadboard inhibited people from playing with demo circuits. The new set up invites people to make adjustments. The pictures and video show an early version with six pins, but [Paul] added two more pins on the recent batch to increase the grip of the breadboard.

Continue reading “Breadboards Go To Pot”

Build A Sensor Network Around A Weather Station

[Yveaux] had a problem. The transmitter on his outdoor weather station had broken, rendering the inside display useless. He didn’t want to buy a new one, so, like the freelance embedded software designer that he is, he decided to reverse engineer the protocol that the transmitter uses and build his own. He didn’t just replace the transmitter module, though, he decided to create an entire system that integrated the weather system into a sensor network controlled by a Raspberry Pi. That’s a far more substantial project, but it gave him the ability to customize the display and add more features, such as synching the timer in the display with a network clock and storing the data in an online database.

Fortunately for [Yveaux], the transmitter itself was fairly easy to replace. The weather station he had, like most, transmitted on the 868MHz frequency, which is a license-free ISM (Industrial, Scientific and Monitoring) spot on the spectrum. After some poking around, he was able to figure out the protocol and teach the Pi to speak it. He then added a Moteino and an nRF2401+ transmitter to the weather station, so it can send data to the Pi, which then sends it to the display. It is a more complicated setup, but it is also much more flexible. He’s had it running for a couple of years now and has collected more than a million sensor readings.