Aarav G's instructables
Achievements
- Aarav G commented on Aarav G's instructable Line Follower Robot Using Arduino2 days ago
- Aarav G favorited Line Follower Robot Using Arduino by Aarav G3 days ago
- Aarav G favorited RUMI the LineFollowingRobot by Midasvd27 days ago
- Aarav G commented on Aarav G's instructable Line Follower Robot Using Arduino27 days agoView Instructable »
//////////////////////////////////////////////////////// // LinoBot v1.0 // // By Aarav Garg ////////////////////////////////////////////////////////////I have added the possibilities of testing//The values of analogRead could be changed for trouble shooting//including the libraries#include <AFMotor.h>//defining pins and variables#define lefts A4 #define rights A5 //defining motorsAF_DCMotor motor1(4, MOTOR12_8KHZ); AF_DCMotor motor2(3, MOTOR12_8KHZ);/*AF_DCMotor motor1(3, MOTOR12_8KHZ); AF_DCMotor motor2(4, MOTOR12_8KHZ); */void setup() { //setting the speed of motors motor1.setSpeed(200); motor2.setSpeed(200); //declaring pin types pinMode(lefts,INPUT); pinMode(rights,INPUT); //beg...
see more » - Aarav G commented on Aarav G's instructable Line Follower Robot Using Arduino3 months ago
You will have to download the afmotor library first in order to successfully run the program. You can get it on github.
View Instructable »Try checking sensor values using the serial monitor.
- Aarav G commented on Aarav G's instructable Line Follower Robot Using Arduino3 months agoView Instructable »
Author: You should first install the necessary libraries and add them to your sketch. You can get information on how to do this at the arduino forum.
- Aarav G commented on youwenji's instructable Anti-Social Glasses8 months agoView Instructable »
I didn't uinderstand the use of these glasses...
- Aarav G's instructable Autonomous Line Follower Robot Using Arduino's weekly stats: 9 months ago
- Aarav G's instructable Autonomous Line Follower Robot Without Microcontroller's weekly stats: 9 months ago
- Aarav G's instructable Autonomous Obstacle Avoiding Robot Using Arduino's weekly stats: 9 months ago
- Aarav G entered Autonomous Line Follower Robot Without Microcontroller in the Make it Move Contest contest 9 months ago
- Aarav G's instructable Line Follower Robot Using Arduino's weekly stats: 9 months ago
- Aarav G entered Line Follower Robot Using Arduino in the Microcontroller Contest contest 10 months ago
- Aarav G commented on TechHomoAtion's instructable Boon for Blind10 months agoView Instructable »
Ultrasonic sensor has a maximum range of 4m or 400cm. It cannot detect things up to 100m. Fairly impossible!!!
- Aarav G commented on Aarav G's instructable Obstacle Avoiding Robot Using Microcontroller (Arduino)10 months agoView Instructable »
Please tell me if there is any better chassis in the market as I found this to be the best...
- Aarav G's instructable Obstacle Avoiding Robot Using Microcontroller (Arduino)'s weekly stats: 10 months ago
- Aarav G enrolled in Table Saw Class10 months ago
- Aarav G favorited Line Follower Robot Without Arduino by Aarav Garg10 months ago
- Aarav G followed Aarav Garg10 months ago
- Aarav G entered Obstacle Avoiding Robot Using Microcontroller (Arduino) in the Microcontroller Contest contest 10 months ago
- Aarav G's instructable Arduino Vs Raspberry Pi's weekly stats: 11 months ago
- Aarav G commented on Will Donaldson's instructable Flex Sensor Glove11 months agoView Instructable »
Thanks, a lot!!!
- Aarav G commented on Will Donaldson's instructable Flex Sensor Glove11 months agoView Instructable »
Hello. Your project is great. But, I have a small question. Can we use a paper which is shaded with a pencil instead of using a velostat sheet.
- Aarav G commented on Aarav G's instructable Obstacle Avoiding Robot11 months agoView Instructable »
Yes, we can get the body on Amazon. Here is the link:Robot Chassis
- Aarav G's instructable Obstacle Avoiding Robot's weekly stats: 1 year ago
- Aarav G entered Obstacle Avoiding Robot in the Epilog Challenge 9 contest 1 year ago
- Aarav G completed the lessons What You'll Learn, Your First Experiments, Arduino Class, Skills Infusion & Going Further and 1 other in the class Arduino Class1 year ago
- Aarav G enrolled in Arduino Class1 year ago
- Aarav G commented on Aarav G's instructable Obstacle Avoiding Robot1 year ago
- Aarav G followed Raspberry Pi, CNC, Websites, Robots and 13 others channel 1 year ago
- Aarav G favorited 3D Printed Robot Arm by Beaconsfield1 year ago
You can get the chassis at Amazon of Flipkart.