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.
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.
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...
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 !!
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?
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) }
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.
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.
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.
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!!
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
great tutorials, much more useful than lectures at college
And senior classes in high school
Ur a light saver. I was having trouble coding at first. Your explanations were beyond clear!
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..)
@@rayanahmad4412 4 months late, but if you still need it, it's Tinkercad.
too late. he died. 😢 rip
@@ty88 rip
why are the resistors attached to ground in this video when they were connected to power in the last video? Great Video btw!
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
Your presentations are very clear. I had to prepare for the tinkercad class steam class. Thank you so much 😊👍🎉
I duplicated exactly what was in the video, but it's still showing me error code, that animation was not declared in the scope
why does it say that i have errors on my codes?
very clear but there's many modules that do not included in tinkercad software like
GSM module etc...
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.
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.
the tutorial is very helpful but the breadboard does not work in your websiite. please fix this.
Can u do the photoresistor next?
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...
How to connect blutooth module in tinkercad ?
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 !!
Because it needs to be placed above the functions. This is why.
How do I download this application for my PC
Gsm module is available in tinkercad?
Simple and effective explanations
Thanks for the great video on this.
How can I fade a large group of leds?
I followed your steps but why in text editor the code has changed?
Did you switch between having the code in Block and go to Text? If you do that, it will mess up the code.
what can I do if the circut do not display any thing when I change the cord in arduino lcd
thanks for the help I have exams about this next week Monday😆
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?
Where is the text editor?
can you send me a tutorial for hew-haw siren on a breadboard.
Hello.. Do you know how to make LED blink just 2 times without arduino and without relay?
3:24 , Pause the video and look at her face 😂😂
What type of programming code mam
The wire that goes on the 5V socket can be deleted and the circuit still works
i keep on getting an error for the code i have restarted several time but it doesnt work
awesome for beginners and children to play with Arduino
I love you / you just saved my life from my teacher
Same here
GET OUT
Mam please help me.arduino relalyboard control pushbutton and ir remote controls with EEPROM CODING
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)
}
Anyone knows how to make the LEDs light up from the middle outwards and vice versa? Would love some help
I know how to make good 2D drawing in tinkercad.You'll see on my user, Fireyoshi779.
can I asked you which programme are you using ?
WHAT IS THE USE OF USING +5V
WIRE
for power?
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....
change your device
@@chandangarg9125 What device?
Is it copyright free
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.
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.
Gracias Senora 🙏, ?Cuantos tienes años?
Wow Amazing! I learn the GND mean Ground
You are amazing! Thank you so much!
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.
Why when I copy this only 2 lights work
how to make code for this?
1:28 can I put this on the positive rail instead of the gpio?
Demzy TV no, you can’t.
Arduino Tips&Tricks ok
Excellent tutorial!!!
It's very easy and nice explanation Miss Stern !Lot of thanks and respect from an Indian student.
i am also from india
please don't ask her to open bob
Great description!. Thanks a lot!
I FOLLOW YOUR CODDING BUT WHY MY CODDING IS SHOWING ERROR
great presentation, how I wish tinkerCad will have a working app in android
thank u so so much for your help
There is error for me i do not know why
Very good, make more video on this Playlist!!!
Excellent Video, Thank you
how do you duplicate?
right click the mouse
Thank you for your help
Thank you. very clear.
This video helped me on my final for robotics. Thank you so much
She looks like Portia Doubleday from Mr Robot.....And the tutorial is handy as well😁😁😁😁😁
Wow this is just so awesome.....anyone can learn
Thank you! Very cool.
thank you, this is a great help
columns.
Good job
Which app or softwere ur use can u tell me here in comnt rply
Tinkercad
is on web
www.tinkercad.com/
Superb - Thank you
Useless subtitles, we can't watch the video
Then turn them off from caption
Just turn the off tf?
this is not working for me....
Thank You!
Where is Bluetooth? How to use Bluetooth?
GENTLEEEEEEEEEEE M8 !!!!!!!!!!
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!!
cool, thanks!
lil tip you can press Ctrl+Enter to post a comment easily
Great video!
I have one question.
Does Tinkercad Circuits already added the arduino mega on the component list?
very nice
makasih mba
That's electronics Ohm sweet ohm , wow!
th-cam.com/video/QLwEG3cdeRw/w-d-xo.html
may goodness ly, thx for the video
NICE WORK , KEEP IT UP 👍
gracias
muy buen vídeo hay alguna vercion de este canal en español
Thank you for your kind explanation.
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
can you make one that plays nursery rhyme please
thank youuuuuuuu
GREI SAKSES!
thnks
It didn't work, all of mines still blink at the same time
Maybe your resistor isn't at the right place, or you just did something wrong about the code
Nice
wauw me just tinking ab what people pay you for
this comment is god-tier
Idk
Mine wasn't working I don't know what I did wrong
Edit: Nevermind
Get back to ash rushing site
Hey guys
love it thank you
how to light up 20 LEDs in a pattern
Use a MCP23S17
hello
remove that subtitle we can see