LEDs & Breadboards With Arduino in Tinkercad

Поделиться
HTML-код
  • Опубликовано: 26 авг 2024

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

  • @avyayabhat5728
    @avyayabhat5728 2 года назад +11

    Your presentations are very clear. I had to prepare for the tinkercad class steam class. Thank you so much 😊👍🎉

  • @sudadraad354
    @sudadraad354 4 года назад +39

    I love you / you just saved my life from my teacher

  • @ellagayle7338
    @ellagayle7338 2 года назад +8

    Ur a light saver. I was having trouble coding at first. Your explanations were beyond clear!

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

      What is the name of this application(program) please? I need to use it to creat a circuit(in breadboard connected to Leds-RFID-etc..)

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

      @@rayanahmad4412 4 months late, but if you still need it, it's Tinkercad.

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

    It's very easy and nice explanation Miss Stern !Lot of thanks and respect from an Indian student.

  • @KrwaweMacki
    @KrwaweMacki 4 года назад +17

    great tutorials, much more useful than lectures at college

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

      And senior classes in high school

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

    My wife tells me the only breadboard I need is in the kitchen. She's the breadwinner in our family. Excellent presentation btw, I'm trying to understand the hangups of women in STEM. Have you faced resistance (ohms) in your (electric) field? The social dynamics can be difficult for some.

  • @Silva_da_premier
    @Silva_da_premier 2 месяца назад

    very clear but there's many modules that do not included in tinkercad software like
    GSM module etc...

  • @sipho-pj1om
    @sipho-pj1om 2 месяца назад +1

    thanks for the help I have exams about this next week Monday😆

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

    why are the resistors attached to ground in this video when they were connected to power in the last video? Great Video btw!

  • @alexfunk2047
    @alexfunk2047 4 года назад +15

    Your presentations are the best, very clear and concise. However I am finding the component list rather Limited. For example, it is hard to see if the electric motor is running or not. Is there a way to create my own components and add them to the library?

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

    Hi... Thanks for your videos. So I followed along using TinkerCAD. What happened is that the first cycle ran smoothly from red to green in the specified time. However, every cycle after that took twice as long as the previous one the longer it ran...

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

    why does it say that i have errors on my codes?

  • @knucklehead83
    @knucklehead83 4 месяца назад

    In what text editor? I realize this video is 6 years old. But, in what text editor? What value are we supposed to set the resistors to? Are we suppose to set the resistor to a value? This is essentially a tutorial intended for a person who doesn't need a tutorial.

  • @incrediblebharath1622
    @incrediblebharath1622 2 года назад +2

    Simple and effective explanations

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

    Hello! Whenever I try to simulate my projects in ARDUINO; the message "digitalWrite was not declared in the scope always appears; and my project does not work ... Could you explain the reason for this error message? Thank you for your attention !!

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

      Because it needs to be placed above the functions. This is why.

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

    when i try to simulate it's showing that it seems like some error in your code can you explain the reason for this error

  • @thanigaivelan6012
    @thanigaivelan6012 3 года назад +1

    She looks like Portia Doubleday from Mr Robot.....And the tutorial is handy as well😁😁😁😁😁

  • @parthchawla8385
    @parthchawla8385 3 года назад +6

    3:24 , Pause the video and look at her face 😂😂

  • @Hollingsworth-tb1bw
    @Hollingsworth-tb1bw Месяц назад

    No wonder my school robotics book keeps mentioning tinkercad, now I can learn LEDs without hardware

  • @muditjain3348
    @muditjain3348 Год назад +2

    Why was a variable declared? I tried without it and the output was same. Someone please tell what is the use of that variable? this is the code w/o variable
    void setup()
    {
    pinMode(2, OUTPUT);
    pinMode(4, OUTPUT);
    pinMode(8, OUTPUT);
    }
    void loop()
    {
    digitalWrite(2, HIGH);
    digitalWrite(4, LOW);
    digitalWrite(8, LOW);
    delay(1000); // Wait for 1000 millisecond(s)
    digitalWrite(2, LOW);
    digitalWrite(4, HIGH);
    digitalWrite(8, LOW);
    delay(1000); // Wait for 1000 millisecond(s)
    digitalWrite(2, LOW);
    digitalWrite(4, LOW);
    digitalWrite(8, HIGH);
    delay(1000); // Wait for 1000 millisecond(s)
    }

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

    Thank you so much

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

    Thanks for the great video on this.

  • @manjirighodekar5813
    @manjirighodekar5813 2 месяца назад

    How to connect blutooth module in tinkercad ?

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

    The wire that goes on the 5V socket can be deleted and the circuit still works

  • @smolchatty
    @smolchatty 5 лет назад +2

    This video helped me on my final for robotics. Thank you so much

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

    I duplicated exactly what was in the video, but it's still showing me error code, that animation was not declared in the scope

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

    Hello, In the first video I had observed that the positive terminal of the diode is connected to the resister. But whereas in the Second Tutorial, the resistor is connected to the negative terminal Why is that different.

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

      Current has to flow around the entire circuit. The same current is flowing through both components so it does not matter whether you put the resistor on anode or cathode side, both will work the same.

  • @yatilahoty187
    @yatilahoty187 7 месяцев назад

    You are amazing! Thank you so much!

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

    the tutorial is very helpful but the breadboard does not work in your websiite. please fix this.

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

    Great description!. Thanks a lot!

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

    Very good, make more video on this Playlist!!!

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

    great presentation, how I wish tinkerCad will have a working app in android

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

    Wow this is just so awesome.....anyone can learn

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

    Anyone knows how to make the LEDs light up from the middle outwards and vice versa? Would love some help

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

      I know how to make good 2D drawing in tinkercad.You'll see on my user, Fireyoshi779.

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

    Excellent tutorial!!!

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

    thank u so so much for your help

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

    Excellent Video, Thank you

  • @gerardtivelit3294
    @gerardtivelit3294 2 месяца назад

    can you send me a tutorial for hew-haw siren on a breadboard.

  • @inascrafts4778
    @inascrafts4778 3 года назад +1

    that's awesome thank you!!

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

    what can I do if the circut do not display any thing when I change the cord in arduino lcd

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

    Thank you. very clear.

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

    i keep on getting an error for the code i have restarted several time but it doesnt work

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

    Hello.. Do you know how to make LED blink just 2 times without arduino and without relay?

  • @SiddharthGoyal-y9o
    @SiddharthGoyal-y9o 6 дней назад

    very nice

  • @mukundjha3366
    @mukundjha3366 5 лет назад +6

    WHAT IS THE USE OF USING +5V
    WIRE

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

      for power?

  • @HencezHeartTaborno
    @HencezHeartTaborno 4 месяца назад

    I followed your steps but why in text editor the code has changed?

    • @AutodeskTinkercad
      @AutodeskTinkercad  4 месяца назад

      Did you switch between having the code in Block and go to Text? If you do that, it will mess up the code.

  • @julianagat-eb7746
    @julianagat-eb7746 3 года назад

    thank you, this is a great help

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

    Thank you! Very cool.

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

    How can I fade a large group of leds?

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

    Mam please help me.arduino relalyboard control pushbutton and ir remote controls with EEPROM CODING

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

    can I asked you which programme are you using ?

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

    how can i build a system and connect 15 samples of MFC (microbial fuel cell)(it is almost like a battery, they produce electric) in same time for measuring current (low between 0mA to 3A) and voltage (between 0mV to 800 mV) continuously? I have an oscilloscope, if the system help me to get the reading continuously from the oscilloscope or independently measure them, both way is good for me. Please someone help me.

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

    Can u do the photoresistor next?

  • @navalurahman.m7608
    @navalurahman.m7608 3 года назад

    Gsm module is available in tinkercad?

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

    What type of programming code mam

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

    Superb - Thank you

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

    Why when I copy this only 2 lights work

  • @zamisbad1589
    @zamisbad1589 3 месяца назад +1

    GENTLEEEEEEEEEEE M8 !!!!!!!!!!

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

    Where is the text editor?

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

    Thank You!

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

    Hi. One of my sketches will not let me change/edit code anymore? I try to type but the text bounces back. Driving me nuts....

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

    Gracias Senora 🙏, ?Cuantos tienes años?

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

    That's electronics Ohm sweet ohm , wow!

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

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

  • @maker.kylesu
    @maker.kylesu Год назад

    cool, thanks!

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

    I FOLLOW YOUR CODDING BUT WHY MY CODDING IS SHOWING ERROR

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

    There is error for me i do not know why

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

    Great video!
    I have one question.
    Does Tinkercad Circuits already added the arduino mega on the component list?

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

    Good job

  • @SiddharthGoyal-y9o
    @SiddharthGoyal-y9o 6 дней назад

    Nice

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

    may goodness ly, thx for the video

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

    how to make code for this?

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

    Thank you for your kind explanation.

  • @spasticjackson9578
    @spasticjackson9578 Месяц назад

    columns.

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

    gracias

  • @physicsworld383
    @physicsworld383 5 месяцев назад

    Is it copyright free

    • @AutodeskTinkercad
      @AutodeskTinkercad  5 месяцев назад

      Anything you do on Tinkercad from the Shapes or Components panel is free to use. if you use anyone else's designs in the gallery, it is subject to the settings they put on their design.

  • @user-ol1rn3ew4j
    @user-ol1rn3ew4j 6 месяцев назад

    GREI SAKSES!

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

    NICE WORK , KEEP IT UP 👍

  • @rezwansaki
    @rezwansaki 5 лет назад +1

    Where is Bluetooth? How to use Bluetooth?

  • @luanbruno9236
    @luanbruno9236 3 месяца назад

    Hi! Do you know if I can simulate data acquisition with the Thinkercad? I need to simulate a USB port comunication between the Thinkercad and my PC.
    I need to collect data from a arduino and send to Python. Without the simulator, I use the PYDAQ libary to import and export data, but the PYDAQ use the COM3 port to acquire data, and I don't know how to simulate this port in the Thinkercad. Thank you!!

  • @sasankaedi223
    @sasankaedi223 2 года назад +2

    Useless subtitles, we can't watch the video

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

    lil tip you can press Ctrl+Enter to post a comment easily

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

    muy buen vídeo hay alguna vercion de este canal en español

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

    how do you duplicate?

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

    joe bidens left foot

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

    love it thank you

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

    thnks

  • @aaronvangenck8536
    @aaronvangenck8536 3 года назад +10

    wauw me just tinking ab what people pay you for

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

    1:28 can I put this on the positive rail instead of the gpio?

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

    It didn't work, all of mines still blink at the same time

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

      Maybe your resistor isn't at the right place, or you just did something wrong about the code

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

    Mine wasn't working I don't know what I did wrong
    Edit: Nevermind

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

    can you make one that plays nursery rhyme please

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

    Hi Tinkercad can you help have sent a request import nodes blocked files fail to load to desktop got loads of my drawings cannot load from imported files through Tinkercad big fan awesome app not used for a few days because I can’t import some of my drawings to desktop please can Tinkercad help been using app for ages have sent requests to unblock nodes to I can do my drawings please can Tinkercad help a big fan thanks so I can draw again Chris

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

    Which app or softwere ur use can u tell me here in comnt rply

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

    Guys this video is quite informative Les Subscribe!!

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

    Thank you!😜

  • @thiagobueno9953
    @thiagobueno9953 2 месяца назад

    👌👍👍

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

    Hey guys

  • @KidsOlade
    @KidsOlade Месяц назад

    hello

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

    pog

  • @saikrishnanagireddy3035
    @saikrishnanagireddy3035 9 месяцев назад +1

    Mg