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.

Hot-Wire CNC Foam Cutter From E Waste

A couple of old DVD ROM drives and a compact photo printer is fairly standard fare at the thrift store, but what do you do with them? Hack them up to make a CNC foam cutter of course!

[Jonah] started with a couple LITE-ON brand DVD RW drives, which use stepper motors instead of plain old DC motors. This is a huge score since steppers make accurate positioning possible. With the internal frames removed, threaded rod and nuts were used to hold the two units parallel to each other forming the Z axis.

The feed mechanism from a Canon compact photo printer was then bolted onto the bottom to form the Y axis. Add a bit of nichrome wire for the cutting element (this can be found in old hair dryers) onto where the laser assembly of the DVD rom once lived, and you have the mechanics done.

Control is handled by an Arduino and some easy-driver modules to interface with the steppers. G-Code is generated by CamBam, which handles various cad files, or has its own geometry editor.

This is a fantastic way to get your feet wet in several ways; Cracking things open to harvest parts, driving steppers with simple micocontrollers, modeling and generating g-code, etc. The one issue we see with this build is a chicken-or-egg problem since you need to have a cube of foam cut down to somewhat strict dimensions before it will fit in this cutter. But we suppose that is really just an iterative design problem.

Continue reading “Hot-Wire CNC Foam Cutter From E Waste”