Это видео недоступно.
Сожалеем об этом.

Fading LED With Arduino in Tinkercad

Поделиться
HTML-код
  • Опубликовано: 19 апр 2018
  • Let's learn to adjust an LED's brightness using one of the Arduino's analog outputs. You've probably already learned how to use Arduino's digital i/o pins to send HIGH and LOW signals to an LED, but some of these pins are capable of simulating a signal somewhere in between.
    Full tutorial on Instructables: www.instructab...
    and on Tinkercad: www.tinkercad....
    Check out the rest of our huge collection of interactive beginner electronics tutorials, and even build circuits into your 3D designs.
    Previous lesson: • LEDs & Breadboards Wit...
    Next lesson: • RGB LEDs With Arduino ...
    Try Tinkercad Circuits for Arduino and much more: www.tinkercad....
    More lessons: www.tinkercad....
    Free 3D Printing with Circuits class: www.instructab...
    Tinkercad is a free, online 3D design and 3D printing app for everyone.

Комментарии • 75

  • @gamefly00730
    @gamefly00730 4 года назад +8

    Please, please, please make more of these truly fantastic video's.

  • @marcuscloudy
    @marcuscloudy 4 года назад +5

    Better than my lecturers (seriously). Thank you for these vids

  • @karllaun2427
    @karllaun2427 6 лет назад +3

    Nicely done Becky. I'm not a total newbie, but find these videos quite interesting.

  • @joshuamcclain1280
    @joshuamcclain1280 4 года назад +8

    great video! However, in the beginning when it is first suggested to run the simulation, it is not clear that the code blocks have to be changed from pin 13 (which it defaults to) to pin 9

  • @ArduBlock
    @ArduBlock 2 года назад +1

    Thanks for the great video on this.

  • @UnCanny_
    @UnCanny_ 10 месяцев назад +2

    The code used in video
    ```c
    int bulbPin1 = 2; // Pin for the first bulb
    int bulbPin2 = 3; // Pin for the second bulb
    int bulbPin3 = 4; // Pin for the third bulb
    void setup() {
    pinMode(bulbPin1, OUTPUT);
    pinMode(bulbPin2, OUTPUT);
    pinMode(bulbPin3, OUTPUT);
    }
    void loop() {
    // Turn on all bulbs
    digitalWrite(bulbPin1, HIGH);
    digitalWrite(bulbPin2, HIGH);
    digitalWrite(bulbPin3, HIGH);
    delay(1000); // Delay for 1 second
    // Turn off all bulbs
    digitalWrite(bulbPin1, LOW);
    digitalWrite(bulbPin2, LOW);
    digitalWrite(bulbPin3, LOW);
    delay(1000); // Delay for 1 second
    }
    ```

  • @popcat10181
    @popcat10181 Год назад

    Thank you,TINKERCAD :)

  • @MrBobWareham
    @MrBobWareham 5 лет назад +5

    Hi, Becky thank you as always easy to follow the tutorial but I want to run two LEDs one on pin 9 and one on pin 10 that are random to each other do you have any suggestions please or maybe a video. Thanks, Bob in the UK

    • @jacekyle8948
      @jacekyle8948 3 года назад

      not sure if you guys gives a damn but if you are bored like me atm you can stream all of the new series on Instaflixxer. Have been watching with my gf for the last couple of days :)

    • @kasoneduardo1634
      @kasoneduardo1634 3 года назад

      @Jace Kyle Yup, I have been using InstaFlixxer for since december myself :D

  • @Grid56
    @Grid56 8 месяцев назад

    Everybody seems to be using arduino to do the most menial tasks. This circuit can be more cheaply done using discreet components like a 555, caps and resistors / pots

  • @brianshea681
    @brianshea681 4 года назад +1

    Thank you been huge help during the covid 19 you have the wrong link for tinker cad lesson the correct one is in the Instuctables "view this lesson from within Tinkercad"
    PS anyone trying to do the same students need to duplicated the lesson at the end in-order for the share the link to work and once you duplicate the instruction disappear

    • @robotechzone
      @robotechzone 2 года назад

      ruclips.net/video/MoacQsBi7lE/видео.html

  • @Bro_Bubby
    @Bro_Bubby 11 месяцев назад +1

    Nah.
    For the past 3 videos, I replicated the exact thing in the video, and it didn't work.
    I was still able to figure out the blink, but this fading ain't working

  • @harshavardhanReddy-li2jg
    @harshavardhanReddy-li2jg 3 года назад

    Great video these videos are very helpful to us

    • @robotechzone
      @robotechzone 2 года назад

      ruclips.net/video/MoacQsBi7lE/видео.html

  • @shaheerjamal1323
    @shaheerjamal1323 2 года назад

    can u share the details of this simulation tool, i would like to know about it.

  • @ravichandransrinivasan5453
    @ravichandransrinivasan5453 Год назад +1

    Simple and Good for beginers

  • @kumargaurav8140
    @kumargaurav8140 6 лет назад

    This was the first task I was given during internship,generate a pwm signal....also include it's application from projects perspective

    • @robotechzone
      @robotechzone 2 года назад

      ruclips.net/video/MoacQsBi7lE/видео.html

  • @mohitberi8355
    @mohitberi8355 4 года назад +2

    Is there a dark mode on tinkercad?

  • @thealterator
    @thealterator 4 года назад +1

    Is there a way to do this without an arduino?

    • @arturoenriqueinsignareszab4705
      @arturoenriqueinsignareszab4705 4 года назад

      Yes, with switches and potentiometers. But It will be all mechanically. You can adjust the brightness and turn on and off, but you will be the brain and not automatically.

  • @AngeloHafner
    @AngeloHafner 5 лет назад

    Perfect explanation!!!

    • @robotechzone
      @robotechzone 2 года назад

      ruclips.net/video/MoacQsBi7lE/видео.html

  • @ishanimakwana5972
    @ishanimakwana5972 2 года назад

    where is the code ?

  • @driss25
    @driss25 Год назад

    Good job

  • @nikhilnagunoori6964
    @nikhilnagunoori6964 3 года назад

    Is there any library for led that changes brightness in proteus simulation

    • @robotechzone
      @robotechzone 2 года назад

      ruclips.net/video/MoacQsBi7lE/видео.html

  • @althuelectronics5158
    @althuelectronics5158 3 года назад

    hi sister . haw to creat tft arduino disply in ths softwer

    • @robotechzone
      @robotechzone 2 года назад

      ruclips.net/video/MoacQsBi7lE/видео.html

  • @pedropaulotrevisan
    @pedropaulotrevisan 3 года назад +3

    2:37 "for humans like you and me to read"
    HAHAHA YES, WE, HUMANS, LOVE TO READ. I LOVE TO READ BECAUSE I AM A HUMAN TOO, FELLOW HUMAN.

    • @harveybrookfield6855
      @harveybrookfield6855 3 года назад

      kk

    • @iBlond
      @iBlond 3 года назад

      @@harveybrookfield6855 -_- I think you might be an imposter human

  • @mahuamazumdar9416
    @mahuamazumdar9416 4 года назад

    Can you plz send some more blocks programing of less which are very unique?

  • @JohnBaxterWalker
    @JohnBaxterWalker 4 года назад

    Superb Thank you

  • @iabhishekpatil4415
    @iabhishekpatil4415 4 года назад

    How you have slow down tht simulation speed?????

    • @robotechzone
      @robotechzone 2 года назад

      ruclips.net/video/MoacQsBi7lE/видео.html

  • @noe.7098
    @noe.7098 3 года назад

    Nice video

    • @robotechzone
      @robotechzone 2 года назад

      ruclips.net/video/MoacQsBi7lE/видео.html

  • @Mintsel
    @Mintsel 5 лет назад

    How closer how brighter the led and how farther away led will dim more. How do I code this? is there any tutorial?

    • @robotechzone
      @robotechzone 2 года назад

      ruclips.net/video/MoacQsBi7lE/видео.html

  • @jamesnike7127
    @jamesnike7127 3 года назад

    whenever i saw a pretty lady whos into engineering, im glad i chose this craft..

  • @elresidente3784
    @elresidente3784 6 лет назад

    AWESOME VIDEO
    THANK YOU

    • @robotechzone
      @robotechzone 2 года назад

      ruclips.net/video/MoacQsBi7lE/видео.html

  • @hhhqqq3918
    @hhhqqq3918 3 года назад +2

    Whos here from Daniel millers class room?

    • @robotechzone
      @robotechzone 2 года назад

      ruclips.net/video/MoacQsBi7lE/видео.html

  • @dani9609
    @dani9609 2 года назад

    thank you...

  • @junhokim5322
    @junhokim5322 6 лет назад

    Thank you

    • @robotechzone
      @robotechzone 2 года назад

      ruclips.net/video/MoacQsBi7lE/видео.html

  • @jayyan109
    @jayyan109 10 месяцев назад

    Don’t delete me rumple stillskin

  • @corbiny1577
    @corbiny1577 4 года назад +1

    pog

  • @hurried_coder404
    @hurried_coder404 3 года назад

    noice

    • @robotechzone
      @robotechzone 2 года назад

      ruclips.net/video/MoacQsBi7lE/видео.html

  • @gtggtg8665
    @gtggtg8665 4 года назад

    Fb id plse for ....

    • @robotechzone
      @robotechzone 2 года назад

      ruclips.net/video/MoacQsBi7lE/видео.html

  • @easimple-3d532
    @easimple-3d532 4 года назад

    👌❤

    • @robotechzone
      @robotechzone 2 года назад

      ruclips.net/video/MoacQsBi7lE/видео.html

  • @yannickbrugue2322
    @yannickbrugue2322 Год назад

    bv mon reuf

  • @121sushi9
    @121sushi9 3 года назад +1

    did not like ;(