I_NEED_SPOTLIGHT

by Juncheng in Living > Pranks, Tricks, & Humor

2108 Views, 7 Favorites, 0 Comments

I_NEED_SPOTLIGHT

IMG_0903.jpg

Insight:

I 've been totally supersized by the impact of the social media.We know that anyone can post or retweet pink news and some paparazzos like making groundless accusations through the network. Anyhow most of us enjoy the platforms.I wanna make a prototype toy can perform in the way of web celebrity did.

I wanna simulate a stage on which the BIRD will start to perform when the light turns on.

Purchase

IMG_0902.jpg

Assamble&Coding

IMG_1221.JPG
IMG_2127.JPG

<code>

int PLAYPIN = 2;
void setup() { pinMode(PLAYPIN,OUTPUT); Serial.begin(9600); digitalWrite(PLAYPIN,LOW); }

void loop() { int val; //boolean START = 1; val=analogRead(1); //connect grayscale sensor to Analog 1 Serial.println(val,DEC);//print the value to serial //init(START); //START = 0; if(val >= 1000){ digitalWrite(PLAYPIN,HIGH); delay(1000); digitalWrite(PLAYPIN,LOW); delay(100); } }

void init(boolean startSet){ digitalWrite(PLAYPIN,startSet); delay(1000); }

</code>

3D-print

IMG_0904.JPG
IMG_0906.JPG

Downloads

Get Ready for the Show

IMG_0907.JPG
IMG_0908.JPG
I_NEED_LIGHT