New Take On The Binary Clock

By now it might seem like there’s no new way to build a binary clock. It’s one of the first projects many build to try out their first soldering irons, so it’s a well-traveled path. Every now and then, however, there’s a binary clock that takes a different approach, much like [Stephen]’s latest project which he calls the byte clock.

The clock works by dividing the 24-hour day into half and using an LED to represent this division, which coincidentally works out to representing AM or PM. The day is divided in half over and over again, with each division getting its own LED. In order to use this method to get one-second resolution it would need 16 LEDs, but since that much resolution isn’t too important for a general-use clock, [Stephen] reduced this to eight.

Additionally, since we’re in the Internet age, the clock has built-in WiFi courtesy of a small version of Python called WiPy which runs on its own microcontroller. A real-time clock rounds out the build and makes sure the clock is as accurate as possible. Of course an RTC might not have the accuracy as some other clocks, but for this application it certainly gets the job done.

Need To Hold Something? Build A Custom Vise

The only thing better than making a cool project is making a cool project that helps make more projects! Case in point, [Greg Stephens] and [Alex] wanted to colorize steel bearings for use in a Newton’s Cradle desk toy. After trying out a torch and not liking it, [Greg] and [Alex] decided to build custom aluminum vise to hold the sphere while it sits in the magnetic induction forge.

Their vise–they call it the Maker’s Vise0–isn’t just a one-off project to help make the cradle. [Alex] and [Greg] aspire to create a tool useable for a wide variety of projects. They wanted it to be oil-less and it had to be customizable. Ideally it would also have an acceptable grip strength, be easy to use, and look good on the bench.

[Greg] and [Alex] have set up a Hackaday.io project, and their logs show a lot of progress with two finished iterations of the vise and a variety of 3D-printed and cast parts to go with. Recently they brought in a 2,000-lb. load test and tested it on their vise collection, including the two prototypes. Version one rated at 500 lbs. reasonable clamping pressure–meaning they didn’t exert themselves to max out the pressure. Version two sits at 800 lbs., still nothing like a desk vise but far stronger than a Panavise, for instance.

Their magnetic induction forge project was also a success, with the team able to quickly change the color of a steel ball. Check out a video after the break…

Continue reading “Need To Hold Something? Build A Custom Vise”

You Are Go For FPGA!

Reconfigure.io is accepting beta applications for its environment to configure FPGAs using Go. Yes, Go is a programming language, but the software converts code into FPGA constructs, so you don’t need Verilog or VHDL. Since Go supports concurrent routines and channels for synchronization and communications, the parallel nature of the FPGA should fit well.

According to the project’s website, the tool also allows you to reconfigure the FPGA on the fly using a cloud-based build and deploy system. There isn’t much detail yet, unless you get accepted for the alpha. They claim they’ll give priority to the most interesting use cases, so pitching your blinking LED project probably isn’t going to cut it. There is a bit more detail, however, on their GitHub site.

Continue reading “You Are Go For FPGA!”

Music-Loving BeagleBone

Robotic control can get very complicated when multiple actuators need to work in coordination with each other. A simple robotic arm will require each joint to be controlled in sequence to attain a particular position. The BeagleBone Blue comes armed with motor drivers, sensor inputs, and wireless and is built for robotics.

[Andy] has prepared a musical robot called the BeagleBone Blue Electro-Mechanical Glockenspiel using the single board computer. The hardware consists of eight servo motors each with a mallet stick attached to them. The motors themselves are mounted on 3D-printed brackets allowing them to be mounted at the correct height. The servos connect to the main board for position control, however, an external supply had to be used to supply the necessary current to all the motors.

The software side has programs to translate notes into servo positions as well as connect to a web brower via MQTT and websockets. The basic user interface is simple and has buttons to connect to and send the keystrokes. The code, as well as the OpenSCAD designs, can be downloaded from GitHub. Check out the video below for a demo.

This project could be extended to an autonomous robot that plays tunes from the Internet. We are reminded of the rock throwing glockenspiel which was pretty cool and hope there are some permutations to come from both. Continue reading “Music-Loving BeagleBone”

Cardboard And Paper Gun Shows Off Clever Construction

This project by [blackfish] shows off a cardboard lookalike of an MP5 that loads from a working magazine, has a functional charging handle, and flings paper projectiles with at least enough accuracy to plink some red party cups. It was made entirely from corrugated cardboard, paper, rubber bands, and toothpicks.

In the video (embedded below) you can see some clever construction techniques. For example, using a cyanoacrylate adhesive to saturate areas of wood, cardboard, or paper to give them added strength and rigidity. The video is well-edited and worth a watch to see the whole process; [blackfish] even uses a peeled piece of cardboard — exposing the corrugated part — as a set of detents (6:56) to retain the magazine.

Continue reading “Cardboard And Paper Gun Shows Off Clever Construction”

Ikea Tradfri Hacking

Smart lighting is all the rage right now. Sure, Phillips Hue is the giant player in the market, but there are plenty of ZigBee, Bluetooth, and WiFi light bulbs out there. Ikea–known for cheap furniture, meatballs, and waffles–is a recent addition to the field with their Tradfri system. Like most things from Ikea, they are effective and inexpensive. [Andreas] takes a Dremel to the controller and shows how to hack the system to use MQTT. You can check out the video below.

Once he had the device opened, the used the German Make magazine article we talked about earlier, to help understand what he had. Armed with the pinout, he was able to solder a wiring harness to the controller. He then connected a WeMos board. A little Arduino code later, and he was controlling the light with MQTT.

Continue reading “Ikea Tradfri Hacking”

Hackaday Prize Entry: Automated Wildlife Recognition

Trail and wildlife cameras are commonly available nowadays, but the Wild Eye project aims to go beyond simply taking digital snapshots of critters. [Brenda Armour] uses a Raspberry Pi to not only take photos of wildlife who wander into the camera’s field of view, but to also automatically identify and categorize the animals seen using a visual recognition API from IBM via the Node-RED infrastructure. The result is a system that captures an image when motion is detected, sends the image to the visual recognition API, and attempts to identify any wildlife based on the returned data.

The visual recognition isn’t flawless, but a recent proof of concept shows promising results with crows, a cat, and a dog having been successfully identified. Perhaps when the project is ready to move deeper into the woods, elements from these solar-powered networked birdhouses (which also use the Raspberry Pi) could help cut some cords.