KPM V1 — V5
SentinelCam (KPM v5)
Initial Concept -Smart Jacket --> Safety Glove
Bluetooth Camara
KPM V1 — V5
Initial Concept -Smart Jacket --> Safety Glove
Bluetooth Camara
KPM V1 — Basic Motion (Failure-Driven Start)
Built: Wheeled robot using Arduino Uno + L298N motor driver
Problem: Robot repeatedly crashed into objects
Lesson: Movement without sensing is useless → autonomy requires perception
Programmed basic motion: forward, backward, left, and right
Established initial wiring and control logic
KPM V2 — Speed Experiment (Intentional Failure) Performance Upgrade
Attempt: Added rear propulsion fan to increase speed
Problem: High power drain, negligible speed gain
Decision: Removed fan; Added a high-RPM rear propulsion fan to increase thrust
Improved overall movement performance
Lesson: Engineering values efficiency over brute-force solutions
Upgrade: Added two rear-mounted infrared (IR) obstacle sensors to begin experimenting with obstacle detection.
Problem: The robot could only detect objects behind it and had no awareness of obstacles in front while moving.
Lesson Learned: Autonomous robots need sensors in the direction of travel. Rear sensing alone cannot provide reliable navigation.
Outcome: Successfully integrated basic obstacle detection and established the foundation for future sensor expansion.
Upgrade: Expanded the sensing system by adding front-mounted IR sensors while retaining the rear sensors.
Problem: Although front and rear detection improved obstacle awareness, blind spots still remained due to the limited sensor angles.
Lesson Learned: Increasing the number of sensors improves environmental awareness, but strategic sensor placement is equally important.
Outcome: Achieved front and rear obstacle detection, leading to experiments with alternative sensor orientations.
Upgrade: Added an additional IR sensor facing straight upward while keeping the front and rear sensors, creating a three-direction sensing system.
Problem: Standard front and rear sensors still left areas of limited visibility and encouraged testing of alternative sensing angles.
Lesson Learned: Effective autonomous navigation depends on both the number of sensors and their orientation. Different sensor angles provide different perspectives of the environment and improve overall situational awareness.
Outcome: Successfully tested a multi-directional sensing layout, providing valuable insights that influenced later KPM robot designs and future autonomous navigation systems.
Upgrade: Introduced a servo-mounted ultrasonic sensor with a full 360° scanning system to give the robot complete environmental awareness.
Problem: While the robot could scan in every direction, the continuous 360° rotation caused slow response times, making obstacle avoidance less effective during movement.
Fix: Evaluated the system and determined that full-circle scanning was unnecessary for forward navigation.
Lesson Learned: More sensing coverage does not always result in better performance. Engineering requires balancing coverage, reaction speed, and efficiency.
Outcome: The prototype demonstrated the advantages and limitations of full environmental scanning, leading to a more optimized navigation system.
Upgrade: Reduced the ultrasonic sensor's scanning range from 360° to 180° for faster obstacle detection. Added two front IR sensors and two rear IR sensors to create a multi-layer obstacle detection system, similar to the proximity sensors used in modern vehicles.
Problem: The 360° system reacted too slowly for real-time navigation and still required additional close-range obstacle detection.
Fix: Combined a 180° ultrasonic scanning system with dedicated front and rear IR safety sensors. The ultrasonic sensor handled long-range scanning while the IR sensors provided immediate obstacle detection.
Lesson Learned: Combining multiple sensor technologies creates a faster, more reliable autonomous navigation system than relying on a single sensor. Optimized sensor placement and redundancy significantly improve real-world performance.
Outcome: Developed a hybrid navigation system featuring a 180° ultrasonic scanner with front and rear IR safety sensors, resulting in quicker reactions, improved reliability, and smoother autonomous navigation.
Power Redesign: Rewired the robot to use two separate rechargeable 9V battery systems:
Battery 1: Powered the Arduino, sensors, and LED lighting.
Battery 2: Dedicated exclusively to the drive motors.
Result: Isolating the power systems eliminated voltage drops caused by the motors, reduced electrical interference with the sensors, and provided more consistent motor performance and speed.
Physical Redesign: Lowered the front chassis to improve obstacle detection and added LED lighting for better operation in low-light environments.
Lesson Learned: Separating high-current motor loads from sensitive electronics significantly improves reliability, sensor accuracy, and overall robot performance. Proper power management is just as important as programming in autonomous robotics.
Outcome: Developed a stable and reliable autonomous robot featuring isolated power systems, improved sensor performance, smoother motor operation, enhanced low-light visibility, and the use of rechargeable batteries for extended operation.
KPM V6 — Advanced Modular Recon Robot ( Still building Current)
Current Work: Design-focused iteration
Goals:
4-wheel drive platform
Quick-swap base (wheels ↔ caterpillar tracks)
Modular components inspired by F1-style fast replacement
Camera module planned
Upgraded to a 3D-printed chassis for strength and precision
Integrated a rotating camera for environmental monitoring
Added dual control systems:
Bluetooth smartphone control
Long-range infrared control
Focus: Maintainability, usability, and rapid repair
A compact wireless camera built on the KPM v6 platform that uses Bluetooth to stream live video to a nearby device
Allows real-time monitoring on a phone or laptop without requiring internet access
Designed for short-range surveillance in small or controlled environments
Focuses on simple, reliable video transmission and live viewing
Can be used in spaces such as desks, rooms, or restricted areas
Will be integrated with future projects, including sensor-based detection and automated alert systems
Upgrade: Redesigned SentinelCam using an ESP32 microcontroller and ESP32-CAM module. Integrated two servo motors to provide full pan-and-tilt camera movement (left/right and up/down) and added an external Wi-Fi antenna to improve wireless communication range and signal reliability.
Features:
ESP32-based wireless control system
ESP32-CAM for live video streaming
External Wi-Fi antenna for extended wireless range and stronger signal stability
Two-axis pan-and-tilt camera platform
Real-time video monitoring on nearby devices
No internet connection required for local operation
Stores up to 4 GB of photos and videos on an onboard microSD card
Compact, lightweight, and modular design
Problem: The original SentinelCam provided a fixed camera angle and limited wireless range, reducing its effectiveness for monitoring larger areas.
Solution: Added two servo motors to create a remotely adjustable pan-and-tilt camera system and integrated an external Wi-Fi antenna to improve communication distance and video streaming reliability. Onboard storage allows captured photos and videos to be saved directly to the robot.
Lesson Learned: Combining wireless communication, local storage, and a movable camera creates a far more capable surveillance platform. Small hardware improvements—such as an external antenna and pan-tilt mechanism—can significantly improve real-world performance.
Applications:
Robotics and autonomous platforms
Indoor monitoring and observation
STEM education and engineering demonstrations
Remote inspection of small or controlled environments
Future AI-based object detection and automated tracking
Future Development:
AI object detection and tracking
Automated alert notifications
Integration with future KPM autonomous robotics platforms
Smartphone and web-based remote control
Cloud synchronization for recorded photos and videos
Initial Concept — Smart Jacket (Failed Prototype)
Designed a full wearable jacket with embedded sensors
Identified major issues:
Fragile wiring
Difficult to wear and use quickly
Not practical for real-world situations
Final Design — Safety Glove
Features:
IR sensors on fingertips for directional sensing
Ultrasonic sensor on back of hand for distance detection
Flame sensor on pinky for heat detection
Key Improvements:
More natural interaction using hand movement
Stronger and more reliable wiring
Designed for real-world use instead of just a prototype
Outcome: Fast to deploy, durable, intuitive UX
Lesson: Technology must adapt to users, not the other way around
Ultrasonic Boundary Detection System - UBDS
A smart system that uses dual ultrasonic sensors to create an invisible detection boundary
Detects when an object or person crosses the boundary in real time
Triggers a buzzer and LED lights as instant alerts for intrusion or movement
Improves accuracy and coverage by using two sensors instead of one
Demonstrates key concepts such as distance sensing, sensor integration, and embedded programming
Built using microcontroller-based technology for automated responses
Can be applied in real-world environments such as bank vaults, military facilities, restricted areas, and museums during after-hours security
Highlights hands-on experience in combining hardware, coding, and real-world problem-solving
Build → Test → Identify Problems → Improve → Repeat
Focus on both performance and usability
Turn simple ideas into more advanced systems through iteration