Hands-On: New AND!XOR Unofficial DEF CON Badge

In just two weeks, we’ll be flooding into the casinos of Las Vegas for DEF CON. By far our favorite part is the unofficial hardware badges which make their way to the con each year. The AND!XOR team has put together an incredible offering this year with what I’m calling the “Bender on a Bender” badge. They sent us two of them, so let’s jump right in and see what this badge is all about.

Continue reading “Hands-On: New AND!XOR Unofficial DEF CON Badge”

Making Synths Out Of Audio Cassettes

8bit Mixtapes are simple Arduino-based sound and beat generators based on ATtiny 84s and 85s and designed fit inside old audio cassettes, or at least be about that size. Founded by [Dusjagr], [Ucok] and [Lyok], and including participants from around the globe, 8bit Mixtapes are small synthesizers that play one-line algorithmic symphonies, simple sound generators that work off of a single line of code.

The project has been going on for a number of years, with several different iterations released over the years–the most recent is the Mixtape NEO, released about a month ago that features audio bootloading and a row of NeoPixel LEDs. It’s well documented and fully open source, with a code repository and wiki. The arty PCBs look great as well!

8bit Mixtapes are a natural project for electronics students to tackle. An ATtiny85 with two pots and two buttons? Pretty simple, and the musical payoff makes it a cinch for one-day workshops. The code simplicity makes it easy to modify the software as well.

Quirky synths are Hackaday’s bag, including one we published previously that controls a hexagonal matrix of LEDs.

Continue reading “Making Synths Out Of Audio Cassettes”

Tinkercad Does Arduino

If you’ve done 3D printing, you’ve probably at least heard of Tinkercad. This popular CAD package runs in your browser and was rescued from oblivion by Autodesk a few years ago. [Chuck] recently did a video about a new Tinkercad feature: building and simulating virtual Arduino circuits. You can watch it below.

There are a variety of components you can add to your design. You’ll find an integrated code editor and a debugger. You can even get to the serial monitor, all in your browser with no actual Arduino hardware. You can also build simple circuits that don’t use an Arduino, although the component selection is somewhat limited.

Continue reading “Tinkercad Does Arduino”

Digitool Helps Debugging

Logic analyzers used to be large boxes full of high-speed logic and a display monitor. Today, they are more likely to be a small box with a USB port that feeds data to a PC application. [Juan Antonio Rubia Mena] wanted something more self-contained, so he built Digitool. Built around a PIC18F2525, the device can measure frequency up to 10 MHz and inject square waves up to 1 MHz into the circuit under test. Oh yeah. It also has a simple four-channel logic analyzer that displays on a tiny LCD.

The 500,000 sample per second rate and the 1024 sample buffer isn’t going to put any logic analyzer vendors out of business, but it is still enough to help you figure out why that SPI or I2C logic is messed up. It looks like a fun project that could have some usefulness.

Continue reading “Digitool Helps Debugging”

Robot: Do My Bidding!

Remote control robots are nothing new. Using Bluetooth isn’t all that unusual, either. What [SayantanM4] did was make a Bluetooth robot that accepts voice commands via his phone. The robot itself isn’t very remarkable. An Arduino and an HC05 module make up most of the electronics. A standard motor driver runs the two wheels.

The Arduino doesn’t usually do much voice processing, and the trick is–of course–in the phone application. BT Voice Control for Arduino is a free download that simply sends strings to a host computer via Bluetooth. If you say “Hello” into your phone, the robot receives *Hello# and that string could be processed by any computer that can receive Bluetooth data.

Continue reading “Robot: Do My Bidding!”

Rescuing A Proprietary Battery Pack With A Cell From A Camera

If you have an older handheld battery-powered device, you may be fighting a diminishing battery capacity as its lithium-ion cells reach the end of their life. And if you are like [Foxx D’Gamma], whose device is an Alinco DJ-C7 handheld transceiver, you face the complete lack of availability of replacement battery packs. All is not lost though, because as he explains in the video below the break, he noticed that a digital camera battery uses a very similar-sized cell, and was able to graft the camera battery into the shell of the Alinco pack.

Cracking open the Alinco pack, he was rewarded with the rectangular Li-Ion cell and two PCBs, one for the connector and another for the battery management circuitry. By comparison the camera battery had a much smaller battery management PCB, and it fit neatly into the space vacated by the Alinco cell once those covers had been removed. A fiddly soldering job to attach the connector PCB, and he was rewarded with a working Alinco pack and an unexpected bonus when he found out that the transceiver was a dual band model.

Along the way he’s at pains to point out the safety aspects of handling Li-Ion cells, and to ensure that the polarity of the cell is correct. It’s also worth our reminding readers that these packs must always be accompanied by their battery management circuitry. The result though is pleasing: a redundant piece of equipment made obsolete by a proprietary battery, given a new lease on life.

Continue reading “Rescuing A Proprietary Battery Pack With A Cell From A Camera”

Hackaday Prize Entry: PCBs On Demand With Etchr

The ambitious etchr – the PCB Printer is just a concept at the moment, but it’s not often we see someone trying to tackle desktop PCB production in a new way. Creator [Jonathan Beri] is keenly aware that when it comes to creating electronics, the bottleneck for most workflows is the PCB itself. Services like OSH Park make professionally fabricated PCBs accessible at a low cost, but part of the bargain is that turnaround times are often measured in weeks.

[Jonathan]’s concept for etchr is a small system that automates not only etching a copper-clad board with all the attendant flooding and draining of chemicals, but applying a solder mask and silkscreen layer labeling as well. The only thing left to do would be to drill any required holes.

The idea behind etchr is to first take a copper-clad board with photoresistive film or spray applied to it, and fix it into a frame. A UV projector takes care of putting the traces pattern onto the board (and also handles a UV-curable solder mask in a later step) and the deep frame doubles as a receptacle for any chemical treatments such as the etching and cleaning. It’s an ambitious project, but the processes behind each step are well-understood and bringing them all together in a single machine is an intriguing approach.

Desktop production of PCBs can be done in a few ways, including etching via the toner transfer method (whose results our own Elliot Williams clearly explained how to take from good to great). An alternative is to mill the PCBs out directly, a job a tool like the Othermill is designed specifically to do. It’s interesting to see an approach that includes applying a solder mask.