What will happen if we do same direction of entry far after the black tape it will count outside or we have to do the opposite direction for the outside count
@ENGR_KAYBEE Жыл бұрын
Hi sir, how to use two ultrasonic sensors(ultrasonic one for person IN and ultrasonic two for person OUT .
@Hk-or1cn11 ай бұрын
i have a doubt bro ...how to display both image and text in tft dispaly i want code and video for this project...pls bro help me
@jvnx113711 ай бұрын
Sir can we use this with IR sensor ?
@TechTrendsShameer11 ай бұрын
Yes. You can.
@nirajdeshmukh89823 жыл бұрын
Where is circuit diagram? The description link contain only your video thumbnail image
@TechTrendsShameer3 жыл бұрын
Sorry. Please check the link now. By mistake I have uploaded the thumbnail image instead of circuit. If you have any clarifications, please let me know.
@nagaarjun89254 ай бұрын
How to install Library for wire
@TechTrendsShameer4 ай бұрын
The Wire library is bundled with Arduino AVR Boards. If you installed the Arduino board, then you no need to install this library.
@p1dtcodm413 жыл бұрын
Thankssss.....This project is 100% workinggggg😁
@TechTrendsShameer3 жыл бұрын
Thank you so much
@aqilidris40343 жыл бұрын
Can you show the circuit using tinker cad and paste the code here because i cant access the link. Hope to get the response asap
Could u please share the code of this bidirectional visitors counter
@TechTrendsShameer3 жыл бұрын
Please check description for source code.
@sarans716311 ай бұрын
Sir my LCD display ON aagamatinguthu enna pananum
@TechTrendsShameer11 ай бұрын
Check power supply and circuit connection
@sarans716311 ай бұрын
@@TechTrendsShameer sir all connections is correct ahh than iruku power supply corect ahh than iruku but display ON aagala 😥
@TechTrendsShameer10 ай бұрын
Adjust the potentiometer in I2C and try.
@starmagicthuglife4649 Жыл бұрын
Bro vcc supply voltage .
@TechTrendsShameer Жыл бұрын
VCC = 5 v
@aidilazman13643 жыл бұрын
Hi sir how to make limit for 10 people inside
@TechTrendsShameer3 жыл бұрын
Please try this code //Tech Trends Shameer //Visitor Counter #include #include #define trigPin 13 //Sensor Echo pin connected to Arduino pin 13 #define echoPin 12 //Sensor Trip pin connected to Arduino pin 12 #define buzzer 7 //Create Liquid Crystal Object called LCD LiquidCrystal lcd(11, 10, 5, 4, 3, 2); int counter = 0; int currentState1 = 0; int previousState1 = 0; int currentState2 = 0; int previousState2 = 0; int inside = 0; int outside = 0; void setup() { // Initialize the LCD lcd.begin(16,2); //Tell Arduino to start your 16 column 2 row LCD //Serial.begin (9600); pinMode(trigPin, OUTPUT); pinMode(echoPin, INPUT); pinMode(buzzer, OUTPUT); } void loop() { lcd.setCursor(0, 0); //Set cursor to first column of first row lcd.print("IN: "); lcd.setCursor(8, 0); lcd.print("OUT: "); lcd.setCursor(0, 1); //Set cursor to first column of second row lcd.print("Total Inside: "); long duration, distance; digitalWrite(trigPin, LOW); delayMicroseconds(2); digitalWrite(trigPin, HIGH); delayMicroseconds(10); digitalWrite(trigPin, LOW); duration = pulseIn(echoPin, HIGH); distance = (duration/2) / 29.1; if (distance 7 && distance 10 || counter < 0) { lcd.setCursor(14, 1); lcd.print(counter); digitalWrite(buzzer, HIGH); delay(100); lcd.clear(); } else { digitalWrite(buzzer, LOW); } }
@OO-tj7xv2 жыл бұрын
Hello sir Shameer can i ask or could you please share the processing code for this project
@TechTrendsShameer2 жыл бұрын
The source is provided in the video description. There is no processing code for this project.
@victoriousvedanti26149 ай бұрын
He is saying program sir.
@tamilarasanv8881 Жыл бұрын
Sir program uploaded successful but not showing LCD display
@tamilarasanv8881 Жыл бұрын
Blank screen how to solve this problem?
@reshmiharisudha Жыл бұрын
Same problem here 😭
@AswinSurya-yr8no9 ай бұрын
Workaha current thevaiya anan
@TechTrendsShameer9 ай бұрын
Yes. Needed.
@AswinSurya-yr8no9 ай бұрын
@@TechTrendsShameer how to connect anna
@TechTrendsShameer9 ай бұрын
Connect the other end of the cable to the laptop or power banker.
@AswinSurya-yr8no9 ай бұрын
@@TechTrendsShameer I want contact you anan
@TechTrendsShameer9 ай бұрын
instagram.com/tech_trends_shameer/
@thalapathi623 Жыл бұрын
Bro circuit diagram please
@TechTrendsShameer Жыл бұрын
Please watch the full video.
@balakumar6670 Жыл бұрын
salam rocky bhai........
@TechTrendsShameer Жыл бұрын
Hi
@messielaa17342 жыл бұрын
bro code open aka mattuthu pls send pannuga bro 1week tha time irukku
@TechTrendsShameer2 жыл бұрын
Bro. Instagram la message panunga. Code anupren
@jvnx113711 ай бұрын
Sir where did you buy all the components?
@TechTrendsShameer11 ай бұрын
Please check video description for components link.
@sunnyboyTuhafeni17 күн бұрын
Hi ser in struggle with coding pleas prove the code
@TechTrendsShameer16 күн бұрын
Check video description.
@amansinjali55843 жыл бұрын
Hi thank you for this video but i want to ask whether if this project could be done using a LED matrix board instead of a LCD display? i would really appreciate a quick response!!
@TechTrendsShameer3 жыл бұрын
Yes you can. You need to modify the program
@Raghuyash. Жыл бұрын
Bro where is power supply
@TechTrendsShameer Жыл бұрын
Connect to laptop or power banker.
@veenodran139311 ай бұрын
Bro programing
@TechTrendsShameer11 ай бұрын
Check video description.
@electronicsideas13613 жыл бұрын
boss nedd voice in ENGLISH
@TechTrendsShameer3 жыл бұрын
Sure Sir. This is an old video. Right now for all the videos I am doing in English.