R2D2 Wannabe Lacks Lightsaber Launcher, Autonomy

Is this what the lovable Star Wars droid would look like without its protective skin? This R2D2 inspired robot is another Olin College of Engineering (where that CNC cake decorator came from) build developed by [Nathaniel Ting] and his classmates. Alas, it lacks autonomy, relying on an operator for guidance. But we enjoy it for the build quality. Two motorcycle batteries supply DC motors on the two rear legs of the trike. It can be driven with a wireless Xbox controller or through a Python interface that also randomly plays droid audio clips from the movie. That’s a tilting projector on top, which would be used to show Princess Leia’s pleas for assistance. That is, after the operator plugs in an extension cord to power it up. Oh well, it’s still a lot of fun to watch. See for yourself after the break.

Continue reading “R2D2 Wannabe Lacks Lightsaber Launcher, Autonomy”

Internet Enabled Drip Coffee

A fresh pot of coffee is never more than a tweet away with the Tweet-a-Pot. It works in much the same way that our Troll Sniffing Rat does. For that build we used a Python script to monitor our comments, and this does the same except that the script read tweets through the Twitter API. It watches for a specific hash tag (#driptwit) and when found it sends a serial command to an Arduino. The microcontroller then writes a digital pin high to actuate a relay, powering up the coffee maker.

Sure, you have to preload the pot with grounds and water, but what do you expect, automatic coffee roasting and brewing? That’s quite a bit more work.

CNC Cake Decorator

The AutoFrost CNC cake decorator is the result of a student project a Olin College of Engineering. [Tara Krishnan] and her classmates designed and built the hardware, as well as a Python interface that is used for drawing the design you want printed in frosting. The X and Y axes are controlled by stepper motors, with manual adjustments for the Z axis. The software has setting for the size of the cake, making it a bit more versatile than the last mechanized decorator we looked at. The GUI also allows for multiple colors which are applied one at a time, with the machine pausing for an operator to switch out the colored frosting container. All in all a nice build, but the next rendition should look to get rid of that second Arduino. We can’t think the code is complex enough to warrant two of them. Check out the demo video after the break.

Continue reading “CNC Cake Decorator”

Hackaday Unleashes A Troll Sniffing Rat

Sometimes we like to take a few minutes away from Hackaday to spend time with our families. But just when you take your eyes off of the incoming comments, Trolls are bound to strike. Well, [Caleb] and I found a solution to the problem in the form of a troll sniffing rat. This beady-eyed vermin sits on my desk and waits. When a trolling comment is detected its eyes glow red and an alarm is sounded. Join us after the break for more about this silly project.

Continue reading “Hackaday Unleashes A Troll Sniffing Rat”

Interface Up To 12 Servos Using Arduino

[Brian] is using an Arduino to control multiple servo motors. This is nothing new and has been happening since the earliest days of Arduino. But rather than develop a project and share it, [Brian] did a fantastic job of making the code scalable, readable, and even explained how the different parts work.

His code listens for serial commands and manipulates the motors accordingly. He wrote a Python script using pyserial which talks to the Arduino. As an example, he uses a joystick to send data for X and Y axes as well as pitch and roll. Want to know how those serial communications work? He explains that in detail. He also outlines the process of scaling up from the 4 servo demo to 12 servos on a standard Arduino. Sounds like it might be time to build your own version of a mouse-controlled Lynxmotion arm using the tools [Brian] has put together.

Communicating With An LED Matrix

Most of the LED matrix posts we run delve into the hardware design. This time around [J Bremnant] used prefab modules and focused on writing code to address the display. The hardware combines two 24×16 LED boards from Sure Electronics with a Teensy 2.0 to drive the display and provide a USB connection. The firmware comes in just under 8k, leaving graphic manipulation up to a PC.

[J Bremnant’s] Python script offers a lot of flexibility when working with the display. There are three modes selectable through a terminal interface. One just tests the display and then drops into Conway’s Game of Life. The second mode lets you send commands via serial interface so it can be used as a message ticker. The final feature is frame addressing that allows graphics to be dropped into the display. See each of these featured in the video after the break.

Continue reading “Communicating With An LED Matrix”

Android Oscilloscope

Here’s a 2-channel Oscilloscope for your Android phone. It uses a base module driven by a dsPIC for signal processing. From there, an LMX9838 Bluetooth module broadcasts the data to the phone so that the waveform can be displayed. [Yus] ported some Python code he had been using over to a set of Java and XML files in order to get it working on Android. This was actually the first time he worked with the SDK… we’d say he’s a quick learner. See it in action after the break.

Continue reading “Android Oscilloscope”