Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/madhuryahait/arduino_obstacle_avoiding_bot
Arduino code for Bot
https://github.com/madhuryahait/arduino_obstacle_avoiding_bot
arduino arduino-library arduino-uno bot cpp
Last synced: 3 days ago
JSON representation
Arduino code for Bot
- Host: GitHub
- URL: https://github.com/madhuryahait/arduino_obstacle_avoiding_bot
- Owner: MADHURYAHAIT
- Created: 2024-07-15T10:43:57.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-09T05:08:04.000Z (3 months ago)
- Last Synced: 2024-08-09T06:26:23.937Z (3 months ago)
- Topics: arduino, arduino-library, arduino-uno, bot, cpp
- Language: C++
- Homepage:
- Size: 287 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Arduino Obstacle Avoiding Bot :
Here is the full source code of Arduino Bot.
i have also provided with the connections so you don't need to look for anyother resources.After several iterations and fine-tuning, the bot successfully stops if an object is closer than 15cm, takes a step back, checks left and right for obstacles using the ultrasonic sensor, and turns in the direction where the next obstacle's distance is greater.
![IMG_8116 copy](https://github.com/user-attachments/assets/cac2f01c-34d5-420e-b07e-9500f454c003)
Here's the circuilt diagram -
![circuit](https://github.com/user-attachments/assets/4bc09a9c-332f-4146-aee8-f0571f3cdb02)