Interval notation
8:47
2 жыл бұрын
ultrasonic coding video
22:23
2 жыл бұрын
Sound Sensor  Build
3:03
2 жыл бұрын
Sound Sensor Coding
10:28
2 жыл бұрын
Light Sensor coding
23:49
2 жыл бұрын
Light Sensors
9:45
2 жыл бұрын
Buzzer Project
2:38
2 жыл бұрын
LEDProject
3:22
2 жыл бұрын
Build a robot with MakeCrate
1:24
4 жыл бұрын
MakeCrate Robox Preview
0:27
4 жыл бұрын
Parts of an Arduino Sketch
3:13
4 жыл бұрын
What is a programming language?
2:35
Arduino Serial Monitor
2:12
4 жыл бұрын
Using Variables in Code
8:18
4 жыл бұрын
Intro to drag and drop coding
0:40
4 жыл бұрын
Sound Sensors
1:00
4 жыл бұрын
Line Following Robot Intro Video
0:27
Robot Mission 2 Intro
0:22
5 жыл бұрын
Color Changer Intro
0:28
5 жыл бұрын
LED matrix scroll
0:29
5 жыл бұрын
How does a soil sensor work?
2:27
5 жыл бұрын
Month 3 Unboxing
5:56
5 жыл бұрын
Build and Code  a Memory Game
1:00
5 жыл бұрын
MakeCrate's holiday contest
0:16
5 жыл бұрын
Пікірлер
@yungsteezy4500
@yungsteezy4500 Ай бұрын
best datasheet on the internet
@danirodriguez5665
@danirodriguez5665 2 ай бұрын
This was so useful i watched a lot of tutorials and i understood it in less than 5 minutes!
@Arihant-xo5wj
@Arihant-xo5wj 3 ай бұрын
pls be vegan animals also have lifes Radhe Radhe
@High-TechSolutions
@High-TechSolutions 4 ай бұрын
how about the colon?
@sayalijadhav5878
@sayalijadhav5878 5 ай бұрын
import time import board import digitalio import analogio # Declaration and initialization of input pins analog_input_pin = analogio.AnalogIn(board.A0) # Analog output of the sensor digital_input_pin = digitalio.DigitalInOut(board.D3) # Digital output of the sensor digital_input_pin.direction = digitalio.Direction.INPUT while True: # Current values are read out, converted to the voltage value... analog_voltage = analog_input_pin.value * (5.0 / 65535.0) # Assuming ADC is 16-bit digital_value = digital_input_pin.value # ... and issued at this point print("Analog voltage value: {:.4f}V, ".format(analog_voltage), end="") print("Limit value:", end=" ") if digital_value: print("reached") else: print("not yet reached") print("----------------------------------------------------------------") time.sleep(0.2)
@JoyceSilva-fx8jf
@JoyceSilva-fx8jf 5 ай бұрын
funny I do not speak English
@asdfjajajajaja
@asdfjajajajaja 5 ай бұрын
sooo this is how tamagotchi speakers work..interesting
@ehomen9310
@ehomen9310 5 ай бұрын
Realy good video but i didn't get where to put the groud/power there is only 12 pins and no one of them is a gound
@fekaduabayneh1673
@fekaduabayneh1673 7 ай бұрын
I coudnt even light up my 7 segment until this video 😂
@jul371-y5p
@jul371-y5p Жыл бұрын
Well works for a brand new display Bot for a scavenged 30pin one
@lualhatiaguilar191
@lualhatiaguilar191 Жыл бұрын
confusing
@percent2520
@percent2520 Жыл бұрын
How do you light up :
@abdulazizali4395
@abdulazizali4395 Жыл бұрын
Best video explaining how 7 segment displays work. Great job!
@naxel37
@naxel37 Жыл бұрын
Im 1k
@BeshaAmir
@BeshaAmir Жыл бұрын
lh3.googleusercontent.com/a/AGNmyxYawdPI4yJpdc0-4MBgM_v6FGBM3ldn5mWAQ8vQ=s96-c
@arwataher3993
@arwataher3993 Жыл бұрын
Arduino Uno clock
@devananadmandal8607
@devananadmandal8607 Жыл бұрын
Very good video
@milanganguly8751
@milanganguly8751 Жыл бұрын
For some reason mine doesn't work. I turn on pins A and D1, but nothing happens... Could I have some help?
@IgorPomaranskiy
@IgorPomaranskiy Жыл бұрын
I spent the whole Sunday evening trying to figure out, how do force my code to display all 4 digits. :D Just to find this video, explaining that it's not technically possible without some 'animation' work. So, it looks like I'll have to deal with timers and interruptions. But this is a topic for another Sunday evening, I guess. :) Thank you!
@davidlittle5693
@davidlittle5693 Жыл бұрын
but WHY does light get emitted? Where does the heat go?
@TRRailfan
@TRRailfan Жыл бұрын
which pin is for the ground?
@quinn2090
@quinn2090 9 ай бұрын
All digits are connected to negative if you want them on
@quinn2090
@quinn2090 9 ай бұрын
Every other can be on positive for on
@ColvocBlue_12
@ColvocBlue_12 7 ай бұрын
It depends on the type of display you have, you can have a common anode display or a common cathode display.​@@quinn2090
@CentralProcessingUnitCore
@CentralProcessingUnitCore Жыл бұрын
best explanation of ma life, no ad bullshits or any formulas. thx
@polycoder
@polycoder Жыл бұрын
Quite helpful thank you very much
@IamCalebMendoza
@IamCalebMendoza Жыл бұрын
Great video, thanks! You helped a lot! :D
@HikeYegiyan
@HikeYegiyan Жыл бұрын
Thanks, this video helped a lot!
@keonscorner516
@keonscorner516 2 жыл бұрын
1 2 3 4 1 2 3 4 1 2 3 4 1 2 3 4 1 2 3 4 1 2 3 4 1 2 3 4 1 2 3 4 1 2 3 4 1234
@ryan4real425
@ryan4real425 2 жыл бұрын
ty u so mutch
@andydoe5549
@andydoe5549 2 жыл бұрын
I recommend all students who are doing ENG1013 to watch this
@rds10nc48
@rds10nc48 2 жыл бұрын
I remember watching this it helped me a 'lot
@haleylisowski8904
@haleylisowski8904 2 жыл бұрын
Where can I purchase a crate?
@romnicktalamo7604
@romnicktalamo7604 2 жыл бұрын
How to repair if damage
@OldSchoolNoe
@OldSchoolNoe 2 жыл бұрын
Really cool!
@babyayalew8059
@babyayalew8059 2 жыл бұрын
thank you you gave a rest for my Brain
@hsjdiekkei
@hsjdiekkei 7 ай бұрын
Same bro
@user-kito-bunbunkitofriend
@user-kito-bunbunkitofriend 2 жыл бұрын
0:35 this 7 segment display is the transmitter (88:.88)
@Hosein_pk
@Hosein_pk 2 жыл бұрын
Why do not your clips have Persian subtitles? Aren't we Iranians human? Why does no one care about us Iranians?
@D-ingus
@D-ingus 2 жыл бұрын
how is it grounded though?
@andersdoesthings9309
@andersdoesthings9309 11 ай бұрын
For 5641as it usually has 4 common anodes or cathodes, 6, 9, 8, 12.
@D-ingus
@D-ingus 11 ай бұрын
@@andersdoesthings9309 ah thanks. I appreciate the hasty reply
@andersdoesthings9309
@andersdoesthings9309 11 ай бұрын
@D-ingus dang, just stumbled upon thr video and saw this comment, thought I'd answer even though how late. Just to be helpful to maybe you and other people who read this comment.
@D-ingus
@D-ingus 11 ай бұрын
@@andersdoesthings9309 and i appreciate it
@csp405
@csp405 2 жыл бұрын
1:37 They don't emit energy by interacting with each other, the electrons lose energy be coming from an atom that has 4 electrons that have more energy and entering the hoe of an atom of 3 electrons that those electrons on an atom with 3 electrons have less energy, so that energy emits and transmits as photon energy.
@thevastenigma2464
@thevastenigma2464 2 жыл бұрын
Great video!
@gamingdxg
@gamingdxg 2 жыл бұрын
I am now a professor of LED technology :) Thank you
@HSETM
@HSETM 2 жыл бұрын
So this is basically in a smoke alarm, say, an i9040 from kidde.
@danford7532
@danford7532 2 жыл бұрын
Totally wrong! Learn first talk later.
@RixtronixLAB
@RixtronixLAB 2 жыл бұрын
Nice,thanks for sharing the video :)
@hitrogar8344
@hitrogar8344 2 жыл бұрын
superrb animation 🙌
@JuliusUnique
@JuliusUnique 2 жыл бұрын
thanks for the explenation, this concept is genius!!
@kausn2759
@kausn2759 2 жыл бұрын
D,E not work inductio cook But led display no damege(seprate check) Any Data problem?
@jatwangismyname900
@jatwangismyname900 2 жыл бұрын
Very good 👍
@volkitolkitorino
@volkitolkitorino 2 жыл бұрын
Great video (in 1.5x speed, that is)
@prodson8310
@prodson8310 2 жыл бұрын
👍
@sudharakafernando4391
@sudharakafernando4391 2 жыл бұрын
Thank you!!!
@apparition7464
@apparition7464 2 жыл бұрын
Nice