Posts

Showing posts with the label arduino

self driving car using arduino

Self driving car using Arduino.               Self driving robot is an intelligent device which can automatically sense the obstacle in front of it and avoid them by turning itself in another direction. This design allows the robot to navigate in an unknown environment by avoiding collisions, which is a primary requirement for any autonomous mobile robot. The application of obstacle Avoiding robot is not limited and it is used in most of the military organization now which help carry out many risky jobs that can not be done by any soldiers.              This project we are going to use Arduino microcontroller, Ultrasonic sensor, Servo motor, gear motor, wheel, motor driver and battery. Here an Arduino id used to control the robot and an Ultrasonic sensor is used to sense the obstacle in the path and calculate the distance between the robot and obstacle and change the direction to continue moving. Compo...

NEW YEAR GIFT BOX USING ARDUINO.

Image
NEW YEAR GIFT BOX USING ARDUINO.   Hi friends, how are you,      Today we are going to make a NEW YEAR GIFT BOX using Arduino, Requirement 1.       Arduino Uno or any version. 2.       Ultrasonic sensor HC-SR04. 3.       Servo motor SG90. 4.       Jumper wire. 5.       Gift box. Circuit diagram watch my video Arduino code #include <Servo.h>    //servo library Servo servo;      int trigPin = 5;     int echoPin = 6;    int servoPin = 7; int led = 10; long duration, dist, average;    long aver[3];    //array for average void setup() {            Serial.begin(9600);     servo.attach(servoPin);       pinMode(tr...

How to make an artificial intelligent circuit using Arduino

Image
                Artificial Intelligent Circuit Using Arduino        This AI project is a very simple type of Arduino project which works like an Artificial Intelligence. This circuit counts the number of times the speaker taped and report back the number of tapes with tones.                 This circuit is only for fun purposes by using the Arduino microcontroller.                                         Circuit diagram... watch the video AI using Arduino https://youtu.be/-bODPjsDl3k visit my youtube channel i.e. Future Technology RC source code...    copy this code and pest on Arduino ide software.       Thank you please follow me