This document describes the development of a gesture-controlled hexapod robot. A hexapod robot has six legs and three degrees of freedom per leg, allowing various gaits. An Atom ESP32 Pico microcontroller is used for both the transmitting hand glove and receiving robot. The glove contains an inertial measurement unit (IMU) with accelerometer and gyroscope sensors. Sensor data is transmitted wirelessly to control the robot's servo motors in real-time via a motor driver and PCA9685 chip. The hexapod is 3D printed with six servo-driven legs. Preliminary testing showed the robot could move forward, backward, left, right, and change leg angles in response to hand gestures.