
Gouri shankar's instructable
Achievements
- Gouri shankar followed Technovation
- Gouri shankar followed Gouri shankar
- Gouri shankar commented on Gouri shankar's instructable Arduino Robot With Wireless Camera and Fire Detection for Home Security
- Gouri shankar's instructable Arduino robot with wireless camera and fire detection for Home security's weekly stats:
- Gouri shankar commented on Imetomi's instructable Voice Controlled Arduino DroneView Instructable »
Its a dot board man it uses the soldering lead for connection
- Gouri shankar commented on Dzefri's instructable Arduino Bluetooth Controled RC CarView Instructable »
Da pillai Kayari ange meyyuvaanallo
- Gouri shankar commented on Saurabh Gangamwar47's instructable Bluetooth controlled robot with spy wireless camera
#include <elapsedMillis.h>elapsedMillis timeElapsed;char BluetoothData; // the Bluetooth data received int switch1 = 11;int switch2 = 12;int trig_pin = 8;int echo_pin = 9;long echotime; //in micro secondsfloat distance; //in cmunsigned int interval = 100;void setup() { Serial.begin(9600); //Set Digital Pins 4 to 7 as Output pinMode(4,OUTPUT); pinMode(5,OUTPUT); pinMode(6,OUTPUT); pinMode(7,OUTPUT); pinMode(13,OUTPUT); pinMode(12,OUTPUT); pinMode(11,OUTPUT); //Set State of Pins all to LOW (0) digitalWrite(4,0); digitalWrite(5,0); digitalWrite(6,0); digitalWrite(7,0); digitalWrite(11,0); digitalWrite(12,0); digitalWrite(13,0); Serial.begin (9600); ??pinMode(trig_pin, OUTPUT); ??pinMode(echo_pin, INPUT); ??digitalWrite(trig_pin, LOW);}void loop() {motor();sensor();} …
see more »Arduino: 1.6.7 (Windows 7), Board: "Arduino/Genuino Uno"C:\Users\user\Documents\Arduino\Bluetooth_robot_project\Bluetooth_robot_project.ino:113:2: warning: trigraph ??/ ignored, use -trigraphs to enable [-Wtrigraphs] ??//get the result ^C:\Users\user\Documents\Arduino\Bluetooth_robot_project\Bluetooth_robot_project.ino: In function 'void setup()':Bluetooth_robot_project:33: error: expected primary-expression before '?' token ??pinMode(trig_pin, OUTPUT); ??pinMode(echo_pin, INPUT); ??digitalWrite(trig_pin, LOW); ^Bluetooth_robot_project:33: error: expected primary-expression before '?' token ??pinMode(trig_pin, OUTPUT); ??pinMode(echo_pin, INPUT); ??digitalWrite(trig_pin, LOW); ^Bluetooth_robot_project:33: error: expected ':' before ';' token ??pinMode(trig_pin, OUTPUT);…
see more »I am seeing this error message while compiling what to do
View Instructable »HiI am not able to open the program file.Will you please send me the program as text to me.
- Gouri shankar commented on Saurabh Gangamwar47's instructable Bluetooth controlled robot with spy wireless cameraView Instructable »
Will you please add the diagram of the circuit with a pcb????
- Gouri shankar commented on Saurabh Gangamwar47's instructable Bluetooth controlled robot with spy wireless camera
RECTIFIERS ARE NOT PRESENT IN THE CIRCUIT?????IF THEY ARE NOT REQUIRED PLEASE PROVIDE THE BATTERY SPECIFICATIONS???
Then where is the rectifier???
Which is better PCB or BREADBOARD??????
View Instructable »Why are you using such a big battery?? We need only 2 9v batteries one to power the motors and other to power the arduinoisn't it??I
- Gouri shankar commented on Saurabh Gangamwar47's instructable Bluetooth controlled robot with spy wireless cameraView Instructable »
Will you please send me the links to buy the components.I am in need please ...
- Gouri shankar followed Saurabh Gangamwar47
Thanks
Thanks