if you did this how can you connect this i2c led connection to the other materials just like how you did on the other videos wherein you connect your build up lcd connection with other materials like the buzzer, sensor etc
Just remove my GPIO display from other video and connect this display. I explained how to change that program in this video only. I hope you watched complete video
@@rahulIOT yes i mean in your built in lcd just like in the fire detection system, the sensor is connectef first in the lcd then in the raspberry pi, how would you do that here?
@@sophiaevangelista5492 actually that is common vcc and common ground . That is not connected to lcd.its simple power supply common pin . You can easily do that one on breakboard or on zero lcd. Just take one vcc pin from Raspberry pi and ground pin from Raspberry and do soldering.
@@rahulIOT how about in the coding, i just need to change all the lcd in the other video and replaced it with the coding in i2c lcd? then all of it should work?
we are doing the fire alarm detection system and we are going to use this i2c lcd instead of the built in lcd, is this coding applicable to the fire alarm detection system?
Nice
I got a 4.3 inch display with i2c the listing said it had dsi but can i use it for raspbian?
if you did this how can you connect this i2c led connection to the other materials just like how you did on the other videos wherein you connect your build up lcd connection with other materials like the buzzer, sensor etc
Just remove my GPIO display from other video and connect this display. I explained how to change that program in this video only. I hope you watched complete video
@@rahulIOT yes i mean in your built in lcd just like in the fire detection system, the sensor is connectef first in the lcd then in the raspberry pi, how would you do that here?
@@sophiaevangelista5492 actually that is common vcc and common ground .
That is not connected to lcd.its simple power supply common pin . You can easily do that one on breakboard or on zero lcd. Just take one vcc pin from Raspberry pi and ground pin from Raspberry and do soldering.
@@rahulIOT how about in the coding, i just need to change all the lcd in the other video and replaced it with the coding in i2c lcd? then all of it should work?
we are doing the fire alarm detection system and we are going to use this i2c lcd instead of the built in lcd, is this coding applicable to the fire alarm detection system?
Sir can you show the code change for accident detection project please sir ..I'm confused where to change and where to not. Please sir please.
Sorry it's not possible for me to change every project code. That's why I have changed the project code here .
It's very simple
Could you please provide I2c lcd link to buy
@@its_human03 search on Amazon
I did this, but why doesn't the LCD show?
1. Have you enable i2c communication?
2. Have you find out lcd i2c address ?
Bro smart attendance system program shows "VideoCapture " name error
Yes that is because of python update.
Just add below line in code
import cv2 as cv
cam = cv.VideoCapture(0)