Control A Motor With A Touchpad

There are a surprising wealth of parts inside of old laptops that can be easily scavenged, but often these proprietary tidbits of electronics will need a substantial amount of work to make them useful again. Obviously things such as hard drives and memory can easily be used again, but it’s also possible to get things like screens or batteries to work with other devices with some effort. Now, there’s also a way to reuse the trackpad as well.

This build uses a PS/2 touchpad with a Synaptics chip in it, which integrates pretty smoothly with an Arduino after a few pins on the touchpad are soldered to. Most of the work is done on the touchpad’s built in chip, so once the Arduino receives the input from the touchpad it’s free to do virtually anything with it. In this case, [Kushagra] used it to operate a stepper motor in a few different implementations.

If you have this type of touchpad lying around, all of the code and schematics to make it useful again are available on the project page. An old laptop in the parts bin is sure to have a lot of uses even after you take the screen off, but don’t forget that your old beige PS/2 mouse from 1995 is sure to have some uses like this as well.

Continue reading “Control A Motor With A Touchpad”

Receive Analog Video Radio Signals From Scratch

If you’ve been on the RTL-SDR forums lately you may have seen that a lot of work has been going into the DragonOS software. This is a software-defined radio group that has seen a lot of effort put into a purpose-built Debian-based Linux distribution that can do a lot of SDR out of the box. The latest and most exciting project coming from them involves a method for using the software to receive and demodulate analog video.

[Aaron]’s video (linked below) demonstrates using a particular piece of software called SigDigger to analyze an incoming analog video stream from a drone using a HackRF. (Of course any incoming analog signal could be used, it doesn’t need to be a drone.) The software shows the various active frequency ranges, allows a user to narrow in on one and then start demodulating it. While it has to be dialed in just right to get anything that doesn’t look like snow, [Aaron] is able to get recognizable results in just a few minutes.

Getting something like this to work completely in software is an impressive feat, especially considering that all of the software used here is free. Granted, this wouldn’t be as easy for a digital signal like most TV stations broadcast, but there’s still a lot of fun to be had. In case you missed the release of DragonOS, we covered it a few weeks ago and it’s only gotten better since then, with this project just as one example.

Continue reading “Receive Analog Video Radio Signals From Scratch”

The Descendants Of Ancient Computers

Building computers from discrete components is a fairly common hobby project, but it used to be the only way to build a computer until integrated circuits came on the scene. If you’re living in the modern times, however, you can get a computer like this running easily enough, but if you want to dive deep into high performance you’ll need to understand how those components work on a fundamental level.

[Tim] and [Yann] have been working on replicating circuitry found in the CDC6600, the first Cray supercomputer built in the 1960s. Part of what made this computer remarkable was its insane (for the time) clock speed of 10 MHz. This was achieved by using bipolar junction transistors (BJTs) that were capable of switching much more quickly than typical transistors, and by making sure that the support circuitry of resistors and capacitors were tuned to get everything working as efficiently as possible.

The duo found that not only are the BJTs used in the original Cray supercomputer long out of production, but the successors to those transistors are also out of production. Luckily they were able to find one that meets their needs, but it doesn’t seem like there is much demand for a BJT with these characteristics anymore.

[Tim] also posted an interesting discussion about some other methods of speeding up circuitry like this, namely by using reach-through capacitors and Baker clamps. It’s worth a read in its own right, but if you want to see some highlights be sure to check out this 16-bit computer built from individual transistors.

Swap Your Microwave For A High Voltage Stereo

When building a new project, common wisdom suggests to avoid “reinventing the wheel”, or doing something simple from scratch that’s easily available already. However, if you can build a high-voltage wheel, so to speak, it might be fun just to see what happens. [Dan] decided to reinvent not the wheel, but the speaker, and instead of any conventional build he decided to make one with parts from a microwave and over 6,000 volts.

The circuit he constructed works essentially like a Tesla coil with a modulated audio signal as an input. The build uses the high voltage transformer from the microwave too, which steps the 240 V input up to around 6 kV. To modulate that kind of voltage, [Dan] sends the audio signal through a GU81M vacuum tube with the support of a fleet of high voltage capacitors. The antenna connected to the magnetron does tend to catch on fire somewhere in the middle of each song, so it’s not the safest device around even if the high voltage can be handled properly, but it does work better than expected as a speaker.

If you want a high-voltage speaker that (probably) won’t burn your house down, though, it might be best to stick to a typical Tesla coil. No promises though, since working with high voltages typically doesn’t come with safety guarantees.

Continue reading “Swap Your Microwave For A High Voltage Stereo”

Useless Machine For An Existential Quandary

There’s no project that dives into existential quandaries more than a useless machine, as they can truly illustrate the futility of existence by turning themselves off once they have been powered on. Typically this is done with a simple switch, but for something that can truly put the lights out, and then re-illuminate them, [James]’s latest project is a useless machine that performs this exercise with a candle.

The project consists of two arms mounted on a set of gears. One arm has a lighter on it, and the other has a snuffer mounted to a servo motor. As the gears rotate, the lighter gets closer to the candle wick and lights it, then the entire assembly rotates back so the snuffer can extinguish the flame. Everything is built around an Arduino Nano, a motor driver powering a Pitman gear motor, and a set of Hall effect sensors which provide position data back to the microcontroller.

If you’re in the mood for a little existential angst in your own home, [James] has made the project files available on his GitHub page. We always appreciate a useless machine around here, especially a unique design like this one, and one which could easily make one recognize the futility of lighting a candle at all.

Continue reading “Useless Machine For An Existential Quandary”

The Next Best Thing To A Cybertruck

While production of the Tesla Cybertruck won’t start production until 2021 (at the earliest), you can always try to build your own. Unless you have a really big spare parts drawer, though, it probably won’t be full sized, but you can at least build a model if you have a shop as well-stocked as [Emiel]. He took some time to build a model cybertruck out of a single sheet of aluminum. (Video, embedded below. You might want to turn on subtitles.)

This project is a great example of the fact that some projects that seem simple on the surface require some specialized tools to get just right. To start, the aluminum sheet was cut with a laser to get into the appropriate shape and include details like windows, and the bending points were marked with an engraver to help the bending process along. The one tool that [Emiel] was missing was a brake, but he got great results with a set of metal bending pliers.

Finishing the model didn’t go particularly smoothly, either. He had planned to braze the metal together, but the heat required kept warping the body panels. The solution was to epoxy it together and sand down the excess, and the results are hopefully stronger than brazing would have been since he added a cloth to the epoxy for extra strength. The windows are made from polycarbonate (and didn’t break during the durability test), and we hope that when [Emiel] is ready to put in a motor he uses one of his custom-built electric motors. Continue reading “The Next Best Thing To A Cybertruck”

Wall-Climbing Robot Grabs Prize

Gravity is a nice thing to have most of the time, but sometimes it would be nice to be able to ignore it for certain applications. Rock climbing, for example, would be much easier, as would performing bridge inspections in the way that a group of mechanical engineering cadets (students) at The Citadel, a military college in South Carolina, were tasked with doing. Frustrated with the amount of traffic backups that normal bridge inspections caused, they invented a robot that defies gravity, and won a $10k prize for their efforts.

The result is essentially an RC car with a drone built in, or looking at it another way it’s a drone with wheels. The car is able to drive on vertical surfaces to inspect the bridges by using its propellers to force itself onto the surface. The lack of complicated moving parts or machinery, like a cable suspension system or other contraption, makes this device exceptionally versatile for the task at hand, reduces the amount of time needed for inspections, and can do them more safely and without closing lanes of traffic. The group hopes to build a second prototype soon and present it to the Department of Transportation for approval for more widespread use.

The need for tools like these is in high demand now as well, especially in the United States where crumbling infrastructure is often not thought about, taken seriously, or prioritized. Even for bridges that aren’t major pieces of infrastructure, tools like these will prove to be very useful.

Thanks to [Ben] for the tip!