Poetic SSIDs

Artists see the same world that the rest of us do. They just see it from a little bit off to the left. Where you see picking an ESSID for your router as being a hassle, or an opportunity to insult your neighbors, [Dmitry], alias [::vtol::] sees a poetry-delivery mechanism.

Based on ESP8266 units, each “poet” has a battery and a switch. Turn it on and it changes its SSID once every ten seconds, feeding everyone who’s listening the next line of a poem. You can’t connect to the network, but you can occasionally hit refresh on your WiFi scanner and read along.

Since they’re so cheap to build, [::vtol::] sees them almost as if they were poetry-throwies. You could easily afford to leave a few around the city, guerilla-style, broadcasting your (slow) message one SSID at a time. We love the video clips (inlined below) of him riding the subway with the device on.

Continue reading “Poetic SSIDs”

FabLab Hackathon Gives The Gift Of Art Back To A Stranger In Need

If building the James Webb Space Telescope and F/A-18 fighter jets aren’t enough reasons to work for Northrop Grumman, there’s always the FabLab – the company sponsored hackerspace. It’s a place where anything goes and everything is possible, including giving the gift of art back to a stranger in need.

The video below tells the story of [Raul Pizarro], a young man and gifted artist. Diagnosed as a child with muscular dystrophy, [Raul] was getting to the point where the progressive weakening of his muscles was making it difficult to hold up his arm. [Raul]’s art was slipping away – until [Tony Long] caught wind of the story, that is. [Tony] runs the FabLab, and once he put out the word to his colleagues he got a hackathon together to work on solutions for [Raul].

What they came up with was an overhead support system with a tool balancer and custom articulated sling to reduce the effect of gravity and support [Raul]’s arm. To compensate for his reduced range of motion, they also built an easel with actuators that can raise and lower his canvases and position them where he needs them. It looks like the FabLab team paid special attention to making everything as smooth and stable as possible, and as a result [Raul] is back to doing what he does best. Oh, and if [Tony] and the FabLab sound familiar, it might be because he played host when our own [Mike Szczys] visited Northrop last year.

We really like to see hacks that help mankind as a whole, but there’s something special about a bunch of strangers coming together to help just one man too. Hats off to [Tony] and his FabLab team for pulling off a great hack and giving [Raul] back his art.

Continue reading “FabLab Hackathon Gives The Gift Of Art Back To A Stranger In Need”

Don’t Ignore The Artist’s Supply Store

So it’s Saturday morning and you’ve found yourself with an urge to build something involving copper plates or carbon electrodes. Maybe you need a metallic powder for a chemistry experiment. Casting supplies? Pure lead? Copper mesh? Silver wire?  Odd tools? Exceedingly caustic etchants?  There’s a store that sells it all, and it’s not usually frequented by hackers: the art store.

If you know where to look, the store is full of useful things. Each method of expression in art has its own set of supplies; a bountiful collection of various processes and the useful things therein. I grew up in a city that did not have a real art supply store. It had one of those big box craft stores that assault you with glittery plasticized flowers and terrible manufactured scents. When I moved to a different city and walked over to the local art supply to purchase some new pens I ended up staying for a few hours just looking at all the cool things they had for sale.

Continue reading “Don’t Ignore The Artist’s Supply Store”

3D Printer Prints Sound

People like music, but they are also visual creatures. Perhaps that’s why music visualization is such a common project. Usually, you think of music visualization as using LEDs or a computer screen. However, [Gieeel] did his music visualization using a 3D printer.

Sure, the visualization is a little static compared to LEDs, but it does make an interesting conversation piece. The actual process isn’t very difficult, once you have the idea. [Gieeel] captured the waveform in Audacity, did a screen capture, and then converts the image to an SVG file using Inkscape.

From there, you can use many different CAD tools to convert the image into a 3D object. [Gieeel] used Autodesk Fusion 360 and had the resulting object professionally 3D printed.

We’ve seen other kinds of sound sculptures before. Of course, we’ve also seen a lot of traditional visualizations, as well.

Circuit Bender Artist Bends Fresnel Lens For Art

Give some mundane, old gear to an artist with a liking for technology, and he can turn it into a mesmerizing piece of art. [dmitry] created “red, an optic-sound electronic object” which uses simple light sources and optical elements to create an audio-visual performance installation. The project was the result of his collaboration with the Prometheus Special Design Bureau in Kazan, Russia. The inspiration for this project was Crystall, a reconstruction of an earlier project dating back to 1966. The idea behind “red” was to recreate the ideas and concepts from the 60’s ~ 80’s using modern solutions and materials.

The main part of the art installation consists of a ruby red crystal glass and a large piece of flexible Fresnel lens, positioned in front of a bright LED light source. The light source, the crystal and the Fresnel lens all move linearly, constantly changing the optical properties of the system. A pair of servos flexes and distorts the Fresnel lens while another one flips the crystal glass. A lot of recycled materials were used for the actuators – CD-ROM drive, an old scanner mechanism and old electric motors. Its got a Raspberry-Pi running Pure Data and Python scripts, with an Arduino connected to the sensors and actuators. The sensors define the position of various mechanical elements in relation to the range of their movement. There’s a couple of big speakers, which means there’s a beefy amplifier thrown in too. The sounds are correlated to the movement of the various elements, the intensity of the light and probably the color. There’s two mechanical paddle levers hanging in there, if you folks want to hazard some guesses on what they do.

Check out some of [dmitry]’s earlier works which we featured. Here’s him Spinning a Pyrite Record for Art, and making Art from Brainwaves, Antifreeze, and Ferrofluid.

Continue reading “Circuit Bender Artist Bends Fresnel Lens For Art”

Sophi Kravitz Talks The Tech Behind Art

Hackaday’s own mythical beast, Sophi Kravitz makes some amazing collaborative tech-art pieces. In this talk, she walks us through four of the art projects that she’s been working on lately, and gives us a glimpse behind the scenes into the technical side of what it takes to see an installation from idea, to prototype, and onto completion.

Watch Sophi’s talk from the Hackaday | Belgrade conference and then join us after the jump for a few more details.

Continue reading “Sophi Kravitz Talks The Tech Behind Art”

Bela: Real-Time BeagleBone Audio/Analog Cape

Bela is a cape for the BeagleBone Black that’s aimed at artists and musicians. Actually, the cape is much less than half of the story — the rest is in some clever software and a real-time Linux distribution. But we’re getting ahead of ourselves. Let’s talk hardware first.

First off, the cape has stereo input and output as well as two amplified speaker outs. It can do all of your audio stuff. It also has two banks of analogue inputs and outputs, each capable of handling eight signals. In our opinion, this is where the Bela is cool. In particular, the analog outputs are not Arduino-style “analog outputs” where it’s actually a digital output on which you can do PWM to fake an analog signal. These are eight 16-bit outputs from an AD5668 DAC which means that you can use the voltages directly, without filtering.

Then there’s the real trick. All of these input and output peripherals are hooked up to the BeagleBone’s Programmable Realtime Units (PRUs) — a hardware subsystem that’s independent of the CPU but can work along with it. The PRU is interfaced with the real-time Linux core to give you sub-microsecond response in your application. This is a big deal because a lot of other audio-processing systems have latencies that get into the tens of milliseconds or worse, where it starts to be perceptible as a slight lag by humans.

The downside of this custom analog and audio I/O is that it’s not yet supported by kernel drivers, and you’ll need to use their “Heavy Audio Tools” which compiles Pd programs into C code, which can then drive the PRUs. Of course, you can write directly for the PRUs yourself as well. If you just want to play MP3s, get something you have a bunch of simpler, better options. If you need to do responsive real-time audio installations, Bela is a way to go.

The project is open-source, but we had to do a bunch of digging to find what we were looking for. The hardware is in zip files here, and you’ll find the software here. The demo projects look/sound pretty cool and their Kickstarter is long over-funded, so we’re interested to see what folks make with these.