An Arduino And An Enigma All Rolled Into One

This hacker has been wanting to design an Enigma machine simulator for a while, but didn’t take the leap until they realized there was a compact Arduino with a surplus of I/O.

The logs go through all sort of variations on the machine. Everything from a plug board variation similar to the original to a 16 segment LED tester are covered. In one of the posts you can even see it decode a real U-Boat message. 

The earlier revisions are housed in very attractive laser cut cases but the latest designs employ an even more elegant casing solution. The simulator uses 16 segment displays and momentary push buttons for the keys. At its core is a 2560 Pro mini. The write-up contains a lot of detail about the code behind the Enigma and is interesting to read.  Interestingly, the PCB was designed in Fritzing, the EDA software many love to hate.

We love the craftsmanship and attention going into this project and can see it turning into a very appealing kit as it goes through its design cycles.

With PowerCore And FluxLamp, Reflow Is Possible

[nathan] sends in this combo of projects which combine to make a very interesting reflow oven.

First is PowerCore which has two microcontrollers, an ATmega and a ESP8366 working in tandem to turn the AC on and off at set intervals. A GLCD displays the current profiles and WiFi allows for remote control as well. Input is handled by a momentary switch rotary controller. He decided to go this route after reading forums on the commercial controllers and deciding they needed too much fiddling and weren’t hacker friendly enough.

The PowerCore then attaches to a halogen work light. He took the front glass off the halogen light and covered it in aluminum foil. This becomes the base of the oven. The PowerCore and a sensor are attached to the back. Using the lighting element as a heating one makes sense and, as we can see from the curves, appears to provide a very accurate response.

On top of all this [nathan] has documented the project beautifully. The small size and great control bump it way up in our list of reflow builds to recommend.

Drive A Plasma Ball With An ATV Ignition Coil And A 555

[Discrete Electronics Guy] sends in his short tutorial on building a high voltage power supply from simple things.

The circuit is a classic, but we love the resourcefulness shown. The ignition coil comes from a three wheeler, the primary power supply is a ATX supply from a computer and the oscillator is powered by a 9V battery. We do wonder whose vehicle stopped working though.

He gives a great explanation of how the circuit works and was constructed and then moves on to build his own Plasma bulb. Despite expecting something more complicated the end result was achieved by putting a lightbulb on a stick. Fantastic. The circuitry was nearly packaged into a takeaway food container and the entire construction was called complete.

All in all it shows what someone can accomplish if they’re resourceful and understand the basics. However, it’s probably that you don’t electroBoom yourself to death if you can avoid it.

Death To All Coca Cola Cans With This Miniature Arduino Powered Cannon

[MJKZZ] sends in this entertaining little tutorial on building a small automated cannon out of a syringe.

He starts the build off by modifying an arc lighter, the fancy kind one might use to light a fire on a windy day, so that it can be controlled by a micro-controller. The arc is moved to the needle end of the syringe with a careful application of wires and hot glue. When the syringe is filled with a bit of alcohol and the original plunger is pressed back in a small spark will send it flying back out in a very satisfying fashion.

Of course it wouldn’t be a proper hack without an Arduino added on for no reason other than the joy of doing so. [MKJZZ] adds an ultrasonic sensor into the mix which, when triggered appropriately by an invading object fires the arc lighter using a reed relay.

He demonstrates the build by eliminating an intruding coke can on his work bench. You can see it in the video after the break. All in all a very fun hack.

Continue reading “Death To All Coca Cola Cans With This Miniature Arduino Powered Cannon”

Learn Water Purification Techniques With This STEM Learning Kit

We see a lot of great STEM education projects. These projects have a way of turning into something much larger. How many commercial devices and machines are built on Raspberry Pi’s and Arduinos? [Ryan Beltrán] is using common materials to teach people how to clean water. This particular kit demonstrates a water purification process called electro-coagulation.

When current is passed through two electrodes suspended in water it changes the surface charge on the suspended solids. This causes the solids, metals, and oils to clump together which makes them considerably easier to treat and clean.

The kit consists of a jar, electrodes, some 3D printed parts, and a pre-flashed Arduino. There’s also salts and filters to finalize the purification process. Students can start the experiment right away and if they’re inspired they’ll have all the tools to try more advanced techniques.

Often STEM kits lean heavily to robotics or computer science, but there are so many vast and interesting fields out there with problems that need to be solved.

A STM32 Tonewheel Organ Without A Single Tonewheel

The one thing you might be surprised not to find in [Laurent]’s beautiful tonewheel organ build is any tonewheels at all.

Tonewheels were an early way to produce electronic organ sounds: by spinning a toothed wheel at different frequencies and transcending the signal one way or another it was possible to synthesize quite an array of sounds. We like to imagine that they’re all still there in [Laruent]’s organ, albeit very tiny, but the truth is that they’re being synthesized entirely on an STM32 micro controller.

The build itself is beautiful and extremely professional looking. We were unaware that it was possible to buy keybeds for a custom synthesizer, but a model from FATAR sits at the center of the show. There’s a MIDI encoder board and a Nucleo development board inside, tied together with a custom PCB. The UI is an momentary encoder wheel and a display from Mikroelektronika.

You can see and hear this beautiful instrument in the video after the break.

Continue reading “A STM32 Tonewheel Organ Without A Single Tonewheel”

LED Matrix Watch Is The Smart Watch We Didn’t Know We Wanted

[Mile] put together this stunning LED matrix watch, on which the stars of this show are the 256 monochrome 0603 LEDs arranged in a grid on its face. The matrix is only 1.4in in the diagonal and is driven by a combination of an LED driver and some shift registers. The brain is an ATmega328p. We appreciate the extra effort taken to add a USB to UART adapter so the mega can be programmed over USB. It also contains all the necessary circuitry to charge and maintain the lithium battery inside safely.

Input into the device is done with a hall effect sensor which keeps the build from having any moving parts. The body is a combination of 3D printed parts and really fetching brass details connecting to the band.

If it weren’t over the top enough the build even has an ambient light sensor so the display can dim or brighten depending. We bet [Mile] is pretty proud to wear this on their wrist.