Hula Girl

by zuzudaal in Circuits > Art

1353 Views, 1 Favorites, 0 Comments

Hula Girl

hula_girls_2741.jpg

dancing hula girl

Concept

IMG_9732.JPG
5566087e937ddb2ecf0009cb.jpeg
556607a8937ddb2ecf0009c2.jpeg

- Sketch out your concept idea

- Make a prototype out of paper

Sketch Out Your Design

Schetsen.jpg
Schetsen-1.jpg

Paint Your Sketch in Illustrator

Hula girl.jpg
Hula girl_outline 1.jpg
Hula girl outline goed.jpg

To leaser cut

Program: Illustrator

Size: 300x600

420x720

Colormode:

RGB

Line size: 0,01mm

To cut: use color red

R:255

G:0

B:0

To engrave: use color black

R:0
G:0

B:0

Laser Cutter

image.jpg
image.jpg
image.jpg
image.jpg
image.jpg
image.jpg
image.jpg
image.jpg

Make a hole in de bellybutten area so that you can put the servo motor thru it

Tiki God

tiki cuter.jpg
tiki outline.jpg
IMG_0308.JPG
IMG_0310.JPG

Download your Tiki Totems vector here: http://www.vecteezy.com/vector-art/83487-tiki-tote...

Arduino and Servo Setup

IMG_0454.JPG
IMG_0455.JPG
IMG_0456.JPG
IMG_0457.JPG
IMG_0459.JPG
IMG_0460.JPG
IMG_0465.JPG
IMG_0466.JPG
IMG_0467.JPG
IMG_0462.JPG
IMG_0463.JPG
hula girl Arduino/Servo testing

See instructions:

Arduino code for lights:

https://www.arduino.cc/en/Tutorial/Blink

Arduino/servo code for skirt:

https://www.arduino.cc/en/Tutorial/Sweep

my version:

#include Servo myservo; // create servo object to control a servo // a maximum of eight servo objects can be created int pos = 0; // variable to store the servo position void setup() { myservo.attach(9); // attaches the servo on pin 9 to the servo object } void loop() { for(pos = 0; pos < 120; pos += 1) // goes from 0 degrees to 180 degrees { // in steps of 1 degree myservo.write(pos); // tell servo to go to position in variable 'pos' delay(15); // waits 15ms for the servo to reach the position } for(pos = 120; pos>=0; pos-=1) // goes from 180 degrees to 0 degrees { myservo.write(pos); // tell servo to go to position in variable 'pos' delay(15); // waits 15ms for the servo to reach the position } }

End Results

Hula girl end results

After the setup of the Arduino and servo the next step is to

1) Put the servo true the bellybutten area of the hula girl.

2) And covering de servo bij attaching the hula skirt on it.

3)After that you kan just put de Arduino on and the skirt wil sweep from left to right.

See video link