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Күн бұрын
with servo ac 110 volt is it possible?
@muhammadwahyur41022 күн бұрын
how to remove delay? i want it start together
@jamesb57372 күн бұрын
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-ey1jq2 күн бұрын
this little pcb can not handle a lot of current you have to put + and - separated to and external source
@monyprut36816 күн бұрын
Great vid🎉
@daomingjin17 күн бұрын
how is 1.5 inches big ?
@fooballers788320 күн бұрын
Thank you... useful tutorial
@ronnie10k5022 күн бұрын
Nice video! I might implement this to make a simple smart home system.
@chickenpotpieboy1Ай бұрын
this code is broken lol
@medialive49Ай бұрын
Hello, how can I export this scketch to use and Arduino Nano?
@PedroRodriguez-oo3gzАй бұрын
Is this for sale?
@misfavoritaswilАй бұрын
it's posible use this sprites with WS2812B led matrix?
@m1kegame_dev456Ай бұрын
I dont know if i have that many but ill try
@povilasvaiciulis7931Ай бұрын
if i want to home not CCW o CW how do i do this ?
@stephanc7192Ай бұрын
Great video
@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-nibud2 ай бұрын
Yo how connect spi 7 pins to nano?
@VladQuake2 ай бұрын
how is the 4066 different from an optocoupler?
@markusbFPV2 ай бұрын
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_muppet2 ай бұрын
Thank you
@KaSaki-u1o2 ай бұрын
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); } }
@skoenman0072 ай бұрын
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-t1b3 ай бұрын
Cartwright Road
@DioneFranzese-q7b3 ай бұрын
Keyon Burgs
@JacksonMichael-v1o3 ай бұрын
Schuster Brook
@AbbottDana-c9b3 ай бұрын
Aufderhar Street
@ReginaTye-e8c3 ай бұрын
Connor Orchard
@GreenLucas-z5v3 ай бұрын
Izaiah Port
@PeterBreuer-i8h3 ай бұрын
Adaline Center
@AdamsMoses-o8x3 ай бұрын
Kovacek Haven
@rahmanocawni56183 ай бұрын
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