Open Design TeamD Rail Car

by OscarK10 in Workshop > Cars

428 Views, 3 Favorites, 0 Comments

Open Design TeamD Rail Car

16244939_1350245268359443_1246543930_o.jpg
16229736_1350245298359440_439746424_o.jpg
IMG_7697.JPG

Hello every one

We make SFC rail train in Open Design class Let’s tell you about story why make this product

First, almost all Japanese played with プラレール in childhood. we were addicted to the toy and enjoyed ray the rail extensively Second, SFC campus is so far form Shonandai station all SFC students have thought about If Sotetsu line extend to SFC Campus, our life wonderfully change. so, We ray rail around campus at the beginning.

Finally There are a lot of many smiles in SFC. We want to take pictures their natural smiles and daily activities in SFC

Arduino Edit

16295375_1350217658362204_657544451_n.jpg

We use Arduino and step motor to control the car

code:

#include
#define STEPS 100 Stepper stepper(STEPS, 8, 9, 10, 11);

void setup()

{

stepper.setSpeed(10);

}

void loop()

{

for(int i=100;i>0;i--){

stepper.step(i); }

}

Car Prototype

IMG_6706.JPG

We use laser cutter to make prototype. It's more easy to test the function and it won't take too much time.

Railway

IMG_6833.JPG
IMG_6711.JPG

First we try to make the railway to control the car. And we try many times to think how to save money. In the end we give up. Because It cost too much money if we make a railway around a building.

Downloads

Car Shape

IMG_7685.JPG

Final we use 3D printer to make the car case with Arduino case

Downloads