Skip to main content

Table Top Robot




Detecting and avoiding obstacles has been a vital role that has been played by the bots that are created using Arduino. The table bot is a well known bot in the realm of small Arduino operated bot that are also easy to construct. It senses if there exists a base ahead of the path on which the bot currently is. The bot will turn and change its course whenever it reaches the edge of the table it is running on. It does that using the infrared sensor also commonly known as the IR sensors. 






IR sensor is guided by the Infrared technology which addresses a wide variety of wireless applications. The main areas are sensing and remote controls. In the electromagnetic spectrum, the infrared portion is divided into three regions: near infrared region, mid infrared region and far infrared region. The basic concept of an Infrared Sensor which is used as Obstacle detector is to transmit an infrared signal, this infrared signal bounces from the surface of an object and the signal is received at the infrared receiver.Infrared Transmitter is a light emitting diode (LED) which emits infrared radiations. Hence, they are called IR LED’s. Even though an IR LED looks like a normal LED, the radiation emitted by it is invisible to the human eye. 

The electronics are very simple. You only need an Arduino Uno Atmega , and a simple setup for the IR sensor that you are using. The robot can be configured in many different ways, the parts that we used are a chaster wheel, a simple chassis, 2 wheels, some jumper wires, an L293D, bread board, a motor driver and 4 or more IR sensors. Make sure your sensor is held by the its wires several centimetres away from the chassis of the robot. When an object is placed in front of the bot, the value from the analog pin starts getting smaller. These values are sent from the analog pin to the Arduino which in return uses it to plan its motion forward accordingly.


Comments

  1. Doing great work
    Best of luck

    ReplyDelete
  2. What is the practical Implementation of the bot in real life . Though the information given is right but I am not able to know the use of bot in my daily life. Why have you made this?

    ReplyDelete
    Replies
    1. These little bots are like practice for bigger bots. Making these bots helps you understand the concepts and algorithm. After learning these concepts you can create your own real life application. For instance automating your garden. You need not water and take care of it . It will be watered automatically when dry .
      These practical implementation is possible by learning to experiment with these little bots.

      Delete

Post a Comment

Popular posts from this blog

Line Following Robot

The Arduino board is an amazing product with infinite possibilities as they are easy to use and affordable. If you are a beginner and want to get started in robotics then the line follower is a bot that you can lay your hands on. It is a simple robot built to sense the black line and run over it. It is constructed on a simple principle that when light falls on a white surface it is almost fully reflected and in case of black surface light is completely absorbed. IR Transmitters and IR receivers also called photo diodes are used for sending and receiving light. When sensor senses white surface then arduino gets 1 as input and when senses black line arduino gets 0 as input. Arduino Uno is used for controlling whole the process of line follower robot. We use L293D motor driver IC which has two channels for driving two motors and a voltage regulator to get 5 volt for arduino. 9 volt battery is used to power the circuit.

Smart Phone Controlled Bot

The smartphone controlled bot is operated via the bluetooth of your phone as the name suggests. The bot is controlled by a micro controller known as Arduino which is used by students and hobbyists all around the world for creating new stuff daily. It is driven by the motor driver L293D and powered by an 8 V battery. The basic structure rests on the chassis and is supported by a chaster wheel at the front. The arrow keys on the application instruct the bot to proceed in a specific direction. Voice commands received via the android application can also be used to control the vehicle. The device works on instruction provided through the smartphone in terms of 1, 2, 3, 4 and the numbers 1, 2, 3, 4 represents a direction the bot should take. The number is transferred from the smartphone to the bluetooth module of the bot. The data then is analysed by the micro controller and the motor drivers are driven accordingly.