Skip to content

v1.0.0

Latest

Choose a tag to compare

@arthur10o arthur10o released this 20 May 18:31
· 1 commit to main since this release
ca33143

πŸš€ New Features – First Official Release

This release includes the first stable version of the Arduino-based autonomous robot, featuring basic obstacle avoidance and movement control.

🧠 Autonomous Navigation

  • βœ… Obstacle detection & avoidance using ultrasonic distance sensing
  • βœ… Directional scanning via a servo-mounted ultrasonic sensor to evaluate surroundings

🎯 Movement Control

  • βœ… Forward, backward, and directional turning via dual-motor L298N driver
  • βœ… Precise direction selection based on environmental analysis

πŸ“ Sensor Data Processing

  • βœ… Median distance filtering using the Quickselect algorithm for robust noise reduction
  • βœ… Distance caching to reduce redundant measurements and improve performance

βš™οΈ Technologies Used

  • Arduino Uno R3
  • HC-SR04 ultrasonic sensor
  • SG90 servo motor
  • L298N motor driver
  • DC motors (x4)