See us at Maker Faire!

Artbots





PhotosRobogames06 at Fort Mason in San Francisco, Ca.  added 6-29-06
Photos - Flickr
Photos - Picasa Web Album
Photos- Photo bucket
Photos- E-Snips
Photos- DeviantART
Photos- Multiply
Videos - Youtube
Videos- Jumpcut
    Interviews- Interview with Laura Foy at Makers Faire
    Just what is Makers Faire? (you can see my exhibit) Quest Video
    My time lapse videos of Makers Faire 07 (Metacafe)    Day1   Day2

Links to Time Lapse Videos at Robogames 2007 (Photobucket)
See at night what happens after the public leaves! Photos taken every 10 secs.
Setup day June 14th
Day1 June 15th
Day2 June 16th
Day3 June 17th

Artbot List
Singing RGB's
PIC Pendulum
Fireflys
PICbugs
Emotion-Al
Sunmirror
Suntree
Jar-o-circuits
Three's a Crowd
Drawerbot
Joule Thief Artbots

Jessa Flower/Sensitive Plant

E field senser

Ring Oscillator

Artbot Fixture

Bill's Sumobot

Science Festival CSUH 2005

Last update 3-4-07
The "Singing RGB's" Project

I got a few auto flashing RGB light emitting diodes and discovered that an audio amplifier can be used to hear the PWM frequency as the LED flashes.

Testing for sing-ability

So what do they sound like?  Download this file.

Wav file

A New Project

This got me thinking of a great entry for the Musical Art Bot competition at Robolympics 2005.

By connecting a resistor, such as 47 ohms on the negative leg of the flashing led, PWM modulations can be extracted.

Use a .1 microfarad capacitor to AC couple to a amplifier.  I used a pair of amplified speakers such as the type one would connect to your PC.  You can connect the led up to 5 volts directly, the resistor is only necessary to generate the audio signals.  I decided to have some fun with the project by using a Picaxe microprocessor to control the turn on and off of each led. Now my leds turned into a trio named the "Singing RGB's"

I chose the Picaxe because of the ease of programming in basic. You can use a microchip 12F629 or 12F675 programmed with your own compilier.

Download my Picaxe program I wrote for a Picaxe 08M  RGB1.bas

The right and left leds feed into the right and left audio channels.  The middle "singer" adds to both channels of the amplifier.  A small mosfet, such as a VN10L or 2N7000 switches the led, under control of the microprocessor.  You can also use a 2N4401, 2N3904 or 2N2222 or just about any general purpose NPN transistor to switch the led.

Completed Project

flashing and singing

A movie of the Singing RGB's
mov file

Place the RGB's in your window sill at night and drive your neighbors nuts with all the flashing lights.


Schematic:

Schematic as PDF

Building the Stage

I cut up squares of wood for a neat looking stage to hold the electronics inside.


Three pieces of wood

Cut up 3 squares of 3" by 3" by 1" wood. Cut a section out in the center piece for the electronics.


Stack and Glue the Wood

  Glue and stack the squares.


Clamp the pieces

Clamp the pieces overnight.

Drill 3 holes on top

After sanding, staining and applying a finish on the block, drill 3 holes on top for supporting the leds.


Leds wired up a tube

Mount the leds inside a LEGO tube or something similar. Polished copper or brass tubing would be nice.


Shove the board inside

Place the electronics inside. I wired the circuit on some Radio Shack perf board.


Back plate for jacks

At the back, attach a small plate with jacks for power, audio and the Picaxe programming port.


Singing RGB's won Silver at Robogames 2005 Musical Artbot Contest

silver medal at robogames 2005

Other Ideas to explore:

You can try more than just three leds or just use a single led.  You can use use non-flashing leds and write your own PWM routines.

Add a CDS light sensitive resistor and use the ADC on the microprocessor to monitor the light levels.  The leds can turn on automatically when it becomes dark.

Add a microphone and use sound to trigger the leds to come on.

Add a PIR sensor or a Sharp GP2D12 sensor to trigger operation when people walk by.


Pic Pendulm
PIC Powered Pendulum

Once you start a pendulum, each swing becomes less and less due to loss of energy and eventually the pendulum will stand still.  If you can give the pendulum a little kick on each swing, the pendulum will keep going

I devised a method using a PIC microprocessor to detect the swing and give it a kick automatically at just the right time to keep it going.

The pendulum bob has a magnet at the end and on each swing the magnet crosses a coil.  If a magnet in motion passes over a coil, a voltage is generated. The voltage rise can be detected using the PIC's on-board voltage comparator. After detection, power can be applied to the coil as a pulse, to draw the magnet, along with the pendulum bob closer to the coil.  Pulling in the bob quickly, restores energy loss during each swing.  The amplitude of the swing can be adjusted by setting how long the pulse lasts.

Since the period of the swing is dependent on the length of the pendulum and each swing triggers a pulse, the PIC pendulum driver will automatically adjust on just about any pendulum length. Swing amplitude is controlled by two buttons on the controller and adjust kick duration from 1 to 20 milliseconds.  A third button and LED is used to indicate kick time and save setting into data memory.


Schematic as PDF

Program in Pic Basic Pro

Hexfile for 16f628


Pendulum Won Gold at the Robogames 2005 Kinetic Artbot Contest

Gold medal at robogames 2005

The medals presented at the Robogames were fantastic!

Many Thanks to Dave Winchell, Parallax, Serge Dureix and David Calkins, president of the Robotics Society of America .  Each of the medals have a scrolling LED display programmed with the name of the entry. They even play robotic sounds when starting up!


Firefly

These are green surface mount leds mounted on enamaled wire stakes and driven by a Picaxe microcontroller.  The flashing is made to simulate the behavour of real fireflies. Connected to the leds is a special board I invented for experimenting with the Picaxe. After I developed a circuit and program, I moved it over to a #276-148 perf board from Radio Shack. I am currently developing a PC board.  If anyone is interested, send me an email.

Youtube links showing the Firefly project in operation

Fireflies on protoboard with sound
http://www.youtube.com/watch?v=uyz41REOiNM

Green and red leds
http://www.youtube.com/watch?v=lpCVLrx_rtc

Close-up shot and in a jar
http://www.youtube.com/watch?v=Xhpbe_VSQ_8   

Fireflies in a jar using white leds                                                                            
http://www.youtube.com/watch?v=tiG5XsHWxfc
 First experiments and program development.




Green SMT LEDs shown closeup



Put your "fireflys" in a jar.





Schematic of the project

Schematic, minimal parts

You can listen to the PWM from the flashing leds if you use capacitors and resistors to bring the signals to a set of speakers. Computer speakers work great for this.  Here is a schematic of how to do it.

"Singing fireflys" Schematic

Picaxe Program

Credits and Links

Noureddine Benabadji for EDN article about driving many leds with a minimum of I/O lines.
Pascal Glissmann and Martina Hofflin for the idea of using canning jars for "ELFs" http://www.electronic-life-forms.de/
Keso's version of  "Jar of Fireflies"  , an Instructable.
Chuck did some changes to the code for this version.
PICbugs
Programmable Picaxe brained critters that interact with each other and with you.

The picaxe is a low-cost microcontroller that can be programmed with a free basic language complier from Revolution Education.  I decided to make a few PC boards to test out it's functions in the form of a "Bug" which I call "PICbugs".

The PICbug has leds to flash, a beeper, IR transmitting LED and a IR reciever.  Programming is by a serial link cable that plugs into the board.  Presently I am doing experiments with the bugs talking to each other with the onboard IR hardware.






Schematic of the PICbug

These little bugs won bronze during the 2007 Robogames artbot competitions.

Videos at Youtube and jumpcut
http://www.youtube.com/watch?v=VVly8nDSNi0
http://www.jumpcut.com/view?id=0D3994CE19FA11DCA0F7000423CF0184

Emotion AL

This object was something I made many years ago. Emotion AL displays it's many moods by changing the patterns of the leds. His moods are passed on and felt by anyone who views him.


Photo while being shown at Robogames 2006
Video at Youtube 
http://www.youtube.com/watch?v=tg9UzEXIFxs




To my webpage