Hypnotic Visuals Synthesizer

Ever wanted to make some seriously trippy retro graphics to go along with your lo-fi hip hop beats? Now you can, with [teafella]’s aptly named Hypno Video Synthesizer, a Raspberry Pi-based video synthesizer that digitally emulates and extends analog video workflows through colorization, shape generation, and feedback, patching the modifications into a compact interface. The device allows music creators to perform with live visuals, or alternatively to create a unique visual source for a video setup. Once the CV input is plugged in, all it requires is a composite display and power to start working.

Hypno takes input through a control voltage (CV) jack using a MCP3008 ADC via SPI, with voltages scaled from -5-5V to 0-5V. The device attaches on top of a Raspberry Pi, using Raspbian for the operating system and the Pi Zero GPIO to interface with an OpenGL Engine. The input parameters are taken from knobs through a multiplexer into a single channel of the ADC, with values offset in software based on the CV inputs.

Using the Hypno ends up being fairly straight forward, as the controls are organized onto two mirrored sides for the two oscillators A & B, with global controls in the center. There are knobs that control polarization, rotation, shape, feedback modes (regular, hyper digital, zooming, rotating zoom), clock in/clock out, frequency, root hue, and master gain, as well as RGB LEDs that provide visual feedback.

A single jack outputs the composite result, although a micro-HDMI plug can also be used on the back. For advanced functionality, Hypno allows for patching, which mixes effects on top of one another and allows for shapes such as oscillator cross modulation. There are also alt-controls that open up self modulation and other shapes. Examples include bipolar drift (smoothly scrolls the oscillator) and mirroring (mirrors the oscillator’s shape in different patterns for a kaleidoscope-eque tiled madness).

The software is written in C++ and GLSL, with the main engine running with one plane in OpenGL, drawing the output of a GLSL shader. The CV and knob inputs are fed into shader uniforms that are used to change the visuals in the engine.

[teafella], a self-professed Arduino user, uses WiringPi for the GPIO interactions. The Shader system is inspired by analog video synthesis, with every shape having a simulated “scan” over the screen and function mapped to it that can be transformed into polar coordinates.

The setup for Hypno is fully compatible with analog CV equipment such as Eurorack synthesizers, which makes it easy for music creators to plug and play. Here’s a couple of sample outputs from some soundtracks inputted into Hypno:

Too many combinations to even imagine? Check out a demo of Hypno in action!

Continue reading “Hypnotic Visuals Synthesizer”

Review: OSEPP STEM Kit 1, A Beginner’s All-in-One Board Found In The Discount Aisle

As the name implies, the OSEP STEM board is an embedded project board primarily aimed at education. You use jumper wires to connect components and a visual block coding language to make it go.

I have fond memories of kits from companies like Radio Shack that had dozens of parts on a board, with spring terminals to connect them with jumper wires. Advertised with clickbait titles like “200 in 1”, you’d get a book showing how to wire the parts to make a radio, or an alarm, or a light blinker, or whatever.

The STEM Kit 1 is sort of a modern arduino-powered version of these kits. The board hosts a stand-alone Arduino UNO clone (included with the kit) and also has a host of things you might want to hook to it. Things like the speakers and stepper motors have drivers on board so you can easily drive them from the arduino. You get a bunch of jumper wires to make the connections, too. Most things that need to be connected to something permanently (like ground) are prewired on the PCB. The other connections use a single pin. You can see this arrangement with the three rotary pots which have a single pin next to the label (“POT1”, etc.).

I’m a sucker for a sale, so when I saw a local store had OSEPP’s STEM board for about $30, I had to pick one up. The suggested price for these boards is $150, but most of the time I see them listed for about $100. At the deeply discounted price I couldn’t resist checking it out.

So does an embedded many-in-one project kit like this one live up to that legacy? I spent some time with the board. Bottom line, if you can find a deal on the price I think it’s worth it. At full price, perhaps not. Join me after the break as I walk through what the OSEPP has to offer.

Continue reading “Review: OSEPP STEM Kit 1, A Beginner’s All-in-One Board Found In The Discount Aisle”

Silicone Injector Gives Parts Production A Shot In The Arm

Many of us are happy to spend hours cooking up a solution that saves us seconds, if success means never having to do a hated task again. [frankensteinhadason] molds enough silicone parts that he grew tired of all the manual labor involved, so he built a silicone injector to do it for him. Now, all he has to do is push the handle in notch by notch, until silicone starts oozing from the vent holes in the mold.

The mold pictured above is designed to make little shrouds for helicopter communications connections like this one. His friends in the industry like them so much that he decided to sell them, and needed to scale up production as a result. Now he can make six at once.

He designed brackets to hold a pair of syringes side by side against a backplane. There’s a lever that pushes both plungers simultaneously, and adapters that keep the tubing secured to the syringe nozzles. Ejected two-part silicone travels down to a double-barrel mixing nozzle, which extrudes silicone into the top of the mold.

Naturally, we were going to suggest automating the lever operation, but [frankensteinhadason] is already scheming to do that with steppers and an Arduino. Right now he’s working on increasing the hose diameter for faster flow, which will mean changes to the adapter. Once that is sorted, he plans to post the STLs and a video of it pumping silicone.

Ever thought about doing the reverse, and using silicone to mold hot plastic? Yeah, that’s a thing.

Via r/functionalprint

The Future Of Diesel Is On Shaky Ground

Diesel is a fuel that has had a mixed history, with varying levels of take-up by consumers around the world. In the world of transport, diesel engines have offered better fuel economy and torque than comparable gasoline engines. Particularly popular in Europe, diesel established a strong consumer base in both small commuter cars as well as heavy vehicles such as trucks and buses.

Despite this, the tide is turning, and for the average motorist, diesel’s days may be numbered. Why is this the case, and what are the potential alternatives vying for diesel’s crown?

Plenty of Pros, but Plenty of Cons

Diesel remains a fuel with a varied uptake around the world. It has enjoyed great popularity in Europe in small commuter cars.

Diesel is a hydrocarbon fuel with several advantages over gasoline. Its lack of volatility makes it workable to use in a compression-ignition mode, and diesel engines can be run with lean fuel-air ratios. It also has a higher volumetric energy density than gasoline, and thanks to low volatility, diesel engines can run at significantly higher compression ratios without risking detonation. These benefits allow diesel engines to produce significantly more torque than similarly sized gasoline engines, and they can offer fuel economy gains in excess of 15%.

Unfortunately, diesel also comes with its fair share of drawbacks. Diesel engines are typically poor when it comes to power to weight ratio, as their high compression ratio and torque output demands heavier materials in their construction. The major bugbear of the diesel engine, however, is its emissions. Despite greater fuel efficiency, carbon dioxide output from a diesel engine is often far worse than that of a comparable gas motor. Additionally, their lean-burning nature leads to production of high levels of oxides of nitrogen (NOx), which have major negative environmental effects. There’s also the problem of particulate pollution, which is responsible for respiratory harm in humans. Diesel automobiles rank significantly worse than gasoline vehicles in all these areas. It’s begun to cause figurative headaches for the industry, and literal headaches for the public. Continue reading “The Future Of Diesel Is On Shaky Ground”

Finally Run Useful Apps On A Windows Phone

Not every piece of technology or software can succeed, even with virtually unlimited funding and marketing. About the same number of people are still playing Virtual Boys as are using Google Plus, for example. In recent memory, the Windows Phone occupies the same space as these infamous failures, potentially because it was late to the smartphone game but primarily because no one wanted to develop software for it. But now, you can run Android apps on Windows Phones now. (Google Translate from German)

To be clear, this doesn’t support all Android apps or all Windows Phones, and it will take a little bit of work to get it set up at all. But if you still have one laying around you might want to go grab it. First you’ll need to unlock the phone, and then begin sending a long string of commands to the device which sends the required software to the device. If that works, you can begin loading Android apps on the phone via a USB connection to a PC.

This hack came to us via Windows Central and Reddit. It seems long and involved but if you have any experience with a command line you should be fine. It’s an interesting way to get some more use out of your old Windows Phone if it’s just gathering dust in a closet somewhere. If not, don’t worry; Windows Phones were rare even when they were at their most popular. We could only find one project in our archives that uses one, and that was from 2013.

Modular Fixture Plates Perfect For Small Production Runs

If you’ve ever done any small production runs of anything that needs a bit of assembly, you know that jigs and fixtures are a huge time saver. However, these usually need to be mounted, which means you end up drilling holes in your workbench or making one-off mounting plates. [Jim Smith] is no stranger to this problem, and created the Pact Plate, an affordable modular fixture plate and is running a Kickstarter campaign to get it produced.

Each plate 150 mm × 150 mm in size with a 25 × 25 mm grid of holes with M4 threaded inserts. This allows quickly and easily mounted to and removed from the plate without the need to drill additional holes. Plates can be bolted together to form larger plates. The demo video shows him using a variety of 3D printed jigs, toggle clamps, PCB and part holders (available for download) and even a robot to quickly set up small assembly stations. This could also save a lot of time during the prototyping and development phases to hold parts in place.

[Jim]’s prototypes are all 3D printed, but want’s to get tooling made to produce the plates using injection moulding. He doesn’t say what material he intends to use, but it’s likely some type of fibre reinforced plastic. He claims the rigidity is close to that of die-cast aluminium. One addition we would like to see is some plugs for the unused hole to prevent small components from falling into them.

Continue reading “Modular Fixture Plates Perfect For Small Production Runs”

Build Your Own Solenoid Engine

A solenoid engine is a curiosity of the electrical world. By all measures, using electricity to rotate something can be done almost any other way with greater efficiency and less hassle. But there’s just something riveting about watching a solenoid engine work. If you want to build one of your own and see for yourself, [Emiel] aka [The Practical Engineer] has a great how-to.

For this build though he used a few tools that some of us may not have on hand, such as a lathe and a drill press. The lathe was used to make the plastic spool to hold the wire, and also to help wind the wire onto the spool itself rather than doing it by hand. He also milled the wood mounts and metal bearings as well, and the quality of the work really shows through in the final product. The final touch is the transistor which controls power flow to the engine.

If you don’t have all of the machine tools [Emiel] used it’s not impossible to find substitute parts if you want to build your own. It’s an impressive display piece, or possibly even functional if you want your build to have a certain steampunk aesthetic (without the steam). You can even add more pistons to your build if you need extra power.

Continue reading “Build Your Own Solenoid Engine”