About 165,000 results
Open links in new tab
  1. Arduino - Car | Arduino Tutorial - Arduino Getting Started

    In this tutorial, we will discover how to use Arduino to build a robot car and control it using an IR remote controller. We will also explore another tutorial where we will learn to transform it into a Bluetooth-controlled car.

  2. Build a Miniature Self-Driving Car | Science Project - Science Buddies

    In this project you will build and program your own driverless vehicle using an Arduino, a popular microcontroller board used by many hobbyists and roboticists. You will connect sensors to the Arduino and program the vehicle to react to their input. This is an advanced project, and prior experience with an Arduino is recommended.

    Missing:

    • Arduino Uno

    Must include:

  3. Obstacle Avoidance Car - Arduino Project Hub

    Jul 26, 2020 · Automatic Obstacle Avoidance car. As an IoT enthusiast, I decided to make some interesting projects and contribute them to the Arduino society. so, I made this car. Make all your connections as shown above using all the components. 3 <AFMotor. h> 4 #include <NewPing. h> 5 sensor Library.

  4. Arduino Uno Autonomous Car - Arduino Project Hub

    Nov 14, 2017 · A car that avoids objects while led lights are activated. I am currently in a robotics class learning how to program and make different kinds of robots that do different actions. I made a Arduino car that can sense things in front of it avoiding the …

  5. Self-driving car using Arduino uno

    May 12, 2023 · How to Build: Arduino Self-Driving Car: The Arduino Self-Driven Car is a project comprised by a car chassis, two motorized wheels, one 360° wheel (non-motorized) and a few sensors. It is powered by a 9-volt battery using an Arduino Nano connected to...

  6. Autonomous Parallel Parking Car Making Using Arduino

    In autonomous parking, we need to create algorithms and position sensors according to certain assumptions.Our assumptions will be as follows in this project. In the scenario, the left side of the road will consist of walls and park areas.

  7. Self Driving Arduino CarArduino and AI

    May 17, 2020 · In this project we will learn how to build a self driving car that avoid any obstacles. Components needed. Arduino Uno; Jumper Cables; 9 volt battery ; L298N Motor Driver; 2 DC Motors; 2 wheels; 1 caster wheel; Ultrasonic Sensor; What is an L298N Motor Driver? The image above is an L298N Motor Driver.

  8. JpMoradiya/Arduino-based-autonomous-car - GitHub

    Using the sensor data, the microcontroller runs obstacle avoidance algorithms to figure out where the car is going and how to avoid obstacles. Next, we Write the code for the software: Programming the Az-delivery Arduino is done with the Arduino IDE, …

  9. GitHub - Samahussien7/Auto-Parallel-Parking-Car: Parallel Parking Car

    Parallel Parking Car , an open-source initiative that leverages Arduino Uno for building a smart and efficient parking assistance system. This project is designed to enhance your understanding of robotics, Arduino programming, and parallel parking algorithms.

  10. Next-Generation Autonomous Multi-Mode Robotic Platform Using Arduino

    Mar 27, 2025 · 4WD Car Chassis Kit. 1. Arduino-Uno . Apps and platforms. Webotricks. Project description. Code. Code. 1 #include < NewPing. h > 2 #define TRIG_PIN 7 3 #define ECHO_PIN 8 4 #define MAX_DISTANCE 200 5 NewPing sonar (TRIG_PIN, ECHO_PIN, MAX_DISTANCE); 6 7 #define IN1 5 8 #define IN2 6 9 #define IN3 9 10 #define IN4 10 …

Refresh