Project
# | Title | Team Members | TA | Documents | Sponsor |
---|---|---|---|---|---|
9 | Smart Person-Following Luggage System |
Jai Anchalia Shubham Gupta Varun Singhal |
Abhisheka Mathur Sekar | design_document1.pdf design_document2.pdf final_paper1.pdf other1.pdf photo1.jpeg photo2.jpeg presentation1.pdf proposal1.pdf video video |
|
# Smart Luggage System with Triangulation and Directional Control via UWB- Request for Approval (RFA) Team Members: - Varun Singhal (varuns7) - Shubham Gupta (sg49) - Jai Anchalia (jaia2) # Problem Imagine traveling with 2 - 50 lb check-in items of luggage and a carry-on bag along with a bag pack all ALONE. It can be a hassle, especially in an airport environment when the passenger is stressing about where to go for their next flight. Even if there is a cart available, it is inconvenient to carry it around everywhere due to its size. # Solution To address the problem, we propose the development of a Smart Person-following Luggage System. This system employs four DW1000 sensors (ultra wide band) for triangulation, ultrasonic sensors for collision avoidance, an ESP32 microcontroller for control, and a specialized motorized system for precise movement. Our proposed solution is a luggage system that autonomously follows the user while avoiding obstacles and adjusting its direction as needed. The four DW1000 sensors will provide triangulation data for accurate positioning via the ultra wide band tranreciver technology. These four sensors would be on the luggage system and are called "anchors". We will have a tag that the user will carry. This tag would be another ESP32 along with a DW1000 sensor. Now, the anchors along with the tag can accurately create a local positioning system. Ultrasonic sensors will detect obstacles, including people, while the ESP32 microcontroller processes sensor data and calculates the optimal path. The motorized system comprises two motors (differential drive) and two 360-degree wheels as support. # Solution Components ## Luggage Sensors The use of four DW1000 sensors enables triangulation for precise angle resolution. These sensors use Time of Flight (ToF) to get distances up to 10cm accuracy upon which we can calculate the vector. Note: This is the same tech in Apple's Air Tag. ## Luggage Tag This tag will be carried by the person. The tag comprises an ESP32, DW1000, and a rechargeable battery pack. The luggage system will follow this tag. ## Ultrasonic Sensors Ultrasonic sensors detect obstacles and trigger collision avoidance actions. ## ESP32 Microcontroller The ESP32 microcontroller processes data from DW1000 sensors and ultrasonic sensors, coordinating the luggage's movement and path planning. ## Motorized System The luggage will be equipped with two DC gear motors and two 360-degree wheels for support. The microcontroller will adjust the motor speeds for optimal movement. It will be a differential drive. # Criterion For Success Required task for demo: Luggage will follow person through 2nd floor of ECEB at an average distance of 1 meter +/- 0.5 meters. Project Overall Requirements: 1. The system accurately tracks the user's location using four DW1000 sensors and maintains a safe following distance. 2. Ultrasonic sensors detect obstacles and prompt appropriate collision avoidance maneuvers. 3. The ESP32 microcontroller effectively processes sensor data and coordinates movement, ensuring the luggage follows the user and avoids collisions. 4. The motorized system provides smooth and precise directional control, allowing the luggage to navigate through various environments. |