Тёмный
DPV TECHNOLOGY
DPV TECHNOLOGY
DPV TECHNOLOGY
Подписаться
-Do it yourself
-make it at home
-Electronics
-Electronic projects
-Arduino, Atmega,
-Homemade
-Breadboard project
-How to do
-Inside the components
-learn with Practically

Please comment, like and SUBSCRIBE us.
1 Channel Realy Module with Arduino
5:59
4 года назад
Arduino I2c LCD Display Tutorial
6:40
4 года назад
Arduino MEGA I2C LCD Tutorial
5:29
4 года назад
Basic introduction to ESP8266 module
2:37
4 года назад
Комментарии
@yousaftoki1599
@yousaftoki1599 4 дня назад
Amazing bro
@staceynixon4324
@staceynixon4324 5 дней назад
Can I have a pet for free I don't want it anymore it's not worth
@adwitagarwal1116
@adwitagarwal1116 7 дней назад
thanks brother , you really saved my practicals
@kasemalrpe4106
@kasemalrpe4106 15 дней назад
L293D engine hood problem. Output voltage in m4. 7 volts, and the rest of the outputs are 2 volts😢
@pcbekri340
@pcbekri340 16 дней назад
Please help my esp32 module is only responding to these 3 commands AT, AT+RST, AT+GMR the rest of the commands are all giving me ERROR
@astronic4522
@astronic4522 17 дней назад
Nice
@Selvakumar-j2l
@Selvakumar-j2l Месяц назад
1:37 1:38 1:39
@Selvakumar-j2l
@Selvakumar-j2l Месяц назад
Thank you
@crabbypatty7535
@crabbypatty7535 Месяц назад
can you connect more than 1 stepper to the sheild?
@user-kh6rp6yx1j
@user-kh6rp6yx1j Месяц назад
Welcome to you.
@MegaTechno
@MegaTechno Месяц назад
Thanks, Now I understand,
@samukelisiweponii5973
@samukelisiweponii5973 Месяц назад
Siyabonga mnganii😊
@joselitosalvador-ol2nz
@joselitosalvador-ol2nz Месяц назад
Nnood ko nyn dte subject yn course ko
@subinkrishnakt4058
@subinkrishnakt4058 Месяц назад
In your video i can see you connected resistors but those are not in CKT diagram?????
@SadiaKhan-kj6cw
@SadiaKhan-kj6cw Месяц назад
Fďffďfffffďdf
@user-ng2pj8nj7r
@user-ng2pj8nj7r Месяц назад
Gorgeous....i am so impressed..so easy explained 😍😍
@ulhasbetkikar2089
@ulhasbetkikar2089 Месяц назад
😮
@ulhasbetkikar2089
@ulhasbetkikar2089 Месяц назад
Can i connect bluethhot module
@ulhasbetkikar2089
@ulhasbetkikar2089 Месяц назад
😂
@fritzj6803
@fritzj6803 Месяц назад
Is that 0.5 volts or millivolts?
@__imharry__
@__imharry__ 2 месяца назад
Reduce music volume pls.. We can't catch you, what are you talking😢
@__imharry__
@__imharry__ 2 месяца назад
Thank you From God's own country Kerala 🌴🌾🌼🌺🌸 After watching the video, my respect for you brother has been increased 😊🙌🏻
@Sandeepsoure
@Sandeepsoure 2 месяца назад
Sir resister kitna value ka use karna h
@suryanshu8692
@suryanshu8692 2 месяца назад
Ki khobor dada moi rahul
@Oldiesfanman
@Oldiesfanman 2 месяца назад
Your audio is fluctuatiing and the music is annoyoug,
@lostboy_12
@lostboy_12 2 месяца назад
I have to send "Hello " message from one WIFI module to another module to check the module range & strength then what should i do? which mode (Ap or STA) do i need to set for WIFI module. could you please help me.
@Jony12282
@Jony12282 2 месяца назад
What if it's step up transformer
@aynastar333
@aynastar333 2 месяца назад
Bonjour, cela fait 2 semaines que je n'arrive par a faire marcher ce module. Un grand merci... Vous avez rendu un homme heureux.
@harjitsingh-vn8nw
@harjitsingh-vn8nw 2 месяца назад
Good
@Anonymous_77794
@Anonymous_77794 2 месяца назад
@Anonymous_77794
@Anonymous_77794 2 месяца назад
❤❤❤ I bet there could not have been a better vedio than this on this topic
@saurabhkumargour7890
@saurabhkumargour7890 2 месяца назад
Very good information
@arandom9448
@arandom9448 3 месяца назад
Thank you Sir for these amazing video, it really helps
@mananpratapsingh1925
@mananpratapsingh1925 3 месяца назад
भाई मेरा i6 रिमोट कंट्रोल से smartelax 30D moter driver के द्वारा 775 की मोटर वर्क नहीं कर रही है क्या करूँ. हेल्प करो भाई
@Apna_Shorts18
@Apna_Shorts18 3 месяца назад
nice vdo keep it up 👍
@arunprakashk5884
@arunprakashk5884 3 месяца назад
Can you increase the background music.its very helpful ❤ thanks
@davidaj9307
@davidaj9307 3 месяца назад
What if you use buttons how do you connect them for or gate?
@portiapeter7036
@portiapeter7036 3 месяца назад
❤thank you for this video
@NithinSaiSunkavalli
@NithinSaiSunkavalli 3 месяца назад
bhery gud vedio but mujic not gud
@vishwabhandare
@vishwabhandare 3 месяца назад
Link is not opening of code
@chandra.s
@chandra.s 3 месяца назад
Ise camera me add kr skte h kya
@sharmin4470
@sharmin4470 3 месяца назад
Plz provide us code ....
@rayapudihindusri7248
@rayapudihindusri7248 3 месяца назад
// Define the pins for the ultrasonic sensor const int trigPin = 9; const int echoPin = 10; // Define the pin for the servo motor that makes the dinosaur jump const int servoPin = 6; // Include the Servo library #include <Servo.h> // Create a Servo object Servo myServo; void setup() { // Initialize the ultrasonic sensor pins pinMode(trigPin, OUTPUT); pinMode(echoPin, INPUT); // Attach the servo motor to its pin myServo.attach(servoPin); } void loop() { // Measure the distance to the nearest obstacle 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; // Convert to distance // If an obstacle is detected within 20 cm, make the dinosaur jump if (distance < 20) { // Make the dinosaur jump by moving the servo motor myServo.write(90); // Adjust this angle as needed for the jump delay(500); // Adjust the delay as needed for the jump duration myServo.write(0); // Return to the original position } delay(100); // Wait before the next loop iteration }
@sweetblues3230
@sweetblues3230 3 месяца назад
which make you earn in ads that ads short not skippable or ads with skippable
@user-if5bv3pb6u
@user-if5bv3pb6u 4 месяца назад
Thank you ......bhai
@user-if5bv3pb6u
@user-if5bv3pb6u 4 месяца назад
Hey
@teesharani3809
@teesharani3809 4 месяца назад
sir resistor are used of how much ohms in this ??and battery too ?
@yashdevadiga7051
@yashdevadiga7051 4 месяца назад
Thank you sir 🙏🙏🙏
@naranpindoria2271
@naranpindoria2271 4 месяца назад
Out of thousand videos i found this the correct way to show NOT gate