Author Archive
Drawing Machine Photo
Posted by Craig in Uncategorized on October 25th, 2013
Here is a picture of the new “machine”.
Its based on an A-frame and has a hinged support on the rear so that it leans back at the desired angle. Right now its leans at 20 degrees. The rotating disk, which holds the paper, is four feet in diameter. The disk rests on two rollers; one is the idler on the left and the motor drive roller on the right. The disk leans on three casters behind the disk. Gravity keeps it in place. This keeps things simple and not overly constrained. There is no central shaft so the disk center is determined by the two rollers. I used a router with a 24 inch arm which allowed me to cut a very precise circle.
So far it looks like it will work, it rotates very smoothly. Driving on the edge insures that there is no backlash with the big disk and provides a 32:1 reduction from the motor. The NEMA 34 motor has no trouble driving the disk. The controller in the picture is just being used to test the design.
Next is the two 24″ disks which will be mounted above the 48 inch disk. As in my earlier machine the pen arms will connect to the smaller disks with a movable magnet with a short shaft. The two disks will make the whole thing look like a familiar mouse character.
This new design is meant to be suited to display in a gallery or other situation so more people can watch it work.
I have new motor controllers on order. I hope to have it working for the East Austin Studio Tour in November. We’ll see.
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.
Six Pack Tesla Coil
Posted by Craig in DIY, Electronics, Tesla Coils on June 24th, 2013
Introducing the 6-Pack Tesla Coil
I was invited (and encouraged) to write an article for Make Magazine for an introductory Tesla coil project. This one is a simple spark gap coil using beer bottles for a tank capacitor and a small Neon Sign Transformer (NST). It doesn’t play music it just makes loud sparky noises.
The article is meant to teach the basic skills and practices to build and tune a Tesla coil using common materials that are readily available. I wanted to provide enough detail and instruction so that a beginner would be successful. The coil is made to be modular so that the maker can experiment easily and change out bits as they learn how to get bigger sparks out of their coil. I hope to post a few improvements after the article gets out so folks who wish to, can get a bit more spark length out of their coil.
The print article will be 18 pages and will be in issue 35 of Make Magazine. The web version of the article includes more detailed instructions and is available here.
I hope a few people actually try to build the coil. The interns at Make built theirs and were thrilled when they got it debugged and tuned up. Here’s a picture of their coil:
Note that they had to add a bottle to tune the coil so its even better than a Six-Pack!
Thanks to Sean, Keith and the rest of the Staff at Make for the opportunity to write an article. I’m looking forward to the next, maybe simpler, article. Thanks to Steve Ward for proof reading the article and making sure I got the technical stuff right.
A special thanks to Bart Anderson for his fantastic JavaTC program and his website. Its a great resource for coilers!
Cheers,
Craig
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;
}
}
David Blaine – Electrified by ArcAttack!
Posted by Craig in Electronics, Microcontrollers, MIDI, Music, Tesla Coils on October 15th, 2012
You may know that Austins own ArcAttack was responsible for the massive Tesla coil set-up for David Blaine’s latest endurance event at Pier 54 in New York. Here is Arcattack’s Facebook page.
Look here for some behind the scenes videos.
It was a privilege to work on this project, and although a lot had to be done in a short time, it was very rewarding to see it through a successful conclusion. The coil electronics proved to be solid. Kudos to Joe DiPrima and Steve Ward for an excellent design and Christian Miller for the show controller. Great work by Sam Mcfadden in the design and the build.
Heres a shot of the crew after David left in an ambulance. (Pat Sullivan didn’t make it in the picture though he was there.)
From Left to right, Tyler Hanson, Stephen Chao (David’s Producer), Adron Lucas, Joe DiPrima, Steve Ward, Craig Newswanger (me). Other team members: John DiPrima, Pat Sullivan, Sam Mcfadden and Christian Miller
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
Trigonometry Daydream
Well, I was trying to figure out what to do with all the drawings I’ve made with the drawing machine.
I photographed about 80 images then I thought of making a video with them.
http://www.youtube.com/watch?v=EUpp6i5yjpU
Thanks to John (Giovanni) DiPrima for the music.
http://soundcloud.com/melancholytron
I used GIMP and Phatch to prepare the photos.
I used Sony Vegas HD to create the video.
I’ll post a gallery of the images real soon!
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!






