Line Following Waiter Robot
Technology is erratic. We never know what could be the next big thing. Nowadays, IoT (the internet of things) has taken over the market. Every technology created nowadays is somehow related to IoT. You should manage to connect the IoT technology with a robust area of hospitality. Catering customers' needs during peak hours at any restaurant or cafe could get overwhelmed with hectic tasks such as taking orders, fetching water, and ordering meals. We created a raw model to accommodate the limitations of the human mind. The technology-based IoT (Internet of things) can come in handy during hectic sessions. A Robot waiter is built from scratch using materials like Arduino (2), Gear DC motor (2), L298N motor driver (1), Ultrasonic sensor (2), IR sensor (2), Servo motor (4) HC-05 Bluetooth module. Desired orders are sent on a wireless network through the menu bar to the kitchen. Then, the robots transfer the food from the kitchen to the customers. The floor will be all white, while there will be a strip of black line to connect every sitting and the kitchen. For instance, if table number three is to be served, we click the number three in the app, which renders an obstacle in table 3. The motor barricades the robot, and the ultrasonic sensors sense it, and it stops. If anyone picks the plate, the ultrasonic sensor senses it, the blockage is removed, and the robot paces in the designated path. People visited the place more often to experience such stimuli. Using the robots attracted more customers and made the work very quick.
Development of an autonomous Search and Rescue Drone
The number of natural disasters has risen significantly in recent years, and with climate change there is no end in sight. Consequently, the demands on rescue forces around the world are increasing. For this reason, I asked myself what I can do to improve the work of rescue teams. Advances in artificial intelligence and drone technology enable new possibilities for problem solving. Based on the technological advances mentioned above, an autonomous Search and Rescue drone was developed as part of this project. The system assists rescue workers in searching for survivors of natural disasters or missing people. This paper also suggests a method for prioritizing survivors based on their vitality. The system was implemented using a commercial Parrot ANAFI drone and Python. The software was tested on a simulated drone. To simplify the development, the whole system was divided into the following subsystems: Navigation System, Search System and Mission Abort System. These subsystems were tested independently. The testing of solutions and new concepts were performed using smaller test programs on the simulated drone and finally on the physical drone. The Search and Rescue system was successfully developed. The person detection system can detect humans and distinguish them from the environment. Furthermore, based on the movements of a person, the system can distinguish whether the person is a rescuer or a victim. In addition, an area to be flown over can be defined. If something goes wrong during the mission, the mission can be aborted by the Mission Abort System. In the simulation, the predefined area can successfully be flown over. Unfortunately, controlling the physical drone does not work. It stops in the air after takeoff due to the firmware of the drone. It does not change the flight state of the drone, which results in all subsequent commands from the system being ignored. This paper shows that artificial intelligence and drone technologies can be combined to deliver better rescue services. The same system can be applied to other applications.