Robot Painter Works Like A Photobooth

robot-painter-photo-booth

[Ben], [David], [Drew], [Kayla], and [Peter] built a robotic artist as their senior design project. This mashes up a bunch of different project ideas, but the thing we like the most about it is that it works much like a photo booth that produces a painting. A Raspberry Pi uses a webcam to snap the picture, converts the image to three colors (plus the white background of the canvas) and sets the robot in motion. The team laments that initial testing of the completed project (seen in the clip below) worked out quite well but took hours to produce the painting. What do they expect? It’s art!

This is quite a bit different from the WaterColorBot (whose manufacturing process we just looked in on yesterday). WaterColorBot uses a flat canvas and a gantry system. This offering, which is called PICASSAU, uses an upright canvas with the paintbrush mounted in much the same way as a plotter robot. The biggest difference is that there is the ability to pivot the paint brush in order to pick up more paint, and for cleaning in between color changes.

Continue reading “Robot Painter Works Like A Photobooth”

DIY Home Control Using A SSRelay

ssrelay

[Ben Jones] just started a new site called Maker-Guide, where he makes some very informative and well produced DIY videos on anything from homemade photography hacks, to controlling an outlet using a solid-state relay.

It’s not the first time we’ve seen a relay controlled outlet, or this one… but it’s certainly one of the cleanest jobs we’ve seen. In his video guide, [Ben] shows us exactly how to fit a standard solid state relay into a regular outlet box, and easily control it with an Arduino Uno.

It even looks like there might be enough space inside the box for a small wireless setup — maybe using a Trinket even? What about using Power-Line networking to control each box via LAN? Could be the easiest home automation implementation yet! Well, aside from certain NEC (national electrical code) concerns of running high and low voltage in the same box…

Anyway if that wet your whistle, check out the great video guides after the break!

Continue reading “DIY Home Control Using A SSRelay”

Simple Dremel TRIAC Hack Repair

Dremel Repair

It’s a wonderful thing to see a clever hack repair instead of disposing of a product. The best repair approach is finding exact replacement components, but sometimes exact components can’t be sourced or cross-referenced. Other times the product isn’t worth the shipping cost for replacement parts or you just don’t have time to wait for parts. That’s when you need to really know how something works electronically so you can source suitable replacement components from your junk bin to complete the repair. This is exactly what [Daniel Jose Viana] did when his 110 volt Dremel tool popped its TRIAC after he plugged it into a 220 volt outlet.

[Daniel] knew how the TRIAC functioned in the circuit and also knew that a standard TRIAC of sufficient specifications could be used as a replacement even if it didn’t have the correct form factor to fit the PCB layout. For [Daniel’s] tool repair he had to think outside the box enough to realize he could use some jumper wires and snuggle a larger TIC206E TRIAC that wasn’t meant for the device but still applicable into the housing where there was enough free space. A little shrink-wrap and all was good again. Sure the fix was simple, but let’s not trivialize the knowledge he needed for this repair.

And if you’re wondering if it worked, he notes that he’s been using this tool for three years since the repair. We thank [Daniel] for sharing this tip and allowing us to add this to our tool belt of Dremel repair tricks.

Raspberry Pi Emulates An Amiga 500 Floppy Drive

[Maurizio] loves using his Amiga 500. His classic piece of hardware has been serving him well for years, except for the floppy drive, which recently gave out on him. No problem for [Maurizio], he just cracked his case open and added a Raspberry Pi as a real-time floppy emulator. [Maurizio] didn’t want to make any permanent changes to his A500 case, and more importantly he wanted to use the Amiga’s original floppy drive interface. The latter placed some rather stringent timing requirements on his design.

The interface hardware is relatively simple. Most of the circuit is dedicated to level shifting from the 5v Amiga 500 to the 3.3V Raspberry Pi. A 74LS06 Hex inverter converts the signals to the open collector outputs the A500 requires. [Maurizio] powered his Raspberry Pi from the floppy power connector of the Amiga. His model A Raspberry Pi works fine, but a model B would pull a bit more power (700ma) than the Amiga floppy power supply is capable of providing (550ma). The user interface side of the equation is simple: Two buttons, one used to switch disks, and one to “Write to SD”. Live disk images are stored in the Raspberry Pi’s ram, so the user needs to hit the “Write to SD” button to store any changes to disk before swapping floppies.

The software is perhaps the most interesting portion of this build. [Maurizio] is emulating a floppy drive in real-time – this means emulating MFM encoding in real time. Calls have to be made with a timing accuracy of 2 microseconds. The Pi’s stock Linux Operating system was just not going to cut it. [Maurizio] coded his drive emulator “bare metal”, directly accessing the Arm Processor on the Raspberry Pi. This gave him access to the entire processor, and allowed him to meet the hard timing requirements of the floppy interface.

Continue reading “Raspberry Pi Emulates An Amiga 500 Floppy Drive”

Retrotechtacular: WWII Paraset Spy Radio Used By French Resistance

 

[Robert Sumption] a.k.a [W9RAS] takes on the daunting challenge of building a WWII spy radio called the Paraset as the topic of this week’s Retrotechtacular. It was originally a tube based CW (Morse code) transmitter/receiver used by the French underground to communicate with the Allies. Many of these radios were dropped behind enemy lines and could run on European AC or 6 V DC with the added advantage of being able to use most anything for an antenna, including fence wire. These small, low power and highly mobile radios tuned in the 3 to 8 MHz range were instrumental in the resistance. But they still make for a really fun scratch-built radio project.

Continue reading “Retrotechtacular: WWII Paraset Spy Radio Used By French Resistance”

Quadcopters Go Inverted By Reversing Their Motors

Inverted Quadcopter? That generally means a crash is soon to follow. Not so for a new crop of quadcopter fliers. These new quadcopters are capable of sustained inverted flight. We’ve seen inverted quadcopters before here on hackaday. However, previous inverted quadcopters always used collective pitch to control the thrust produced by the blades. Collective pitch on a quadcopter is much simpler than it is on the main rotor of a traditional helicopter. R/C and full-scale helicopters mix collective and cyclic pitch to articulate the main rotor blades. A quadcopter only needs the collective portion, which is similar to a traditional helicopters tail rotor mechanism, or a variable pitch prop on an airplane.

These new quadcopters are using a much simpler method of flying inverted: Spin the motors backwards. Quadcopters control their flight by quickly varying the speed of rotation of each motor. Why not completely reverse the motor then? Today’s brushless outrunner motors have more than enough power to quickly reverse direction. The problem becomes one of propellers. Standard propellers are designed to create thrust in one direction only. Every quadcopter uses two clockwise rotation and two counterclockwise rotation propellers. Propellers will generate reverse thrust if they are spun backwards, however they will not be as efficient as they would when spinning the direction they were designed for. The quad fliers have found a partial solution to this problem: Remove the curve from the blade. R/C propeller blades are sold by diameter and blade pitch. The pitch is a measure of the angle of attack of the blades. R/C blades also have an airfoil style curve molded into them. Removing this curve (but not changing the pitch) has helped the problem.

This final problem is control systems. Since quadcopters already are relying on computer control for basic flight, it’s simply a matter of loading custom firmware onto your flight board to support motor rotation reversal. Speed controls also have to be capable of reverse rotation, which means new firmware as well. We’re curious to see how the quadcopter community settles on the control systems for inverted flight. The R/C helicopter community went through several iterations of control systems over the years. At one point they were using “Invert switches” which reversed controls as well as handled the collective pitch changes. As time went on, these switches fell out of favor and are now known as “Crash switches” due to the result of accidentally hitting one while flying, or before engine start.

Continue reading “Quadcopters Go Inverted By Reversing Their Motors”

Amateur Radio Transmits 1000 Miles On Voice Power

Many of us tried the old “Two tin cans connected by a string” experiment as kids. [Michael Rainey, AA1TJ] never quite forgot it.  Back in 2009, he built “El Silbo”, a ham radio transmitter powered entirely by his voice. El Silbo is a Double Side Band (DSB) transmitter for 75 meters. While voice is used to excite the transmitter, it doesn’t actually transmit voice. El Silbo is a CW affair, so you should bone up on your Morse Code a bit before building one. Like many QRP transmitters El Silbo’s circuit is rather simple. A junk box loudspeaker is installed at the bottom of the can to convert voice power to electrical power. The signal is passed through a step up transformer, and used to excite a 75m crystal. Two NPN transistors (in this case MPS6521) pass the signal on through a second transformer. The signal is then routed through an LC network to the antenna.

Back in 2009, [Michael] brought El Silbo to the Maine coast in an attempt to make a transatlantic contact. This isn’t as far-fetched as it sounds – [Michael] has “crossed the pond” on less power. While the attempt wasn’t successful, [Michael] has made connections as far as 1486km, or 923 miles. That’s quite a distance for simply yelling into a tin can! One of [Michael’s] favorite El Silbo stories is a 109KM conversation (QSO) he had with W1PID. [Michael] found that the signal was so good, he didn’t have to yell at all. He reduced power by dropping to his normal speaking voice for the “dits and dahs”. The two were able to converse for 17 minutes with [Michael] only using his speaking voice for power. We think this is an amazing achievement, and once more proof that you don’t need a multi-thousand dollar shack to make contacts as a ham.

Continue reading “Amateur Radio Transmits 1000 Miles On Voice Power”