Some of the coolest sounds come from wild instruments like orchestra strings, fretless basses, and theremins — instruments that aren’t tied down by the constraints of frets and other kinds of note boundaries. [XenonJohn]’s air harp is definitely among this class of music makers, all of which require a certain level of manual finesse to play well.
Although inspired by Jean-Michel Jarre’s laser harp, there are no lasers here. This is a MIDI aetherharp, aka an air harp, and it is played by interrupting the signals from a set of eight infrared distance sensors. These sensors can be played at three different heights for a total of 24 notes, plus there’s a little joystick for doing pitch bends.
Inside the wooden enclosure of this aetherharp is a Teensy 3.5 and eight infrared distance sensors with particularly long ranges. On top is a layer of red acrylic that doesn’t affect the playability, except in bright sunlight. Although you could use most any MIDI software to produce the actual sounds, [XenonJohn] chose VMPK (Virtual MIDI Piano Keyboard). Be sure to check it out in action after the break.
Sometimes simpler is better — when you don’t need the the computational power of an onboard microcontroller, it’s often best to rely on a simple circuit to get the job done. With cheap Raspberry Pis and ESP32s all over the place, it can be easy to forget that many simpler projects can be completed without a single line of code (and with the ongoing chip shortage, it may be more important now than ever to remember that).
[mircemk] had the right idea when he built his simple induction-balance metal detector. It uses a couple of 555 timers, transistors, and passives to sense the presence of metallic objects via a coil of wire. He was able to detect a coin up to 15 cm away, and larger objects at 60cm — not bad for a pile of components you probably have in your bench’s spare parts drawer right now! The detector selectivity can be tuned by a couple of potentiometers, and in true metal detector fashion, it has a buzzer to loudly blare at you once it’s found something (along with a LED, in case the buzzer gets too annoying).
All in all, this metal detector looks like a terribly fun project — one perfectly suited to beginners and more seasoned hackers alike. It serves as a great reminder that not every project needs WiFi or an OLED display to be useful, but don’t let that stop you from overdoing things! If touchscreens are more your speed, [mircemk] has got you covered with a smartphone-integrated version as well.
Are you still launching paper airplanes using your hands? That’s like a baby’s toy! [Tom Stanton] and his homebrew electromagnetic rail launcher are sure to bring your paper airplane game into the 21st century.
To be fair, these kinds of linear motors can be used for more than just launching paper airplanes, and can already be found in niche industrial applications, mass transportation systems and roller coasters. And, yes, the potential to leverage electromagnetism in the theater of war is also being vigorously explored by many of the world’s superpowers in the form of Gauss rifles and railguns. In the meantime, the video (after the break) proves that it’s entirely possible to build a rudimentary yet effective linear motor in your makerspace, using relatively basic components and fundamental physics.
In short, these launch systems use electromagnetism and well timed electronics to propel a mass of magnetic material down a straight (or sometimes curved) track. Multiple pairs of coils are placed along the track, with each pair subsequently energized by high current as the payload approaches. By using many coils in succession, the mass and its payload can be accelerated to high speed.
While a homemade rail launcher is unlikely to turn the tides of war, [Tom Stanton] explores their lethal potential with an experiment involving high-speed video and supermarket sausages, with gruesome results.
If you’re looking for more, why not check out our our previous coverage on electromagnetic weaponry?
[Ben Bartlett] recently got engaged, and the proposal had a unique bit of help in the form of a 3D-printed hexagonal mirror array, whose mirrors are angled just right to spell out a message with the reflections. A small test is shown above projecting a heart, but the real deal was a bigger version reflecting the message “MARRY ME?” into sand at sunset. Who could say no to something like that? Luckily for all of us, [Ben] shared all the details of what went into designing and building such a thoughtful and fascinating device.
Mirrors on the 3D-printed array are angled just right to reflect light into a message.
Essentially, the array of mirrors works a bit like a projector. Each individual reflection can be can be thought of as a pixel, and the projected position of each can be modified by the precise angle of each mirror. With the help of some Python code, [Ben] calculated the exact angles needed to spell out “MARRY ME?” and generated the necessary 3D model. A smaller-scale test (shown in the header image above) was successful, and after that it was just a matter of printing the array and gluing on some mirrors.
Of course, that’s the short version. In practice there were quite a few troublesome issues that demonstrated the value of using early tests to discover hidden problems. For one thing, mirror angle and alignment is crucial, which meant that anything that could affect the shape of the array was a potential problem. Glue that expands or otherwise changes shape as it dries or cures could slightly change a mirror’s angle, so cyanoacrylate (CA) glue was preferred. However, the tiniest bit of CA glue will mess up a mirror’s surface in a hurry, so care was needed during assembly.
Another gotcha was when [Ben] suddenly realized, twenty hours into printing the final assembly, that the message needed to be reversed! As designed, the array he was printing would project “?EM YRRAM” and this wasn’t caught during testing because the test pattern (a heart) was symmetrical. Fortunately there was time to correct the error and start again, but it was close. [Ben]’s code has an optional visualization function, which was invaluable for verifying that things would actually turn out as expected. As it happens, the project took right up to the last minute to complete and there wasn’t quite time to check everything 100% before the big moment, but it all turned out alright. What’s life without a little mystery and danger, anyway?
The pictures are great, but you won’t regret taking the time to read through the project page (don’t miss the annotated Python code) because [Ben] goes into just the right level of detail. The end result looks fantastic, and makes an excellent keepsake with a charming story.
If you’re an infrastructure dweeb, it’s hard to drive past an electrical substation and not appreciate the engineering involved in building something like that. A moment’s thought will also make it hard to miss just how vulnerable a substation is to attack, especially those located way out in the hinterlands. And now we’re learning that late year, someone in Pennsylvania noticed this vulnerability and acted on it by attacking a substation with a commercial drone. Rather than trying to fly explosives over the substation fence, the attacker instead chose to dangle a copper wire tether under the drone, in an attempt to cause a short circuit. The attempt apparently failed when the drone crashed before contacting any conductors, and the attacker appears to have been ignorant of the extensive protective gear employed at substations that likely would have made a successful attack only a temporary outage. But it still points to the vulnerability of the grid to even low-skill, low-cost attacks.
We’ve probably all had the experience of using someone’s janky app and thinking, “Pfft! I could write something better than this!” That’s what a bunch of parents of school-age kids in Sweden thought, and they went ahead and did exactly that. Unfortunately, it didn’t turn out quite the way they expected. The problem app was called Skolplattform, which was supposed to make it easy for Stockholm’s parents to keep track of their kids’ progress at school. The app, which cost 1 billion Swedish Krona to develop, is by all accounts a disaster. But some frustrated parents managed to reverse engineer the API and build a new, better one on top of it. This resulted in Öppna Skolplattformen, an open-source app that actually works. Not to be upstaged, the city of Stockholm accused the parents of cyber crimes and data breaches. They also engaged the parents in an “API war”, constantly changing their system to nerf the new app and forcing the parents to rewrite it. In the end, the parents won, with Stockholm changing its position after a police report found that all data being accessed were voluntarily made public by the city. But it’s still a cautionary tale about the dangers of one-upping The Man.
Sam Battles is in a bit of a moral bind, and it’s something that others in our community may run into. Sam is perhaps better known as “Look Mum, No Computer” on YouTube, and as the proprietor of the “This Museum Is (Not) Obsolete” showcase of retro technology in England. He’s also an avid builder of analog synthesizers, including a world-record synth with a thousand oscillators called the “Megadrone.” He’d like to tackle another build to try to break his own records, but in a time of fragile supply chains and other woes too numerous to mention, doing so would likely require the world’s entire supply of some components. Hence the dilemma: do any of us as hobbyists have a moral obligation to tread lightly when it comes to component selection? It’s an interesting question, and one that’s sure to engender strong opinions, which of course we encourage you to share in the comments section. Please just try to keep it civil.
Throughout history, people have devised ways to send information across long distances. For centuries we relied on smoke signals, semaphores, and similar physical devices. Electricity changed everything. First the telegraph and then radio transformed communications. Now researchers at the University of Lancaster have demonstrated another way to send wireless data without using electromagnetic radiation. They’ve harnessed fast neutrons from californium-252 and modulated them with information with 100% success.
The setup was interesting. The radioactive material was encased in a cubic meter steel tank filled with water. A pneumatic system can move the material to one edge of the tank which allows fast neutrons to escape. A scintillating detector can pick up the increased neutron activity. It seems like it is akin to using what hams call CW and college professors call OOK (on off keying). You can do that with just about anything you can detect. A flashlight, knocking on wood, or — we suppose — neutrons.
We wondered what the practical application of this might be. The paper suggests that the technique could send data through metal containment structures like those of a nuclear reactor or, perhaps, a spacecraft where you don’t want anything unnecessarily breaching the containment. After all, neutrons cut through things that would stop a conventional radio wave cold.
It seems like you only have to prove you can detect something to make this work — it really doesn’t matter what it is you are detecting. It seems like it would be much harder to do more advanced types of modulation using neutrons. Maybe this is why we don’t hear aliens. They are all Morse code operators with neutron-based telegraphs.
Given how important our Sun is, our ancestors can be forgiven for seeing it as a god. And even now that we know what it actually is and how it works, it’s not much of a reach to think that the Sun pours forth evil spirits that can visit disease and death on those who bask too long in its rays. So an amulet of protection against the evil UV rays is a totally reasonable project, right?
As is often the case with [mitxela]’s projects, especially the more bedazzled ones, this one is approximately equal parts electronics and fine metalworking. The bulk of the video below focuses on the metalwork, which is pretty fascinating stuff. The case for the amulet was made from brass and sized to fit a CR2032 coin cell. The back of the amulet is threaded to act as a battery cover, and some fancy lathe work was needed there. The case was also electroplated in gold to prevent tarnishing, and lends a nice look when paired up with the black solder mask of the PCB.
On the electronics side, [mitxela] took pains to keep battery drain as low as possible and to make the best use of the available space, choosing an ATtiny84 to support a TTP223 capacitive sensing chip and a VEML6075 UV sensor. The touch sensor allows the wearer to wake the amulet and cycles through UV modes, which [mitxela] learned were not exactly what the sensor datasheet said they were. This required a few software hacks, but in the end, the amulet does a decent job of reporting the UV index and looks fantastic while doing it.