Rabiscoscopio – Oscilloscope Drawing Made Easy

Rabiscoscopio

If you own an oscilloscope, sooner or later the urge to see something other than signals on the screen will strike. Some people ignore the urge and go about their normal business while others give in, spending hours carefully crafting images, games, and more. The process is time consuming and tricky as our own [Kevin Dady] discovered, but rewards come in the form of geek cred and are hard to pass up.

[Alex] wanted to draw on his oscilloscope, but decided that he would try something other than the microcontroller-based solutions we have seen in the past. He figured the easiest and most accessible way to draw on the scope was with sound, so he whipped up a small application he calls Rabiscoscopio to do most of the work for him.

He starts off by drawing an image using a single line, saving it as an SVG file. This image is converted into an audio file by Rabiscoscopio, which can then be fed directly into his oscilloscope from his PC. That’s all there is to it – it really doesn’t get much easier.

While you could claim that [Alex] is cheating his way through the oscilloscope drawing process, we think his application rocks – after all, hacking is about making your technology work for you rather than the other way around.

Give Rabiscoscopio a try and post the results here or in our Flickr stream – we’d love to see what you guys come up with.

In the meantime, check out the video below to see [Alex’s] attempt at replicating the Garoa Hackerspace logo on his scope.

Continue reading “Rabiscoscopio – Oscilloscope Drawing Made Easy”

[Pythagoras], A Delta Robot For Drawing

[Pythagoras] is a delta robot built originally using RC servos. Humbly, [Aaron] “concedes” that the first version of his delta robot using hobby servos was easy to build. As anyone who has built any kind of robot knows though, there is definitely a lot of work involved in even the simplest robot. Coordinating three axes and programming it to draw a picture is a really great accomplishment.

The second version, however is currently in development and uses stepper motors instead of servos. These upgraded motors should make the robot faster, more controllable, and more accurate. This version is at least somewhat working as evidenced by the time-lapse video after the break.

Although the title page listed above is a little sparse on build details, if you dig deeper into the page, there are actually 15 articles about the ‘bot, so be sure to poke around. Continue reading “[Pythagoras], A Delta Robot For Drawing”

Electrographic Enlarging Sketchifier Does Your Drawing For You

electrographic_enlarging_sketchifier

Back in the 80’s, there used to be a kid’s toy that would allow you to replicate an image by tracing a pre-drawn picture in one panel, while a mechanical arm laid down ink in another. We’d be hard-pressed to remember what the thing was called, but this Electrographic Enlarging Sketchifier would be a wonderful modern day stand-in.

flickr user [Imajilon] constructed this cool motorized pantograph out of tongue depressors, rivets, foam core board, and a handful of electronic components. Despite its bargain basement bill of materials, this thing is pretty darn cool. An optical sensor “views” an image and drives a simple FET circuit, replicating the picture automatically using an electrically driven pen mechanism.

Looking through her flickr stream, we thought the results were quite impressive. She does plan on making a second version of the Sketchifier with a smaller light sensitive area, which should allow her to resolve even smaller features of the source drawing.

[via BuildLounge]

Lightdrawing Robot

Long exposure “light drawing” photography has become pretty popular lately. We see images pop up all the time that look pretty cool. [Nils] wasn’t feeling particularly artistic himself, so he made a robot to do the hard work for him. he can program patterns in, and it will replay them by changing the color of the light on top while it drives around. Though it may lack a little of the fluidity of the hand made images, it can probably make up for it with complexity. This isn’t the first time we’ve seen this style of photography mixed with robotics, though this one seems fairly more flexible. Tune in after the break to see a video of it in action.

Continue reading “Lightdrawing Robot”

Self-portrait Machine

selfportraitmachine

[Jen Hui Liao] created a device that guides the user into drawing a portrait of themselves. Dubbed Self-Portrait Machine, it comments on how much in society is created by machines and we are dependent on them. Unlike previous drawing robots, the user is part of the sketching process. The machine holds the users hands and uses stepper motors and servos to move them around like a LOGO turtle. Liao promises to have more details available soon. Video of the machine after the jump.

Continue reading “Self-portrait Machine”

Motöri The Plotter

[youtube=http://www.youtube.com/watch?v=8ES61MbSmpc]

The Motori plotter is fast and high precision. One image shows that it is drawing lines at .5mm. Like others in the flickr set, we keep thinking of how we could apply this to PCB creation. Great job [svofski]. If you want one that’s not as precise, but might have a much cooler drawing mechanism, you might want to check out the lego arm plotter we posted back in May.

Making Art With Javascript

Mozilla coder [Aza] is connected to the past and the present: he wanted to celebrate the release of Firefox 3, but pines for the days when one could use small amounts of code to make compelling art. As a way of addressing both things, he has released ContextFree.js, a javascript port of [Chris Coyne]’s Context Free Art. Users can visit Algorithm Ink, where they can draw various compelling designs with just a few lines of script. ContextFree.js compiles the scripts and turns them into visually arresting geometric designs. Users can also browse through designs made by others, easily save them as JPGs, or even modify them by adding their own bits of code. What’s more, it’s not out of the question to use this to generate random images on a website, creating a unique visual experience for every single visitor. You all know what we want to see, though: JavaScript gurus working some real magic with this. Better yet, said gurus can play around with the core open-source code and make something truly their own on the most fundamental level. Definitely check out the video above to get an idea of how easy this is.

[via Waxy]