In this project, we will make an analog-style POV clock. This is a fun project that you can do very easily at home. The way you connect the wires and place the components could be different from the method we have shown below and it is totally fine! You will be okay if you follow the circuit diagram and follow the instructions properly.
What is POV (Persistence of vision)?Persistence of vision traditionally refers to the optical illusion that occurs when visual perception of an object does not cease for some time after the rays of light proceeding from it have ceased to enter the eye
InstructionsFirst, you have to assemble the given circuit. Follow the circuit diagram and make the connections.
Use a Vero board or a suitable low-weight board. Solder LEDs in a line according to the pattern and wire them to a Magicbit through resistors.
You can make your own connector as shown below to connect all the
You will need to fix the Hall Effect sensor which you can access easily (far away from the motor axis so you have enough room to place a magnet near it when rotating).
Next, mount the board to a 12v DC motor. Make sure that the center of gravity of the circuit is at the axis of rotation. this will ensure a smooth rotation. Using a coupling will be easier. You can mount the motor to a desk or a stand
Now, upload the given code.
Power the motor and keep the magnet (use a strong magnet) where the Hall Effect sensor can sense it. If you do the steps correctly, you will see a clock.
Troubleshooting- Sometimes you won’t see a full clock. This depends on the motor speed(RPM). To solve this, you need to change the values of “delayMicroseconds()” in the code.
- Maybe your clock is not showing although the motor is rotating. Check your connections to see if they are loose. Due to the centrifugal force acting on the components(battery for example), they can have loose connections.
- You should hear a flick sound every time the hall effect sensor crosses the magnetic field. If not, you won’t see the clock working. Make sure to use a strong magnet.
Be sure that everything is firmly attached to the board before you start rotating. Otherwise, they will fly around and cause damage. You can use zip ties and hot glue to make sure everything is fixed to the board.
Comments