Popular posts from this blog
LDR Sensor Module Circuit Diagram
Bluetooth Controlled car code - T4TECHZ
Bluetooth Controlled Car Code T4TECHZ // Starting of Program int m1a = 9; int m1b = 10; int m2a = 11; int m2b = 12; char val; void setup() { pinMode(m1a, OUTPUT); // Digital pin 10 set as output Pin pinMode(m1b, OUTPUT); // Digital pin 11 set as output Pin pinMode(m2a, OUTPUT); // Digital pin 12 set as output Pin pinMode(m2b, OUTPUT); // Digital pin 13 set as output Pin Serial.begin(9600); } void loop() { while (Serial.available() > 0) { val = Serial.read(); Serial.println(val); } if( val == 'F') // Forward { digitalWrite(m1a, HIGH); digitalWrite(m1b, LOW); digitalWrite(m2a, HIGH); digitalWrite(m2b, LOW); } else if(val == 'B') // Backward ...
Chetta എനിക്ക് ഒന്നു മനസിലായില്ല നമ്പർ തരുമോ മെസ്സേജ് ചെയ്യാം
ReplyDeleteIth arduino uno alle nano yude aayirunnille vdo
ReplyDeleteArduino Uno um nano um same aanu bro
DeleteBro Number tharamo project cheythu but work avanila onn help cheyamo
ReplyDeletecode work aavunnilla please reply/..................................
ReplyDelete