UART Protocol Tutorial

  Рет қаралды 171,955

TechVedas .learn

TechVedas .learn

Күн бұрын

Please subscribe my channel TechvedasLearn for latest update.
Fundamentals07 UART Protocol Tutorial or What is serial asynchronous UART communication Protocol
Friends welcome to this video series on Embedded System. In this lecture we are going to understand everything what we need to know to configure UART. We will cover Serial and Parallel communication, Synchronous and Asynchronous communication, Baud rate, UART data frame, Half Duplex and Full Duplex, Advantages and Disadvantages of UART communication.
#TechVedasLearn
#EmbeddedSystem
#EmbeddedSystemTutorial
#SerialCommunication
#UARTProtocolTutorial
#HowUARTworks
#HowUARTprotocolWorks
#EmbeddedSystemVideoTutorial
#EmbededSystemOnlineClasses
Video tutorial playlist link
Unified modeling language
www.youtube.co....
Pointers in C
www.youtube.co....
Embedded System
www.youtube.co....
Python Programming tutorial
Will be updated soon.
Contact- techvedas.learn@gmail.com

Пікірлер: 66
@TechVedas
@TechVedas 5 жыл бұрын
Complete playlist link for: Embedded System videos kzbin.info/www/bejne/pJTGiKh4at6jrqs
@moliendo102
@moliendo102 4 жыл бұрын
Very clear and comprehensible explanation. Thank you for putting so much effort, into making the course accessible and thorough enough. Such results are achieved only with genuine desire and dedication. Thank you very much for clear & in-depth explanation !!! Greetings from Bulgaria
@TechVedas
@TechVedas 4 жыл бұрын
Hi Moliendo, thanks for the great feedback and appreciating the work. I am so happy to know that my efforts are helpful for you. Keep learning 👍
@peterdavila3045
@peterdavila3045 Жыл бұрын
Excellent work. Well done.
@snigdharoy1938
@snigdharoy1938 4 жыл бұрын
Good 👍
@TheStrafendestroy
@TheStrafendestroy 2 жыл бұрын
Wow just wow this is so clear
@guitarwithpoulami4324
@guitarwithpoulami4324 4 жыл бұрын
Awesome awesome awesome......😊😊awesome explanation...thank you so much sir....👌🙏
@TechVedas
@TechVedas 4 жыл бұрын
Hi, thanks for the great response and appreciating the work.
@sasikumarchowdarymaddineni7769
@sasikumarchowdarymaddineni7769 5 жыл бұрын
clear explanation is given, there is a lot need to be explained.
@TechVedas
@TechVedas 5 жыл бұрын
Yes, you are correct. At first I want to make it very simple to understand. Let me know if you want any topic to be added.
@TechVedas
@TechVedas 5 жыл бұрын
Hi Sasi, I have uploaded a new video on "UART configuration" (Part2) by considering STM32F4 series microcontroller. Do checkout the below link: kzbin.info/www/bejne/i5-ulGaVYrBogs0
@TSneha-dd2zt
@TSneha-dd2zt 5 жыл бұрын
@@TechVedas Sir do video on baud rate generator(block diagram explanation & how it generates bauds)
@uniqueautomationelectronic5696
@uniqueautomationelectronic5696 4 жыл бұрын
Thanks for information Very good
@TechVedas
@TechVedas 4 жыл бұрын
Thanks for appreciating the work.
@ajvelazco9029
@ajvelazco9029 2 жыл бұрын
Great video
@thakibkorede
@thakibkorede 2 жыл бұрын
Quite a nice explanation. Thanks
@anupamr437
@anupamr437 3 жыл бұрын
Techvedas, nice name of the channel. This video was very helpful.
@Abdelhamid_Helal
@Abdelhamid_Helal 4 жыл бұрын
Great!
@TechVedas
@TechVedas 5 жыл бұрын
Complete playlist link for: Unified Modeling Language (UML) videos kzbin.info/www/bejne/anjGmJqPhr6ljrc
@jahirhussain2555
@jahirhussain2555 5 жыл бұрын
Nice explanation Sir. I need gsm tutorial with program explanation sir
@TechVedas
@TechVedas 5 жыл бұрын
Hi Jahir Hussain, thanks for sharing the feedback. I will try to make a video to explain how GSM module works.
@prakhyathmunna254
@prakhyathmunna254 2 жыл бұрын
Thnk you sir ❤️
@chandramoulisharma3312
@chandramoulisharma3312 3 жыл бұрын
Thanks bro...
@TechVedas
@TechVedas 5 жыл бұрын
Complete playlist link for: Pointers in C kzbin.info/www/bejne/h3mrk6usnpmXpqs
@vasusavsani9723
@vasusavsani9723 4 жыл бұрын
Bro please attach photos for simplex, half duplex and full full duplex. Because we understand in more batter way.thank you 👏
@karthicknandhakumar264
@karthicknandhakumar264 4 жыл бұрын
Hi, what is the max speed of UART? If I use baud rate as 9600,then what is the bit rate?whether it is same as baud?
@preethishetty2471
@preethishetty2471 3 жыл бұрын
Hey. Thank you for the great video. But i just have one question. What's the minimum communication wait time for UART?
@KeithMakank3
@KeithMakank3 5 жыл бұрын
TechVedas lol thats a dope name!
@nick60444
@nick60444 4 жыл бұрын
I don't understand the stop bit. What happens if the binary number you're sending over has a 1 at the end. What distinguishes the stop bit (1) from a 1 at the end of what you're sending over?
@eminberkay
@eminberkay Жыл бұрын
the receiver has the knowledge of length of data frame. After the data frame bits, for example in this case it is 8, the receiver checks the upcoming stop bit. If the bit is 0, that means don't stop, one more data frame is coming and receiver prepares itself to read upcoming 8 bit dataframe, and then checks again and again... In a thousands of dataframe sequence this saves 1/bps time for each, which makes huge difference.
@LukTzeChing
@LukTzeChing 4 жыл бұрын
I have a question: Do both GND pin have to be connected to the same ground?
@TechVedas
@TechVedas 4 жыл бұрын
Hi, yes, that's the basic principle of UART like wired communication protocol. If Transmitter and Receiver are connected to different reference GND, they will not be able to understand each other's data.
@LukTzeChing
@LukTzeChing 4 жыл бұрын
@@TechVedas thx a lot! This really helps me, as i am setting up a thermal printer with 232 protocol
@prasannapalakayala2945
@prasannapalakayala2945 4 жыл бұрын
Please give some examples related this concept
@TechVedas
@TechVedas 4 жыл бұрын
Hi Prasanna, pls check out UART Part2. Complete driver development is explained there.
@rupaknath6900
@rupaknath6900 5 жыл бұрын
Not much information, but ok, thanks a lot
@TechVedas
@TechVedas 5 жыл бұрын
Hi Rupak, I have uploaded a new video on "UART configuration" (Part2) by considering STM32F4 series microcontroller. Do checkout the below link: kzbin.info/www/bejne/i5-ulGaVYrBogs0
@santhoshkv6699
@santhoshkv6699 4 жыл бұрын
Hi sir, I have a confuse in Tx and Rx connection. If we have three or more nodes than how this pins are connected and how it will works ?
@saikiran3750
@saikiran3750 5 жыл бұрын
Please make a video on LIN Protocol
@TechVedas
@TechVedas 5 жыл бұрын
Hi Sai, how about will start with CAN and then cover LIN? I will try to make them soon.
@saikiran3750
@saikiran3750 5 жыл бұрын
@@TechVedas okay I'm expecting soon because your explanation too good from other to me
@suyogtaday9674
@suyogtaday9674 4 жыл бұрын
Yes
@rachelchow4512
@rachelchow4512 2 жыл бұрын
hi , I would like to know the business cooperation conditions in your channel.
@pragatikshirsagar5550
@pragatikshirsagar5550 2 жыл бұрын
UART communication can be done between___ and ____????
@polumallikarjuna8784
@polumallikarjuna8784 5 жыл бұрын
howmany slaves and masters can be added in same bus for uart and what is maximum speed of uart
@TechVedas
@TechVedas 5 жыл бұрын
Hi Mallikarjuna, UART is most suitable for one to one communication where no master slave arrangment required. Even though multiple device can be added but it will increase software load to handle this type of communication. I would rather recommend to use I2C or SPI in this case.
@priyajitghosh2790
@priyajitghosh2790 5 жыл бұрын
How many slave can be added in same bus (tx,rx line ) in uart?
@TechVedas
@TechVedas 5 жыл бұрын
Hi Priyajit, UART specification does not mention Master-Slave arrangement. Please check out the below link which will clear your doubt. www.quora.com/How-can-I-connect-multiple-slaves-to-one-master-using-a-UART-protocol I personally recommend to use I2C instead UART; if your application required more than 2 devices to communicate.
@jancenj2218
@jancenj2218 4 жыл бұрын
pretty much similar to RS-232 protocol?
@sharonelza6235
@sharonelza6235 5 жыл бұрын
Does GSM use UART?
@TechVedas
@TechVedas 5 жыл бұрын
Hi Sharon, even though I had worked with GSM module communicating over UART but there are GSM modules which supports I2C also. You need to check datasheet of your module.
@casssimpeer9118
@casssimpeer9118 4 жыл бұрын
HI, I NEED HELP TO SETUP A UART PROTOCOL FOR MY PROJECT RUNNIN 5 BUS SERVOS. PLEASE YOUR DIRECTION WILL BE APPRECIATED. THANK YOU
@ManishKumar-yu8em
@ManishKumar-yu8em 5 жыл бұрын
Usart explanation
@TechVedas
@TechVedas 5 жыл бұрын
Hi Manish, there is no difference in UART and USART apart from USART can be configured wirh clock. Industry avoid to use Clocked UART as I2C performs better than that. You can check complete i2C tutorial on my chabnel.
@cija169
@cija169 4 жыл бұрын
How to use the uart interface to combine with the clock? Is there a sample program?
@ebadali6786
@ebadali6786 4 жыл бұрын
it is bad than wireless transmission ??
@electronicprojectspune3523
@electronicprojectspune3523 4 жыл бұрын
can i get soft copy of this presentation
@chinnireddy5955
@chinnireddy5955 5 жыл бұрын
Y we use more than one stop bit
@y_x2
@y_x2 4 ай бұрын
UART are not rated in baud/sec but bits/sec!!!
@meghanathreddy875
@meghanathreddy875 5 жыл бұрын
HELLO BRO WHAT IS MEANT BY SYNCHRONISE THE DATA
@Wajiduddaim
@Wajiduddaim 5 жыл бұрын
en.wikipedia.org/wiki/Synchronization_in_telecommunications
@soussouyaya9710
@soussouyaya9710 4 жыл бұрын
Hi can you contact me for to have your opinion regarding one problem of result value
@soussouyaya9710
@soussouyaya9710 4 жыл бұрын
specific topic, I have system scale, she has small controler and she send both signal to pc and the screen scale, my problem from of the different value for example screen 2000 g Pc 2050g This is a dynamic scale We have tryed to change several setting in the pc but Nothing The Pc is connected withe the RS232 cable
@shaikhkamil6499
@shaikhkamil6499 2 ай бұрын
Figer galat banai hy 1,pin no ¹ per graond hy Jabkh pin 8 per graond hy students canfuz ho jaengy
How to configure UART | STM32F4 UART Communication
6:28
TechVedas .learn
Рет қаралды 30 М.
I2C Protocol Tutorial | How I2C Protocol works
8:20
TechVedas .learn
Рет қаралды 210 М.
The FASTEST way to PASS SNACKS! #shorts #mingweirocks
00:36
mingweirocks
Рет қаралды 13 МЛН
Dad Makes Daughter Clean Up Spilled Chips #shorts
00:16
Fabiosa Stories
Рет қаралды 7 МЛН
Men Vs Women Survive The Wilderness For $500,000
31:48
MrBeast
Рет қаралды 49 МЛН
The RS-232 protocol
26:10
Ben Eater
Рет қаралды 836 М.
SPI Protocol Tutorial | How to configure SPI Protocol
6:39
TechVedas .learn
Рет қаралды 140 М.
PROTOCOLS: UART - I2C - SPI - Serial communications #001
11:58
Electronoobs
Рет қаралды 1,4 МЛН
UART (Universal Asynchronous Receiver Transmitter) - Basics
6:49
SPI Driver Tutorial | SPI Protocol Programming
9:45
TechVedas .learn
Рет қаралды 50 М.
Serial UART with STM32 Microcontroller-Transmit and Receive Data
18:44
Basics of UART Communication | UART Frame Structure | RS 232 Basics | Part1
10:27
Embedded Systems Engineering VS Embedded Software Engineering
3:47
Greidi Ajalik
Рет қаралды 65 М.