Easy Display Device
This device is like a display case. You can display little things, for example, dolls or toys. If you have any little toys, you can use this way to show them. Here is the illustration. Fellow it and you can also make your own display case for your toys. It is very easy to do. Just follow the instructions.
MATERIALS
First, prepare the materials. Here is the material you will need
-Arduino broad
-Motor
-Self made platform
-Double side tape(or anything is sticky)
-Pin header
-Ruler
-Scissor
-Object that you want to show
ARDUINO CODE
This is the Arduino code you'll need
https://create.arduino.cc/editor/baroro/07c43ec1-c...
#include
Servo servo_pin_10; // create servo object to control a servo
void setup(){ // put your setup code here, to run once: servo_pin_10.attach(10); // attaches the servo on pin to the servo object }
void loop(){ // put your main code here, to run repeatedly: servo_pin_10.write( 0 ); // tell servo to go to position delay( 1000 ); // waits a few milliseconds servo_pin_10.write( 359 ); // tell servo to go to position delay( 1000 ); // waits a few milliseconds }
PIUG THE WIRES
This is how you plug the wires.
***In the picture I drew, there is a part circled by yellow pen. The wires need to be one column, not scattered.
MAKING THE SELF-PLATFORM
Here is the steps of the self platform.
The radius of the self platform is 3cm
Use the compasses to draw a circle on the cardboard and cut it down.
Use the double sided tape to stick the circle on the motor.
You can paint or decorate the card board if you want.
The last last step is to put the object on the card board.
Then you are finish!!!