Posts

Featured Post

Building the Haxocorder

Image
The Haxophone is an open source MIDI saxophone project that has achieved some popularity. It’s caught the attention of [Shieladixon] not because she is a saxophonist but because she plays the recorder and is dissatisfied with existing MIDI recorder peripherals. She’s set about modifying the device to produce the Haxocorder, a better MIDI recorder . The video below the break is the third of a series, of which part one and part two deal with the Haxophone and the shortcomings of her existing recorder peripheral. She’s replacing the Pi Zero of the Haxophone with a Pi Pico in a Zero form factor, and simplifying its design significantly to remove unnecessary features. The result is a versatile instrument capable at a touch of becoming the full range of recorders, which she demonstrates with some nifty duet work. The upstream Haxophone project can be found here if you are interested, and we hope she follows this up with a release of her mods to make the Haxocorder. Meanwhile if you fee...

Adding a Panadapter to a Classic Receiver

Image
There was a time when only the richest ham radio operators could have a radio with a panadapter. Back in the day, this was basically a spectrum analyzer that monitored a broad slice of the receiver’s intermediate frequency so you could see signals on either side of the receiver’s actual frequency. Today, with SDR technology and computers, this is an easy thing for receivers to implement. But what if you want to refit a classic radio? It isn’t that hard, and [Mirko Pavleski] shares his notes on how he tackled the project . You can also check it out in the video below. The plan is simple. A FET amplifier taps the radio’s IF stage before the first IF filter. This provides good isolation and buffering. Then, an emitter follower stage provides a matched output to the SDR through a low-pass filter. The SDR remains tuned to the IF frequency, of course. The rest is essentially software and procedures. Of course, your exact connection to your radio will differ unless you have the same recei...

Random Number Generator Uses Camera Noise

Image
Random numbers are very important to us in this computer age, being used for all sorts of security and cryptographic tasks. [Theory to Thing] recently built a device to generate random numbers using nothing more complicated than simple camera noise. The heart of the build is an ESP32 microcontroller, which [Theory to Thing] first paired with a temperature sensor as a source of randomness. However, it was quickly obvious that a thermocouple in a cup of tea wasn’t going to produce nice, jittery, noisy data that would make for good random numbers. Then, inspiration struck, when looking at vision from a camera with the lens cap on. Particularly at higher temperatures, speckles of noise were visible in the blackness—thermal noise, which was just what the doctor ordered. Thus, the ESP32 was instead hooked up to an OV3660 camera, which was then covered up with a piece of black electrical tape. By looking at the least significant bits of the pixels in the image, it was possible to pick up ...

Stop Ironing 3D Prints

Image
If you want smooth top surfaces on your 3D printed parts, a common technique is to turn on ironing in your slicer. This causes the head to drag through the top of the part, emitting a small amount of plastic to smooth the surface. [Make Wonderful Things] asserts that you don’t need to do this time-consuming step. Instead, he proposes using statistical analysis to identify the optimal settings to place the top layer correctly the first time , as shown in the video below. The parameters he thinks make a difference are line width, flow ratio, and print speed. Picking reasonable step sizes suggested that there were 19,200 combinations of settings to test. Obviously, that’s too many, so he picked up techniques from famous mathematician [George E. P. Box] and also used Bayesian analysis to reduce the amount of printing required to converge on the perfect settings. Did it work? Judging from the video, it appears to have done so. The best test pieces looked as good as the one that used trad...

Building An Interactive Climbing Wall

Image
Climbing is a cool sport. With that said, like everything, it’s even better if you integrate lots of glowing colorful LEDs. To that end, [Superbender] worked up this fun climbing wall that features interactive lighting built right in. Structurally, there’s nothing too wild going on here. It’s a wood-framed climbing structure that stands 10 meters long and 2.5 meters high, and can be covered in lots of climbing holds. It’s the electronic side of things where it gets fun. An Arduino Due is installed to run the show, hooked up with a small TFT display and some buttons for control. It’s then hooked up to control a whole bunch of LEDs and some buttons which are scattered all across the wall. It’s also paired with an Arduino Nano which runs sound feedback, and a 433 MHz remote for controlling the system at a distance. [Superbender] uses the lighting for fun interactive games. One example is called  Hot Lava, where after each climbing pass, more holds are forbidden until you can’t mak...

Elongating a BMX For Drag Racing

Image
BMX bikes are a unique frame geometry, essentially forgoing all travel efficiency for maneuverability and sturdiness. For how much abuse these bikes are designed to take, these are all good tradeoffs. But it turns out that these bikes also have an exceptionally low center of gravity, which could make them useful for drag racing, provided they’re given a suitably large electric motor and a few minor frame modifications . The project began as a fun weekend project for friends [Sam Barker] and [Tom Stanton]. They had a 20″ BMX wheel with a massive integrated hub motor that seemed to be begging to be put onto a BMX bike that they had on hand. After hooking up a 72V, 20Ah battery to it they were quickly zipping around the driveway, but the short wheelbase on the bike was bottlenecking its maximum performace because the bike would wheelie under high throttle. To solve that, they broke out the welder and extended frame, which kept the wheelies to a minimum and allowed them to take it out an...

Peltier Fridges Have Early Death

Image
If you know about Peltier modules, a solid-state fridge seems like an easy project. Pump 12V into the module, include a heat sink and a fan. Then you are done, right? According to [Peltier Power], this is not the way to design things , but it is common enough to give these units a reputation for failing quickly. The problem is that while it makes sense that an inefficient Peltier module needs more power to get more cooling. But the reality is in practical applications, many designs push the current up when it should be moving it down. The curve describes a parabola, and you can be on the high side or low side and still get the same result. But obviously, you don’t want to put in more current and get the same cooling that you could get with lower currents. According to the video, the mistake people make is pushing to a stable point to reach a cool point, then increasing the current until the chamber cools further. However, maintaining the cool doesn’t have to require a higher curren...