Elevator Control System
Ken Yu's elevator control system enables autonomous robots to call elevators, press buttons, and move between floors in real buildings.
Summary
This robotics infrastructure project by Ken Yu enables autonomous mobile robots to use elevators safely in hotels and similar buildings. The system combines an elevator server, a button control board, and wireless communication so robots can call elevators, select floors, and avoid entering crowded cabins.
Tech stack: embedded control board, wireless communication over Bluetooth and Wi-Fi, robot-elevator gateway software, occupancy-aware elevator logic.
Introduction
To enable the autonomous robot to travel between different hotel floors, we developed an elevator control system. This system is designed to respond to the robot’s commands, managing tasks such as opening and closing elevators doors and pressing the floor buttons as needed.
Approach
We installed two hardware components to the elevator system, avoiding major modifications to its existing elevator control system.
The first hardware is a button control board installed within the elevator. This board can detect the status of each button and press them as needed. The second hardware is the elevator server which can receive robots commands via Bluetooth or Wi-Fi.
Installation
Key Results
- Allowed service robots to travel across multiple floors without modifying the original elevator control system.
- Added wireless command delivery between robots and the elevator gateway.
- Built button-state detection and actuation hardware for real elevator panels.
- Improved operational safety by detecting crowded elevator conditions before entry.
Related Work
- Luggage Carrying Robot for autonomous hotel navigation.
- Multi-robot Collaboration for larger-scale robotics coordination.
- CV for a broader summary of Ken Yu’s robotics experience.