LEDs & Breadboards With Arduino in Tinkercad

แชร์
ฝัง
  • เผยแพร่เมื่อ 21 ก.ย. 2024

ความคิดเห็น • 208

  • @avyayabhat5728
    @avyayabhat5728 2 ปีที่แล้ว +12

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

  • @ellagayle7338
    @ellagayle7338 2 ปีที่แล้ว +9

    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.

  • @KrwaweMacki
    @KrwaweMacki 4 ปีที่แล้ว +17

    great tutorials, much more useful than lectures at college

    • @Johnnygunn96
      @Johnnygunn96 3 ปีที่แล้ว

      And senior classes in high school

  • @sudadraad354
    @sudadraad354 5 ปีที่แล้ว +39

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

  • @thesparkingwire
    @thesparkingwire 3 ปีที่แล้ว +2

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

    • @A_to_Z-lt8jn
      @A_to_Z-lt8jn 5 หลายเดือนก่อน

      i am also from india

  • @Hollingsworth-tb1bw
    @Hollingsworth-tb1bw 2 หลายเดือนก่อน

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

  • @Silva_da_premier
    @Silva_da_premier 3 หลายเดือนก่อน

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

  • @yowreesesame1803
    @yowreesesame1803 3 ปีที่แล้ว +2

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

  • @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!

  • @incrediblebharath1622
    @incrediblebharath1622 2 ปีที่แล้ว +2

    Simple and effective explanations

  • @beenajacob03
    @beenajacob03 3 ปีที่แล้ว +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

  • @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?

  • @bluedot7817
    @bluedot7817 2 ปีที่แล้ว +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.

  • @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.

  • @sushruthsharma9767
    @sushruthsharma9767 ปีที่แล้ว

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

  • @Bro_Bubby
    @Bro_Bubby ปีที่แล้ว

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

  • @sipho-pj1om
    @sipho-pj1om 3 หลายเดือนก่อน +1

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

  • @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...

  • @thanigaivelan6012
    @thanigaivelan6012 3 ปีที่แล้ว +1

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

  • @otsutsukiboruto8833
    @otsutsukiboruto8833 2 ปีที่แล้ว +1

    Thank you so much

  • @muditjain3348
    @muditjain3348 ปีที่แล้ว +1

    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)
    }

  • @HencezHeartTaborno
    @HencezHeartTaborno 5 หลายเดือนก่อน

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

    • @AutodeskTinkercad
      @AutodeskTinkercad  5 หลายเดือนก่อน

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

  • @manjirighodekar5813
    @manjirighodekar5813 3 หลายเดือนก่อน

    How to connect blutooth module in tinkercad ?

  • @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.

  • @gerardtivelit3294
    @gerardtivelit3294 3 หลายเดือนก่อน

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

  • @Alcohogrifo
    @Alcohogrifo 3 ปีที่แล้ว

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

  • @Hidetaki07
    @Hidetaki07 3 ปีที่แล้ว

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

  • @ArduBlock
    @ArduBlock 2 ปีที่แล้ว

    Thanks for the great video on this.

  • @fitzgerardofficial
    @fitzgerardofficial 2 ปีที่แล้ว

    Wow Amazing! I learn the GND mean Ground

  • @parthchawla8385
    @parthchawla8385 3 ปีที่แล้ว +6

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

  • @rajakarunarlacrajakaruna9832
    @rajakarunarlacrajakaruna9832 4 ปีที่แล้ว

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

  • @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.

  • @smolchatty
    @smolchatty 5 ปีที่แล้ว +2

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

  • @monster_stolen5974
    @monster_stolen5974 2 ปีที่แล้ว

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

  • @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.

  • @lightsoundtips1415
    @lightsoundtips1415 4 ปีที่แล้ว

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

  • @donhjoe2162
    @donhjoe2162 3 ปีที่แล้ว

    How can I fade a large group of leds?

  • @navalurahman.m7608
    @navalurahman.m7608 3 ปีที่แล้ว

    Gsm module is available in tinkercad?

  • @yatilahoty187
    @yatilahoty187 8 หลายเดือนก่อน

    You are amazing! Thank you so much!

  • @astadani
    @astadani 3 ปีที่แล้ว

    Great description!. Thanks a lot!

  • @lefterispatrikios6704
    @lefterispatrikios6704 4 ปีที่แล้ว

    can I asked you which programme are you using ?

  • @FALLENINWHITE
    @FALLENINWHITE 4 ปีที่แล้ว +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!!!

  • @aldrinbendal3292
    @aldrinbendal3292 2 ปีที่แล้ว

    Where is the text editor?

  • @monisham3294
    @monisham3294 ปีที่แล้ว

    What type of programming code mam

  • @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

  • @litgaming8220
    @litgaming8220 4 ปีที่แล้ว

    Why when I copy this only 2 lights work

  • @andreadimonda5985
    @andreadimonda5985 4 ปีที่แล้ว

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

  • @rn3_gaming638
    @rn3_gaming638 3 ปีที่แล้ว

    Can u do the photoresistor next?

  • @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....

  • @KarpisMaksudian
    @KarpisMaksudian 3 ปีที่แล้ว

    Excellent Video, Thank you

  • @lsgthegamer44
    @lsgthegamer44 2 ปีที่แล้ว

    thank u so so much for your help

  • @inascrafts4778
    @inascrafts4778 3 ปีที่แล้ว +1

    that's awesome thank you!!

  • @mahandranalgovindarajmoe6132
    @mahandranalgovindarajmoe6132 2 ปีที่แล้ว

    I FOLLOW YOUR CODDING BUT WHY MY CODDING IS SHOWING ERROR

  • @soumagammar8951
    @soumagammar8951 3 ปีที่แล้ว

    Thank you for your help

  • @rwpresley
    @rwpresley 2 ปีที่แล้ว

    Thank you. very clear.

  • @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.

  • @mukundjha3366
    @mukundjha3366 5 ปีที่แล้ว +6

    WHAT IS THE USE OF USING +5V
    WIRE

    • @n0code
      @n0code 4 ปีที่แล้ว

      for power?

  • @Tbag09
    @Tbag09 2 ปีที่แล้ว

    Thank You!

  • @fresh218
    @fresh218 4 ปีที่แล้ว

    Thank you! Very cool.

  • @luanbruno9236
    @luanbruno9236 4 หลายเดือนก่อน

    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!!

  • @emerysunderland16
    @emerysunderland16 2 ปีที่แล้ว

    Gracias Senora 🙏, ?Cuantos tienes años?

  • @crusader465
    @crusader465 4 ปีที่แล้ว

    There is error for me i do not know why

  • @julianagat-eb7746
    @julianagat-eb7746 4 ปีที่แล้ว

    thank you, this is a great help

  • @sasankaedi223
    @sasankaedi223 2 ปีที่แล้ว +2

    Useless subtitles, we can't watch the video

    • @codingwithanas
      @codingwithanas 4 หลายเดือนก่อน

      Then turn them off from caption

    • @diegovilleda3679
      @diegovilleda3679 4 หลายเดือนก่อน

      Just turn the off tf?

  • @JohnBaxterWalker
    @JohnBaxterWalker 4 ปีที่แล้ว

    Superb - Thank you

  • @Lacham1234
    @Lacham1234 4 ปีที่แล้ว

    how to make code for this?

  • @spasticjackson9578
    @spasticjackson9578 2 หลายเดือนก่อน

    columns.

  • @SiddharthGoyal-y9o
    @SiddharthGoyal-y9o หลายเดือนก่อน

    very nice

  • @maker.kylesu
    @maker.kylesu ปีที่แล้ว

    cool, thanks!

  • @fatima6436
    @fatima6436 3 ปีที่แล้ว

    Good job

  • @momoalki
    @momoalki 20 ชั่วโมงที่ผ่านมา

    thank youuuuuuuu

  • @connectandcontrol1063
    @connectandcontrol1063 4 ปีที่แล้ว +1

    That's electronics Ohm sweet ohm , wow!

    • @MarcoDelDottore
      @MarcoDelDottore 4 ปีที่แล้ว

      th-cam.com/video/QLwEG3cdeRw/w-d-xo.html

  • @YasenGeorgiev-h8f
    @YasenGeorgiev-h8f 7 หลายเดือนก่อน

    GREI SAKSES!

  • @zamisbad1589
    @zamisbad1589 4 หลายเดือนก่อน +1

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

  • @junhokim5322
    @junhokim5322 6 ปีที่แล้ว

    Thank you for your kind explanation.

  • @hectorenriquesantandermeza5208
    @hectorenriquesantandermeza5208 5 ปีที่แล้ว +1

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

  • @marlonharo1461
    @marlonharo1461 3 ปีที่แล้ว

    gracias

  • @adeos5442
    @adeos5442 3 ปีที่แล้ว

    may goodness ly, thx for the video

  • @hurried_coder404
    @hurried_coder404 3 ปีที่แล้ว

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

  • @rezwansaki
    @rezwansaki 5 ปีที่แล้ว +1

    Where is Bluetooth? How to use Bluetooth?

  • @muhtadialitaha3186
    @muhtadialitaha3186 2 ปีที่แล้ว

    NICE WORK , KEEP IT UP 👍

  • @SiddharthGoyal-y9o
    @SiddharthGoyal-y9o หลายเดือนก่อน

    Nice

  • @sofab1549
    @sofab1549 3 ปีที่แล้ว

    thnks

  • @davidmarrow7361
    @davidmarrow7361 5 ปีที่แล้ว

    how do you duplicate?

  • @harveybrookfield6855
    @harveybrookfield6855 3 ปีที่แล้ว +4

    joe bidens left foot

  • @aaronvangenck8536
    @aaronvangenck8536 3 ปีที่แล้ว +10

    wauw me just tinking ab what people pay you for

  • @atasha7334
    @atasha7334 4 ปีที่แล้ว

    can you make one that plays nursery rhyme please

  • @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

  • @DemzyTV
    @DemzyTV 5 ปีที่แล้ว

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

    • @lexoticstudios5669
      @lexoticstudios5669 5 ปีที่แล้ว

      Demzy TV no, you can’t.

    • @DemzyTV
      @DemzyTV 5 ปีที่แล้ว

      Arduino Tips&Tricks ok

  • @camus3838
    @camus3838 5 ปีที่แล้ว

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

  • @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

  • @aviroxi
    @aviroxi 3 ปีที่แล้ว

    love it thank you

  • @majidalitaj2013
    @majidalitaj2013 5 ปีที่แล้ว

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

  • @antsmiracle
    @antsmiracle 5 ปีที่แล้ว

    Thank you!😜

  • @jeremykessler4148
    @jeremykessler4148 3 ปีที่แล้ว

    Hey guys

  • @schoolagers133
    @schoolagers133 4 ปีที่แล้ว

    Guys this video is quite informative Les Subscribe!!

  • @KidsOlade
    @KidsOlade 2 หลายเดือนก่อน

    hello