DHT11 vs DHT22 with Arduino
6:44
6 жыл бұрын
Пікірлер
@fugander
@fugander 20 сағат бұрын
Great tutorial. I'm new to this, and I tried the code and it seems fine, but my stepper (using Arduino Uno R3) does the homing fine but CW (not CCW as supposed by the code). Second is that it does not move at all when new positions are entered in the monitor. Any idea?
@arisnoorsetyo6270
@arisnoorsetyo6270 Күн бұрын
with servo ac 110 volt is it possible?
@muhammadwahyur4102
@muhammadwahyur4102 2 күн бұрын
how to remove delay? i want it start together
@jamesb5737
@jamesb5737 2 күн бұрын
Hey... Thanks for sharing. do you have a parts list or place to go to buy the parts to make the screen? if you have a video on making/build/installing one of these in your studio I'd love to watch that too!
@Blueice-ey1jq
@Blueice-ey1jq 2 күн бұрын
this little pcb can not handle a lot of current you have to put + and - separated to and external source
@monyprut3681
@monyprut3681 6 күн бұрын
Great vid🎉
@daomingjin
@daomingjin 17 күн бұрын
how is 1.5 inches big ?
@fooballers7883
@fooballers7883 20 күн бұрын
Thank you... useful tutorial
@ronnie10k50
@ronnie10k50 22 күн бұрын
Nice video! I might implement this to make a simple smart home system.
@chickenpotpieboy1
@chickenpotpieboy1 Ай бұрын
this code is broken lol
@medialive49
@medialive49 Ай бұрын
Hello, how can I export this scketch to use and Arduino Nano?
@PedroRodriguez-oo3gz
@PedroRodriguez-oo3gz Ай бұрын
Is this for sale?
@misfavoritaswil
@misfavoritaswil Ай бұрын
it's posible use this sprites with WS2812B led matrix?
@m1kegame_dev456
@m1kegame_dev456 Ай бұрын
I dont know if i have that many but ill try
@povilasvaiciulis7931
@povilasvaiciulis7931 Ай бұрын
if i want to home not CCW o CW how do i do this ?
@stephanc7192
@stephanc7192 Ай бұрын
Great video
@christianbureau6732
@christianbureau6732 Ай бұрын
Great video, learning each one. Are you still doing these projects? I'm in Canada and need help with a system like that. Let me know if you are interested? Cheers
@Kro-nibud
@Kro-nibud 2 ай бұрын
Yo how connect spi 7 pins to nano?
@VladQuake
@VladQuake 2 ай бұрын
how is the 4066 different from an optocoupler?
@markusbFPV
@markusbFPV 2 ай бұрын
Hi. Are you not making more Arduino tutorial videos? Newest video is 4 years old. I hope you come back to make more because I really like your videos and the info you put in them. In this case you show how to read a DHT and print to OLED but you also mention the DHT humidity is no good. I have not seen this in any other tutorial. Others only show how to read sensors but lack deeper knowledge that you seem to have. So I appreciate your videos very very much! Thanks for sharing this and I hope you will be back to teach us even more!
@TherealMr_muppet
@TherealMr_muppet 2 ай бұрын
Thank you
@KaSaki-u1o
@KaSaki-u1o 2 ай бұрын
int VRX = 0; int VRY = 0; int b; void setup() { // put your setup code here, to run once: pinMode(A0, INPUT); pinMode(A1, INPUT); pinMode(7, OUTPUT); pinMode(6, OUTPUT); pinMode(5, OUTPUT); pinMode(4, OUTPUT); pinMode(2, INPUT_PULLUP); Serial.begin(9600); Serial.setTimeout(100); } void loop() { // put your main code here, to run repeatedly: VRX = analogRead(A0); VRY = analogRead(A1); b = digitalRead(2); Serial.println(VRX); Serial.println(VRY); Serial.println(b); //-----------------VRX if(VRX > 800) { digitalWrite(7, 1); digitalWrite(6, 0); } else if (VRX < 200) { digitalWrite(7, 0); digitalWrite(6, 1); } else { digitalWrite(7, 0); digitalWrite(6, 0); } //---------------- //-----------------VRY if(VRY > 800) { digitalWrite(5, 1); digitalWrite(4, 0); } else if (VRY < 200) { digitalWrite(5, 0); digitalWrite(4, 1); } else { digitalWrite(5, 0); digitalWrite(4, 0); } //--------------------- if(b == 0){ digitalWrite(4, 1); digitalWrite(5, 1); digitalWrite(6, 1); digitalWrite(7, 1); } }
@skoenman007
@skoenman007 2 ай бұрын
could you please send me the link to the thing where you explain the pull up resistor pls?? i had seen it and wondering how it works.
@DavidKey-t1b
@DavidKey-t1b 3 ай бұрын
Cartwright Road
@DioneFranzese-q7b
@DioneFranzese-q7b 3 ай бұрын
Keyon Burgs
@JacksonMichael-v1o
@JacksonMichael-v1o 3 ай бұрын
Schuster Brook
@AbbottDana-c9b
@AbbottDana-c9b 3 ай бұрын
Aufderhar Street
@ReginaTye-e8c
@ReginaTye-e8c 3 ай бұрын
Connor Orchard
@GreenLucas-z5v
@GreenLucas-z5v 3 ай бұрын
Izaiah Port
@PeterBreuer-i8h
@PeterBreuer-i8h 3 ай бұрын
Adaline Center
@AdamsMoses-o8x
@AdamsMoses-o8x 3 ай бұрын
Kovacek Haven
@rahmanocawni5618
@rahmanocawni5618 3 ай бұрын
Hi big teacher. I want you to use, method to ( I want to built a program for 10 appartements and I want to arduino to show me which door is opened with there numero on 7 segments Afficher and buzzer
@SherryKnapp-r8c
@SherryKnapp-r8c 3 ай бұрын
Tillman Shoals
@AsuncionGuedjian-q2u
@AsuncionGuedjian-q2u 3 ай бұрын
Gunner Harbors
@JerryParker-f7s
@JerryParker-f7s 3 ай бұрын
Morissette Plains
@PamelaMartinez-o9o
@PamelaMartinez-o9o 3 ай бұрын
Hilton Corners
@RosannaHeffernan-r4f
@RosannaHeffernan-r4f 3 ай бұрын
Kenny Courts
@JoshLovell-u3s
@JoshLovell-u3s 3 ай бұрын
Zane Mills
@PamelaMcNeely-q7j
@PamelaMcNeely-q7j 3 ай бұрын
Romaguera Fork
@mariamsal8531
@mariamsal8531 3 ай бұрын
what power supply did you use?
@HooverGibbon-j1q
@HooverGibbon-j1q 3 ай бұрын
Kuhic Corner
@TolandHarley-f2l
@TolandHarley-f2l 3 ай бұрын
Ruecker Square
@PerkinLeona-b6d
@PerkinLeona-b6d 3 ай бұрын
Duncan Squares
@BernardKauahi-h4g
@BernardKauahi-h4g 3 ай бұрын
Ezra Turnpike
@ThomasRodriguez-u5p
@ThomasRodriguez-u5p 3 ай бұрын
Predovic Parkway
@CamilleBrown-w7l
@CamilleBrown-w7l 3 ай бұрын
Cormier Via
@MacieTallacksen-z6e
@MacieTallacksen-z6e 3 ай бұрын
Lesch Fords
@ShakespeareArchibald-u6l
@ShakespeareArchibald-u6l 3 ай бұрын
Huel Hill
@BettyPayne-e5c
@BettyPayne-e5c 3 ай бұрын
Reilly Summit
@JudithTravis-q1j
@JudithTravis-q1j 3 ай бұрын
Miracle Locks