Пікірлер
@user-bw1go6mo8h
@user-bw1go6mo8h 11 күн бұрын
i have a problem if i touch once the first light blink if i touch again the led 2 and 3 open and the 1 turns off
@arduinointrochannel
@arduinointrochannel 6 күн бұрын
It sounds like there might be a wiring issue or a problem with the LED control circuit. Have you checked the connections or the code controlling the lights? Or it could just be a timing problem. Continue touching the sensor until the next mode appears and then lift your finger immediately. You only have half a second to do this. Or you could set the delay at 1 second.
@user-bw1go6mo8h
@user-bw1go6mo8h 3 күн бұрын
@@arduinointrochannel ok
@AB-bo1dd
@AB-bo1dd 11 күн бұрын
Which app to use
@arduinointrochannel
@arduinointrochannel 11 күн бұрын
I'm using the Arduino IDE. You may download it here: www.arduino.cc/en/software
@TechySatvik
@TechySatvik Ай бұрын
hi, u need more subs
@ahmadmokhtar8175
@ahmadmokhtar8175 Ай бұрын
LiquidCrystal_I2C lcd(0x3F, 16, 2);
@narendernautiyal3197
@narendernautiyal3197 Ай бұрын
nice bro done👌thanks
@arduinointrochannel
@arduinointrochannel Ай бұрын
you're welcome!
@RixtronixLAB
@RixtronixLAB Ай бұрын
Nice video, thanks :)
@arduinointrochannel
@arduinointrochannel Ай бұрын
Glad you liked it!
@manoranjansahu1680
@manoranjansahu1680 Ай бұрын
Still you are controlling four LEDs using two pins. I need to control two LEDs using single pin.
@jpeter3683
@jpeter3683 Ай бұрын
if you using lcd I2C then why have is code "LiquidCrystal_I2C lcd(0x27, 2, 1, 0, 4, 5, 6, 7, 3, POSITIVE);" in the coding . what this code means ?
@kitkong7593
@kitkong7593 Ай бұрын
thx
@maheshtharaka6443
@maheshtharaka6443 Ай бұрын
❤ Thank you sir 😊 ❤
@arduinointrochannel
@arduinointrochannel Ай бұрын
You're welcome!
@haruvfx
@haruvfx 2 ай бұрын
ty for the tut sir 🙏
@arduinointrochannel
@arduinointrochannel 2 ай бұрын
you're welcome!
@RohnB
@RohnB 2 ай бұрын
Fun stuff, have you tinkered with LoRa?
@arduinointrochannel
@arduinointrochannel 2 ай бұрын
Thanks! I haven't tried LoRa yet.
@lucb.9026
@lucb.9026 2 ай бұрын
Hello, Thanks for your video. This works great for a project of mine, but I have one question. I see in your video that your LEDs puslate sepately from each other, while mine pulsate the same. Do you know why?
@lucb.9026
@lucb.9026 2 ай бұрын
Never mind. I know why...😅
@arduinointrochannel
@arduinointrochannel 2 ай бұрын
@@lucb.9026 Nice!
@kingshukdutta5473
@kingshukdutta5473 2 ай бұрын
Nice. Thanks
@arduinointrochannel
@arduinointrochannel 2 ай бұрын
You're welcome!
@nothingtotype
@nothingtotype 4 ай бұрын
Thanks I find this vid, I'm making a diy stabilizer to my diy drone
@arduinointrochannel
@arduinointrochannel 4 ай бұрын
Glad I could help! That's a cool project
@SkipFlem
@SkipFlem 4 ай бұрын
it would be fun to replace the leds with servos. make a digital slot machine. just run the common power through a push button.
@arduinointrochannel
@arduinointrochannel 4 ай бұрын
That's a great idea! I'm gonna try it out soon, thanks!
@itzLloydYTyes-sf4bu
@itzLloydYTyes-sf4bu 5 ай бұрын
My wires dont have an end that is able to connect like that what do i do
@arduinointrochannel
@arduinointrochannel 4 ай бұрын
The best way would be to solder it, but if you have a male-to-male jumper wire, you may secure the two sides with a tie wire or anything that can hold them together
@cadillacescalade5428
@cadillacescalade5428 5 ай бұрын
Hi, I'm begging what if I want the servo to sweep back and forth and Have the led come on ?
@Paly2014
@Paly2014 6 ай бұрын
Muy bueno
@NaldzHobbySide
@NaldzHobbySide 9 ай бұрын
nice video 👍 im currently practicing animation using Pencil 2D 👍
@arduinointrochannel
@arduinointrochannel 9 ай бұрын
Thanks, best of luck!
@jaymercy224
@jaymercy224 9 ай бұрын
I needed a twinkling starry sky for the sets of the Christmas play. This code is very good for that purpose. Thanks a lot.
@arduinointrochannel
@arduinointrochannel 9 ай бұрын
You're welcome, glad I could help
@ibrahimadesanya001
@ibrahimadesanya001 10 ай бұрын
Please which library did you use because it keep on saying include library
@p.harshini
@p.harshini 11 ай бұрын
will it work for different persons fingerprint at a time
@arduinointrochannel
@arduinointrochannel 11 ай бұрын
It doesn't really recognize individual fingerprints, it just detects if it is touched or not. So it will work every time it is touched whether it is the same person or not.
@jbadayonunez
@jbadayonunez Жыл бұрын
Hello, what app did you used to place virtually the jumper wires, led, and resister?
@arduinointrochannel
@arduinointrochannel Жыл бұрын
im using fritzing
@allon1083
@allon1083 Жыл бұрын
Thank you
@jonalieanne_
@jonalieanne_ Жыл бұрын
Hi, do you have a gerber file for this one? badly need one
@NicleT
@NicleT Жыл бұрын
Thank you so much. So I presume it could be possible to randomize the delay value at the end with another int variable, something like random_delay_val? Should it work with the same seed?
@arduinointrochannel
@arduinointrochannel Жыл бұрын
Yes, you can. You can write delay(random_time); just before the end of the loop(). The code is found on the link in the description
@NicleT
@NicleT Жыл бұрын
@@arduinointrochannel thank you, this is very helpful.
@user-gg8yd3vy1d
@user-gg8yd3vy1d Жыл бұрын
What is the resistance of the 3 resistors?
@arduinointrochannel
@arduinointrochannel Жыл бұрын
they are 220 ohm resistors
@elenaherrmann8122
@elenaherrmann8122 Жыл бұрын
Hey, thanks for this informative video! Is it possible to extend the touch sensor by connecting it to other conductive objects? So could I for example solder a wire to both the surface of the sensor and a metal sheet and then use the latter as a touch sensor?
@zaharbaz
@zaharbaz Жыл бұрын
how to read value, if potentiometer connect via multiplexer? how to choose leds, if they connect via shift register, like 74hc595?
@buffyduhaylungsod7206
@buffyduhaylungsod7206 Жыл бұрын
sir sherwin gwapo
@archijain6735
@archijain6735 Жыл бұрын
Thank you 💖😊
@lunarasteria1287
@lunarasteria1287 Жыл бұрын
//Switch an LED using an IR sensor int ir = 2; int PinLed = 10; int val=0; void setup() { pinMode(ir, INPUT); pinMode(PinLed, OUTPUT); } void loop() { if(digitalRead(ir) == LOW) { digitalWrite(PinLed, HIGH); } else { digitalWrite(PinLed, LOW); } }
@lunarasteria1287
@lunarasteria1287 Жыл бұрын
//turn on/off an LED using the light sensor int pinLDR=A0; int pinled=10; int val=0; void setup(){ pinMode(pinled,OUTPUT); } void loop(){ val = analogRead(pinLDR); if (val <300){ digitalWrite(pinled,HIGH); } else{ digitalWrite(pinled,LOW); } }
@lunarasteria1287
@lunarasteria1287 Жыл бұрын
//Read the value of a light sensor int pinLDR=A0; int val=0; void setup() { //initialize communication at 9600 bits per second Serial.begin(9600); } void loop() { val= analogRead(pinLDR); //print the value on the serial monitor //Go to Tools->Serial Monitor to see the values Serial.println(val); delay(100); }
@lunarasteria1287
@lunarasteria1287 Жыл бұрын
//Read the value of a touch sensor int touchsensor = 2; int val=0; void setup() { pinMode(touchsensor, INPUT); //initialize communication at 9600 bits per second Serial.begin(9600); } void loop() { val=digitalRead(touchsensor); //print the value on the serial monitor //Go to Tools->Serial Monitor to see the values Serial.println(val); delay(100); }
@lunarasteria1287
@lunarasteria1287 Жыл бұрын
//Switch an LED using a touch sensor int touchsensor = 2; int PinLed = 10; int val=0; void setup() { pinMode(touchsensor, INPUT); pinMode(PinLed, OUTPUT); } void loop() { if(digitalRead(touchsensor) == LOW) { digitalWrite(PinLed, HIGH); } else { digitalWrite(PinLed, LOW); } }
@lunarasteria1287
@lunarasteria1287 Жыл бұрын
3rd code: //add LED modes using a touch sensor int touchsensor = 2; int led1=9,led2=10,led3=11; int mode=0; void setup() { pinMode(touchsensor, INPUT); pinMode(led1, OUTPUT); pinMode(led2, OUTPUT); pinMode(led3, OUTPUT); } void loop() { if(digitalRead(touchsensor) == 1) //sensor is touched { //add 1 to the current value of the mode variable mode=mode+1; } //check for the current value of the mode variable //and execute the appropriate LED behavior. if (mode==0){ //turn of all LEDs digitalWrite(led1,LOW); digitalWrite(led2,LOW); digitalWrite(led3,LOW); delay(500);//time to next touch sensor reading } if (mode==1){ //only LED 1 is on digitalWrite(led1,HIGH); digitalWrite(led2,LOW); digitalWrite(led3,LOW); delay(500);//time to next touch sensor reading } else if(mode==2){ //only LED 2 is on digitalWrite(led1,LOW); digitalWrite(led2,HIGH); digitalWrite(led3,LOW); delay(500);//time to next touch sensor reading } else if(mode==3){ //only LED 3 is on digitalWrite(led1,LOW); digitalWrite(led2,LOW); digitalWrite(led3,HIGH); delay(500);//time to next touch sensor reading } else if(mode==4){ //blink all LEDs digitalWrite(led1,HIGH); digitalWrite(led2,HIGH); digitalWrite(led3,HIGH); delay(500); digitalWrite(led1,LOW); digitalWrite(led2,LOW); digitalWrite(led3,LOW); delay(500); } else if(mode==5){ //turn off all LEDs digitalWrite(led1,LOW); digitalWrite(led2,LOW); digitalWrite(led3,LOW); //reset the mode variable to 0 mode=0; delay(500);//time to next touch sensor reading } }
@Funnyworld777-s2s
@Funnyworld777-s2s Жыл бұрын
Hi dear What about the background format and size and which site ??
@roysullivan845
@roysullivan845 Жыл бұрын
How can I keep the servo from going back to its original position by using a delay somehow? Im trying to use this as a gate opening on a small Christmas village. So as my little people pass the sensor, it activates the servo (gate) and then it will close after the little people have passed the gate (Servo), something like 3-5 seconds?
@navikenmula1640
@navikenmula1640 2 жыл бұрын
Nc thanks!
@TechZonefrance
@TechZonefrance 2 жыл бұрын
thank you you help me
@factVein
@factVein 2 жыл бұрын
Respect
@factVein
@factVein 2 жыл бұрын
Please continue
@factVein
@factVein 2 жыл бұрын
Bro thanks a lot
@anokhautomation4453
@anokhautomation4453 2 жыл бұрын
Very very useful tutorial Sir.thanks for your detailed demonstration 🙏
@dwerre674
@dwerre674 2 жыл бұрын
amazing video can i have 1000 robux plszssz
@Shinobi_God
@Shinobi_God 2 жыл бұрын
can weuse 1k resistor?
@arduinointrochannel
@arduinointrochannel 2 жыл бұрын
you can but the LED will not be as bright
@Anir052278
@Anir052278 2 жыл бұрын
Thats pretty awesome boss! Thanks for sharing your knowledge especially to us that we don’t know nothing about programming… How I wish, to have your email address for me to ask a little help, please???
@youKnow_01
@youKnow_01 2 жыл бұрын
Hi Do you now how to make this by using millis() Thank you in advance
@salc9593
@salc9593 2 жыл бұрын
Thank you for posting this video I found it very informative. I would like to know if there is a way to Fade Up and Down the LED 5 times and in each time increasing the Brightness in increment of 51 to the Brightness level, until at the 5th fade reaches a Brightness of 255. Example of what I’m trying to do. 1st fade 0 ramping to a brightness of 51 and ramping down to 0; 2nd fade 0 ramping to a brightness of 102 and ramping down to 0; 3rd fade 0 ramping to a brightness of 153 and ramping down to 0; 4th fade 0 ramping to a brightness of 204 and ramping down to 0; 5th fade 0 ramp to a brightness of 255 and ramping down to 0. Thanking you in advance for any help or direction you maybe able to provide.