Archive for the ‘Uncategorized’ Category
New Drawing Machine Coming
Posted by Craig in DIY, Electronics, Uncategorized on October 16th, 2013
I’m working on a new Drawing machine. Lissagraph 2
Though similar to the last machine, it will be larger and a free standing machine that draws on paper up to 4 feet in diameter.
I’ll have pictures of the work in progress real soon.
Cheers.
Sound of Shadows at TEDx Austin 2013
Posted by Craig in Uncategorized on February 13th, 2013
I was pleased to be invited to take part in the TEDx Austin event on February 9th at the Circuit if the Americas. I produced an interactive video and sound piece for the event called “Sound of Shadows”
The installation used Processing 2 running under Ubuntu 12.04 on a Quad-Core desktop computer.
A Creative HD webcam captured the image from a retrto-reflective screen to obtain a high contrast shadow of a person interacting with the piece. The program then traced a horizontal outline of the person then scanned it at 150 beats per minute to play musical notes based on the persons outline.
As the videos show, guests got the hang of it quickly and had fun manipulating both the imagery and the sound.
I’ll be continuing to work on the piece to both enhance the images and the sound.
Thanks to Brent Dixon for inviting me and putting together a great interactive space at TEDx.
I will be presenting a new version of this piece at the Austin Mini Maker fair in May.
This video shows people interacting with the installation.
The program grabbed a frame on every scan and saved it. This video shows all 1400 + frames.
If you were there, you might be able to find your picture!
Sorry about the frenetic nature of this video. The sound is based on a random walk on a c-major scale.
Serindipitous Circles
Posted by Craig in Uncategorized on December 6th, 2012
A long time ago, I had an IMSAI 8080 that I built from a kit. I was working on laser shows at the time and was experimenting with a hand built DAC board for the 8080. I saw this article in BYTE Magazine called Serindipitous Circles. The algorithm was real simple but produced some interesting patterns that could be displayed on an oscilloscope. Graphics displays were hard to come by at the time.
I noticed that the Auduino Due had two built-in DACs, so this was the perfect thing to try on the Due!
The article can be seen here.
I made a quick video with my cell phone.
Here’s the code:
/* Serendipitous circles algorithm from
Byte magazine February 1977
By Craig Newswanger
*/
// Variables
int x,y,xnew,ynew,j;
void setup() {
analogWriteResolution(12);
}
void loop()
{
x=random(32768);
y=random(32768);
for (j=0;j<80000;j++)
{
analogWrite(DAC0,x);
analogWrite(DAC1,y);
xnew=x-y/2;
ynew=y+xnew/2;
x=xnew;
y=ynew;
}
}
Percussibot Boards Are Available
Posted by Craig in Uncategorized on June 16th, 2012
Sorry I did not spell this out clearly!
I can build boards to order.
Prices are the same as before as shown here.
Cheers,
Craig
San Mateo Maker Faire
Posted by Craig in Uncategorized on May 21st, 2012
Wow, two in a row! Now I’m tired.
Thanks to Joe DiPrima of ArcAttack who invited me to join them in San Mateo for the mother ship of Maker events. I set up the Drawing machine, now named the Lissagraph, after Jules Antoine Lissajous. Many people asked what it was called, now it has a name.
Had a great time, though I saw little of the rest of the fair. Adam Savage gave a great talk and we experienced a solar eclipse to boot!
I was located in the ArcAttack backstage area. Thanks to everyone who came by my table to talk and watch the machine. After my the guys get back to Austin with my stuff, I’ll be putting up a gallery of lots of the drawings so I can make it possible for those interested to purchase the images through PayPal. Each one is unique so as they are sold, (if they are sold) I will remove them from the gallery.
An odd pattern appears
As I was setting up the machine for a visitor, late on Sunday, an odd pattern appeared. I was really surprised by it. Hard to believe that this is created with sine waves.
Now I have to figure out how to recreate it. I wrote down the rough recipe but it will take some work to figure out the starting phase.
I always come back from the Maker Faire with inspiration, I hope it comes to something. We’ll see!
Cheers,
Craig
Austin Mini Maker Faire
Posted by Craig in Uncategorized on May 14th, 2012
The Austin Mini Maker Faire was a great success!
Great crowds. We brought the stepper controlled drawing machine and produce lots of drawings.
People seem to be mesmerized by the drawing machine. Round and round and round and round… your eyelids are getting heavy…
Here are a couple of photos from the event. I put up a link to a video soon.
Thanks to Kami Wilt for organizing a great first Austin Mini Maker Faire!
BBC Video Link from SXSW Interactive, Dorkbot
Posted by Craig in Uncategorized on March 30th, 2011
Here’s a link to a BBC video that was shot at the SXSW Dorkbot event:
Dorkbot 28 @ SXSW 3.11.11, Austin Music Hall
Posted by Craig in Uncategorized on March 7th, 2011
This should be a good one. Dorkbot28 Combined with Ignite Austin at the the Austin Music Hall, Friday March 11th.
I’ll be presenting a pinball style game inspired by classic artillery games. Partly sponsored by RadioShack!
This one uses a large solenoid to launch balls at targets on a slanted playing surface.
It’s been a real charrette to get this done on time….It may be done on time.
Here are some photos of the build. Details later.
Craig
Fireworks Competition in Hannover Germany
Posted by Craig in Uncategorized on September 25th, 2010
When someone asks you if you want to travel to Hannover Germany to help setting up a fireworks show…You say yes!
I joined my most excellent friend, John Werner of Vulcan Pyrotechnics and 18 other great people from the USA, China, Germany, Netherlands, France and New Caledonia.
The event was the 20th International Fireworks Competition at Grosse Garten, Hannover Germany. Vulcan Pyrotechnics was representing China in the competition. Vulcan took first place in last years contest.
The team spent three days preparing and setting up the display. The display was a mix of traditional and new techniques. Vulcan may have taken second place to Sweden but I really enjoyed the show.
The weather didn’t favor us with desirable wind and we were slowed down by intermittent rain over the main two days of set-up. All-in-all, everyone involved was happy with the show.
My work was focused on setting up gerbes, wheels, and other animated effects. I also assisted on the “wire-rockets”. You can see these shooting across the field in the video.
Here are a few photos:
Percussibot Kits are available
Posted by Craig in Uncategorized on September 1st, 2010
The percussion controller kits mentioned in a previous post ARE available. Same controller used by ArcAttack!









