In this section, we will describe, in detail, the purpose and working of Robowaiter Modules used in the project. Robowaiter Modules The H-Bridge Modules The first in the Robowaiter Modules is the H-Bridge. H-Bridges are basically used for controlling the direction of the Motors. The direction of rotation of Motor is reversed by changing the […]
Robowaiter Interfacing Circuitry The H-Bridge The H-Bridge comes first in Robowaiter Interfacing Circuitry. The H-Bridge is mainly used for applying PWM to the motors. The following diagram shows the interfacing of the H-Bridge with Arduino. The H-Bridge pins can only be used for PWM control if we connect its input pins to PWM pins of Arduino. […]
The actual implementation started after setting the methodology. The implementation began with setting forth a Robowaiter hardware design for the robot chassis and then building upon it as we progressed. Robowaiter Hardware The Chassis The chassis needed to be strong, durable and light at the same time, therefore keeping these points in mind we choose […]
We used Arduino Mega 2560 as the microcontroller. The tasks divide as each module would perform its specified function either giving input to the Arduino or receiving output from it. This made the design more manageable. The keypad assigns the destination. The sensors provide data to Arduino Mega which in turn process it and control the H-bridges […]
The project Robowaiter sets out to achieve the line following behavior. It is designed to take destination from the user via keypad and using line tracking sensors to reach the destination. It consists of a completely custom design from top to bottom for both hardware and software. The term ‘robot’ basically refers to a machine […]