This project is work very well thank you I am beginner for arduino first I try led blink project second I try this project.
@DanielPolinéАй бұрын
Lo voy a realizar con alumnos de mi escuela para un proyecto STEAM, luego te digo.... Gracias por publicar y motivar
@svvlakshmi79596 күн бұрын
Can we use 9V dc adaptor
@anaclaro6359 ай бұрын
Genial y muchas gracias por compartir el código.
@kirtansewakunwarsingh67844 жыл бұрын
Very good hardit... 👌
@kamalanganisawmya-im5xe10 ай бұрын
This is very good thanks❤👍👍
@naitikvideobavla7029 ай бұрын
Thank you for project ❤🎉
@NIGHTCORENEPAL10 ай бұрын
Battery in which pins can you please reply?
@gurneeshkaur80624 жыл бұрын
Wow 😍😍😍
@yatharthbhatt9413 жыл бұрын
can we use anthere code for dustbin pl reple fast
@Flaretech.in_3 жыл бұрын
You need to install arduino software in your system and then paste the codes and upload to your board
@yatharthbhatt9413 жыл бұрын
you can send me code means paste in comment box and while i am copying code so in software it is saying that code error pl help
@Flaretech.in_3 жыл бұрын
#include //servo library Servo sg90; int echo = 7; int trig = 6; int servopin = 8; int distance; int duration; void setup() { sg90.attach(8); pinMode(trig, OUTPUT); pinMode(echo, INPUT); } void loop() { digitalWrite(trig,0); delay(2); digitalWrite(trig,1); delayMicroseconds(10); digitalWrite(trig,0); duration = pulseIn(echo,1); distance = duration*0.034/2; if ( distance
@Flaretech.in_3 жыл бұрын
@@yatharthbhatt941 tell me which error its showing?
@SrejalSingh-f1e Жыл бұрын
Sir 9v battery is safe plz reply fast
@Radiocontrolboy2 жыл бұрын
We can use the arduino nano board ?
@Flaretech.in_2 жыл бұрын
Yeah
@goofyahh8637 Жыл бұрын
Hi, is there any way we can make the bin only open for biodegradable? Like paper and such. I want to make a similar project except it would only open to assigned type of waste. Pls help.
@Flaretech.in_ Жыл бұрын
Yeah we can do that by making two different compartments in the bin for biodegradable and non biodegradable
@goofyahh8637 Жыл бұрын
@@Flaretech.in_ how can we make the bin identify what's bio and what's on tho
@kleiderventura99064 ай бұрын
gracias por la informacion brindada
@ruchitasandhanshiv26532 жыл бұрын
Which board and port we have to select while doing coding in Arduino ide ??
@Flaretech.in_2 жыл бұрын
Board is arduino uno and the port at which you have connected is to be selected
@wanghooizhao80422 жыл бұрын
@@Flaretech.in_ how to use the code i just can open at notepad ,you open the code with what app
@ruchijadhav12795 ай бұрын
Can you list all the important components
@SrejalSingh-f1e Жыл бұрын
Thanku u so much sir ❤
@purvameshram-m2nАй бұрын
thank you for the video
@HuaweiHuawei-vk1ks3 жыл бұрын
Hello,can we make using arduino maker uno x board
@Flaretech.in_3 жыл бұрын
Im not sure abt that , but the better way to make this is by doing the wiring of sensors with arduino and uploading the code to arduino Link for codes and circuit in description
@HuaweiHuawei-vk1ks3 жыл бұрын
@@Flaretech.in_ okey...thanks 😊
@HuaweiHuawei-vk1ks3 жыл бұрын
@@Flaretech.in_ how to reset arduino board?
@Flaretech.in_3 жыл бұрын
@Huawei Huawei just open arduino software and upload that code already written there
@Vickysinha047 ай бұрын
Sir adino ko mobail se kase coding kare please bataiyega😢😢😢
@bindusingh85452 жыл бұрын
Can you please tell how u manage to put two jumper in 1 slot
@bindusingh85452 жыл бұрын
Like you see in the diagram it is there that vcc neads 5v and servo also need 5v so tell how to connect the wire pls answer fast
@Flaretech.in_2 жыл бұрын
Cut both of the wires and join them then you have to attach a male jumper wire to it which is half cutted
@Flaretech.in_2 жыл бұрын
Or you can also connect the servo to 3.3v pin
@NasuhaAshar Жыл бұрын
wowwwww
@RakeshElectronic-j4v4 ай бұрын
Smart dustbin me use Hui chijo ka naam btaiye
@kaustubhpandey973 жыл бұрын
not working is the wiring or the code wrong???
@Flaretech.in_3 жыл бұрын
@Kaustubh Pandey , just recheck the updated codes and it will work
@Flaretech.in_3 жыл бұрын
@ARNAV SINGH #include //servo library Servo sg90; int echo = 7; int trig = 6; int servopin = 8; int distance; int duration; void setup() { sg90.attach(8); pinMode(trig, OUTPUT); pinMode(echo, INPUT); } void loop() { digitalWrite(trig,0); delay(2); digitalWrite(trig,1); delayMicroseconds(10); digitalWrite(trig,0); duration = pulseIn(echo,1); distance = duration*0.034/2; if ( distance
@Flaretech.in_3 жыл бұрын
@ARNAV SINGH they are also in video description
@Flaretech.in_3 жыл бұрын
@ARNAV SINGH your welcome :) dont forget to share my channel
@pamelakhayelilunalo85422 жыл бұрын
hey. can i use the same code is i am using the esp8266 microcontroller. i know i have to change the pin values, but other than that will the code be compatible.
@Flaretech.in_2 жыл бұрын
I have never used that microcontroller so i dont know if it will work
@bu_3lash235 Жыл бұрын
When i but the code and try to upload it they say ( Trig is not declared in this scope ) why ?
@deepashakya6553 жыл бұрын
Sir isme code work nahi kar rha h servo motor bahut jaldi move kar rha h code m timing kitni h or distance bhi
@deepashakya6553 жыл бұрын
Sir please say something response kariye sir mera project work nahi kar rha h what i can do sir
@Flaretech.in_3 жыл бұрын
Hath sensor ke samne lane ke baad servo move karti hai 4.5sec baad waapis aati hai default position pe
@ajayavelinositon5854 Жыл бұрын
Why its not working on my arduino😭 it doesnt move
@Flaretech.in_ Жыл бұрын
Check the connections and circuit diagram again
@ajayavelinositon5854 Жыл бұрын
@@Flaretech.in_ yes it works but when I use the 9v battery it malfunctioning it moves its own and the sensor is not working when I use the 9v but when I use the laptop cord it works properly
@Flaretech.in_ Жыл бұрын
Replace the battery
@lavenderph87143 жыл бұрын
It says there is error on my code but i just copied your code paste it.
@Flaretech.in_3 жыл бұрын
check the updated codes
@Flaretech.in_3 жыл бұрын
#include //servo library Servo sg90; int echo = 7; int trig = 6; int servopin = 8; int distance; int duration; void setup() { sg90.attach(8); pinMode(trig, OUTPUT); pinMode(echo, INPUT); } void loop() { digitalWrite(trig,0); delay(2); digitalWrite(trig,1); delayMicroseconds(10); digitalWrite(trig,0); duration = pulseIn(echo,1); distance = duration*0.034/2; if ( distance
@lavenderph87143 жыл бұрын
@@Flaretech.in_ TYSM IT WORKED YESS!!!
@Flaretech.in_3 жыл бұрын
@@lavenderph8714 your welcome😀 Dont forget to share with your friends
@ShoubhitM3 ай бұрын
Servo not working after some time... causing sounds like "TEEEEEE" sir please help
@Satish-bhagat293 жыл бұрын
hello sir .. compile krne par sg90 not define bata raha h please help🙏
@Flaretech.in_3 жыл бұрын
#include //servo library Servo sg90; int echo = 7; int trig = 6; int servopin = 8; int distance; int duration; void setup() { sg90.attach(8); pinMode(trig, OUTPUT); pinMode(echo, INPUT); } void loop() { digitalWrite(trig,0); delay(2); digitalWrite(trig,1); delayMicroseconds(10); digitalWrite(trig,0); duration = pulseIn(echo,1); distance = duration*0.034/2; if ( distance
@Flaretech.in_3 жыл бұрын
@Satish .bhagat copy and paste this code
@Flaretech.in_3 жыл бұрын
Aapne pure code nhi copy kare hai yeh wale karlo
@ruchitasandhanshiv26532 жыл бұрын
Where to do code ?
@Flaretech.in_2 жыл бұрын
You have to download arduino ide in your pc and then paste the codes in it and upload it
@ananthipurushothaman392015 күн бұрын
What is the solution for this error avrdude:ser_open( ): can't set com-state for "//./COM4 Failed uploading: uploading error: exit status 1 Please give the solution for this error fastly
@deepashakya6553 жыл бұрын
Sir humara sensor work hi nahi kar rha h
@Flaretech.in_3 жыл бұрын
Connections check karo
@deepashakya6553 жыл бұрын
@@Flaretech.in_ sir ho gya mera dustbin complete and it works properly tgank you sir
@deepashakya6553 жыл бұрын
Thank you very much
@Flaretech.in_3 жыл бұрын
@@deepashakya655 Wow! Thats great, congratulations Dont forget to share with your friends ❤
@deepashakya6553 жыл бұрын
@ARNAV SINGH humne jo smart dustbin bnaya tha usme 3 volt supply nahi ho rha tha arduino ka pin thoda sa disturb tha
@madhulatha47963 жыл бұрын
Bro i think circuit diagram wrong
@Flaretech.in_3 жыл бұрын
i just checked it a few days ago , i will still check again just let me know where do you find problem'
@Flaretech.in_3 жыл бұрын
where do you think the problem is? i tried it and it worked
@AISMOOTHIEPH99 Жыл бұрын
does servo motor really keeps spinning?
@ajemm297 ай бұрын
Depends on what motor servo you buy . I think for this project, you should buy the 180° not the 360°
@EldosShaidolla Жыл бұрын
Library??
@W1iwiw3 жыл бұрын
Sir kitna money lagaga
@Flaretech.in_3 жыл бұрын
Servo- 150 Ultrasonic Sensor- 150 Arduino Uno - 350 Wires- 50 Total - 800
@RakeshElectronic-j4v4 ай бұрын
Plats ka naam btaiye
@sivangod2655 Жыл бұрын
Bro your code working but servo motor automatically run and uldrasonic sensor not sence the object please tell this problem 🥺
@AsthaaDas Жыл бұрын
Hello same thing happened with me.... Did u find any solution to this?
@johnmarklapenid8172 Жыл бұрын
What is the wire called?
@sameersayyad52902 ай бұрын
Jumping wire
@muhammedbabayode75422 жыл бұрын
Thank you very much for this video. please, i need to make some adjustments to this beautiful project. First, i want to include a level sensor that detects when the dustbin is full , and closes permanently. Also, i need to include a RED indicator light to show that the bin is full and a GREEN indicator light to show that the bin is functional. The RED indicator will call the attention of the management team to empty the dustbin manually. please, how do i go about that? Thanks in anticipation of your prompt feedback
@Flaretech.in_2 жыл бұрын
For checking that the dustbin is full you can add an IR sensor or an ultrasonic sensor on the lid which detects if the bin is full and turns on the the red led and if the bin isnt full it turns on the green led you can do this simply by just adding some lines of code and you can message me on my instagram for further help link is in the about section🙂
@muhammedbabayode75422 жыл бұрын
I have messaged you on Instagram. I am waiting your feedback.
@beginnerpianoplayer57632 жыл бұрын
I also want this function ?? How can I do that
@Flaretech.in_2 жыл бұрын
Contact me on Instagram
@beginnerpianoplayer57632 жыл бұрын
@@Flaretech.in_ I messaged you!
@jazlanjubri9377 Жыл бұрын
How to make the servo spin just 90 degree please respond to me so fast 😭😭 the due date is just around the corner
@jazlanjubri9377 Жыл бұрын
Ah sokay la dude I found the way 😎
@seot6810 Жыл бұрын
@@jazlanjubri9377hello can I get the solution?
@AliExpreescheapgoods20063 жыл бұрын
You can havae give me samrt dasbin code
@Flaretech.in_3 жыл бұрын
#include //servo library Servo sg90; int echo = 7; int trig = 6; int servopin = 8; int distance; int duration; void setup() { sg90.attach(8); pinMode(trig, OUTPUT); pinMode(echo, INPUT); } void loop() { digitalWrite(trig,0); delay(2); digitalWrite(trig,1); delayMicroseconds(10); digitalWrite(trig,0); duration = pulseIn(echo,1); distance = duration*0.034/2; if ( distance
@glaucus67304 жыл бұрын
FIRST 🎉
@jesh2873 жыл бұрын
if you don't mind , can you send me a list of all the things that are used in this project // including the wires !! I'm just a beginner hehe sorry
@Flaretech.in_3 жыл бұрын
Arduino Uno Servo motor Ultrasonic sensor 9v battery Battery connector Female to make wires 10-15 Male to male wires 10
@asemkhalid38493 жыл бұрын
@@Flaretech.in_ 10-15 cm or pcs
@Flaretech.in_3 жыл бұрын
@@asemkhalid3849 10-15 pcs
@Irene.717 Жыл бұрын
@@Flaretech.in_ What is female to make wires?
@kurtadam16173 жыл бұрын
Can you give the codes man?, for my project purposes,, hope you notice my comment,, godbless
@Flaretech.in_3 жыл бұрын
codes are in the description do you want me to give you here?
@kurtadam16173 жыл бұрын
Thank u very much man,,
@Flaretech.in_3 жыл бұрын
#include //servo library Servo sg90; int echo = 7; int trig = 6; int servopin = 8; int distance; int duration; void setup() { sg90.attach(8); pinMode(trig, OUTPUT); pinMode(echo, INPUT); } void loop() { digitalWrite(trig,0); delay(2); digitalWrite(trig,1); delayMicroseconds(10); digitalWrite(trig,0); duration = pulseIn(echo,1); distance = duration*0.034/2; if ( distance
@Flaretech.in_3 жыл бұрын
@@kurtadam1617 Is the project working?
@abhilekhultimate0643 Жыл бұрын
Circuit diagram vul hai
@shantanutighare88766 ай бұрын
Not work
@bmunkhjin61582 ай бұрын
Arduino code copy please 😢
@RakeshElectronic-j4v4 ай бұрын
Harry
@NavvanuLeMacha7 ай бұрын
Hi
@jorbethmaximarvallejosasen36956 ай бұрын
oe pon elcodigo bien pe >:v
@sivangod2655 Жыл бұрын
Please reply me
@ShivaShankar-rj4rg Жыл бұрын
Not sensible project for the use in a dust bin. Electronics, power supply and the other adjustments.... No. Dust bin with a leg operated lid is enough and proper.
@Haseeb20102 ай бұрын
We can operate small dustbins with our legs but large dustbins require more force to open the lid. We can use this technology in some public areas where people need an automated lid opening system. such as schools, hospitals etc...
@ShivaShankar-rj4rg2 ай бұрын
@Haseeb2010 O. K.
@hareemnadeem1400 Жыл бұрын
Worst presentation I've ever seen😂
@rijangiri4885 Жыл бұрын
Yes it is worst for professionals Arduino programmes but for beginners it is precious for them ❤
@Jannat_Rocks Жыл бұрын
Hi i am an beginner AND theres some problem with the code this is the error message. /Users/wahajkhan/Downloads/Ultrasonic_Led/Ultrasonic_Led.ino: In function 'void loop()': /Users/wahajkhan/Downloads/Ultrasonic_Led/Ultrasonic_Led.ino:36:3: error: expected ')' before 'delay' delay(2); ^~~~~ error: 'High' was not declared in this scope digitalWrite(buzz,High); ^~~~ note: suggested alternative: 'sinh' digitalWrite(buzz,High); ^~~~ sinh Multiple libraries were found for "Servo.h" Compilation error: expected ')' before 'delay'
@Flaretech.in_ Жыл бұрын
Copy the code from description again and paste it in a new sketch