Board Eraser using Arduino and 1sheeld
Introduction: (What is the project about?)
Are you tired of erasing the board every time you use it. Have you ever thought of erasing the whole board while you are sitting in your place. The automatic board eraser is a normal magnetic board eraser with motors and wheels that can easily erase and clean your board using your mobile phone. Just leave it mounted on the board and use it when you need to erase.
Why did i decide to make it ?
Most of the people nowadays use white boards in classes or meeting rooms. They write a lot and erase every time when they finish. There are some disadvantages from erasing the whole board physically with your hand, like wasting some time, doing effort, not professional in some meetings for important people to do it themselves and it the eraser makes your hands more dirty after using it. Moreover, some people find it hard to reach all the parts of the board especially when it is mounted on a high distance from the ground. As a result, I decided to build a small magnetic automated board eraser with wheels so i could control it easily from my mobile phone to erase the board from my place.
How Does it work?
After connecting all the hardware components and uploading the code to the arduino and 1sheeld start opening the 1sheeld mobile application and connect it to the 1sheeld board via Bluetooth. Then you have to select the shields that we will use; they are the game pad shield and accelerometer shield. Put the eraser on the board and open the game pad shield and start using the four arrow directions to move up, down, left or right. An LED will be high when the magnetic eraser moves on the board to start erasing words. Another way to control this eraser is to open the accelerometer shield and hold the phone in your hand. If you want to move up tilt your hand in the front direction to make the Y < -5, so the eraser will move up. If you want to move down tilt your hand in the backward direction to make the Y < 6, so the eraser will move down. Furthermore, if you want to move right tilt your hand in the right direction to make the x < -6, so the eraser will move in the right direction and finally If you want to move left tilt your hand in the left direction to make the x > 6, so the eraser will move in the left direction. Now your board will be easily controlled to erase the whole board without doing any effort.
Comments
Please log in or sign up to comment.