Creating an App to control a Robot via Voice Command
Creating an App to Control a Robot via Voice Command Today, we will see how to use voice commands to control a robot with an app. So, the robot works with the help of an LDR and a transistor. The robot consists of two wheels controlled by an LDR and a Transistor. The robot will have a mobile stand on top of it where the phone will be placed. The phone would've a screen where two black coloured blocks turn white according to our command, and due to its whitening, the LDR detects light, and with the help of the Transistor, the wheel would start rotating, making the robot go forward, turn right and left and stop. We won't learn how to make the robot, but we'll learn to create an app using the MIT App Inventor to control it. What you'll need: A Mobile Phone A Laptop Step 1: Designing the layout of our app. First, open MIT App Inventor, click 'New Project', and then rename it. Then, add Horizontal Arrangement from the Layout and change its width to 'Fill Paren...