[ES-EN-41] I2C PROTOCOL WITH EXAMPLE || Embedded Systems

  Рет қаралды 36,338

YT Training Institute

YT Training Institute

3 жыл бұрын

Contents:
1.Introduction to I2C Communication
2. Important Features of I2C
3.The physical I2C Bus
4.Master and Slave Devices
5.SINGLE MASTER WITH MULTIPLE SLAVES
6.MULTIPLE MASTERS WITH MULTIPLE SLAVES
7.How I2C Communication Practically Works?
i)Sending Data to a Slave Device
ii) Reading Data from a Slave Device
8. Concept of clock stretching
9.ADVANTAGES and DISADVANTAGES
10.design hardware in proteus(EEPROM(24C04) Interfacing with 8051)
11. Validate of I2C Protocol In Proteus with Embedded c
@YT Training Institute
Machine learning playlist in English:
• Machine Learning videos🔥
Machine learning playlist in Telugu:
• Machine Learning Telug...
Embedded System playlist in English:
• Embedded Systems 🔥
Embedded System playlist in Telugu :
• Embedded System Telugu 🔥
embedded c code is here:
drive.google.com/drive/u/0/fo...
Here is the telegram link:
t.me/YTTrainingInstitute

Пікірлер: 49
@soorajhaveri925
@soorajhaveri925 2 жыл бұрын
Sir ur only good tutorial in entire internet sir ...ur helping lot of students...from you only getting good knowledge on embedded...
@yttraininginstitute9380
@yttraininginstitute9380 2 жыл бұрын
Thank you 😊 please share this content with your fnds
@LovyDuga
@LovyDuga 2 ай бұрын
I think this is the perfect way to teach i2c. Mind blowing. 🎉
@SpinStar1956
@SpinStar1956 Жыл бұрын
Thank You Very Much for slowly and methodically going through the whole thing! SUBSCRIBED !!!
@odionsireboy8690
@odionsireboy8690 3 жыл бұрын
Nice one! I will start learning i2c
@sushilKumar-lx8wm
@sushilKumar-lx8wm 3 жыл бұрын
Excellent video
@SamBatti88
@SamBatti88 8 ай бұрын
Thank you for this great tutorial 😊
@subbaraokadali6682
@subbaraokadali6682 3 жыл бұрын
Excellent Sir thank you very much
@harshavardhanreddy7044
@harshavardhanreddy7044 Жыл бұрын
that was a good session bro keep making such for us
@HIMMATJADHAV-cs8bg
@HIMMATJADHAV-cs8bg Жыл бұрын
Most valuable parts❤️
@pavan1685
@pavan1685 Жыл бұрын
Thank you sir!!!!
@suraj_hirade
@suraj_hirade 3 ай бұрын
Very nicely explained thanks 👍
@shobinb4493
@shobinb4493 Жыл бұрын
Excellent job. you explained very nice way. expecting more of this kind of practical videos. waiting for the videos. In this vidoe you missed one thing 'arbitration'.
@electronicgyankosh7942
@electronicgyankosh7942 2 жыл бұрын
Excellent sir you are doing a great work
@yttraininginstitute9380
@yttraininginstitute9380 2 жыл бұрын
Thanks 😊
@durgeshravi
@durgeshravi 2 жыл бұрын
this is the exactly very right method to insert i2c explanation direct to the brain...i want to buy a beer(or something u want)for you❤️❤️❤️
@yttraininginstitute9380
@yttraininginstitute9380 2 жыл бұрын
Thanks dude... My intention is to share knowledge to everyone in embedded domain.. Please share this content with fnds.. 🙏
@srinuvasamanikanta2176
@srinuvasamanikanta2176 Жыл бұрын
Great job bro
@hariteja4608
@hariteja4608 3 жыл бұрын
Nice
@A04watti.tech.
@A04watti.tech. Жыл бұрын
thank you sir
@jeevananthamsivasankar9575
@jeevananthamsivasankar9575 2 жыл бұрын
can you please explain interfacing I2C with STM8S208RB Microcontroller
@mudashivaprasad2329
@mudashivaprasad2329 3 жыл бұрын
Thank you so much sir...🙏
@yttraininginstitute9380
@yttraininginstitute9380 3 жыл бұрын
Thanks 😊
@electronicswithmadhan1052
@electronicswithmadhan1052 Жыл бұрын
If I am connecting only one device with the microcontroller, whether it is necessary to send device address for that or else not need ??
@arunaanatarajan8397
@arunaanatarajan8397 5 ай бұрын
Hi.. From where did you get slave address as 0XA0.. Can you please explain... Thanks a lot for your explanation...
@anithak7582
@anithak7582 Жыл бұрын
why is that OR operation in I2C_dataread function?
@jito7921
@jito7921 Жыл бұрын
How to store int value . suppose i want to store 9999 Then read it.
@mudashivaprasad2329
@mudashivaprasad2329 3 жыл бұрын
Brother can you plz explain GPIO protocol plz...
@anithak7582
@anithak7582 Жыл бұрын
Why do we need to check the starting bit of 0xA0-1010 000, ( the first '1') with the AND operation? SDA=( Data& 0x80)???? (1000 000 =0x80), what is the purpose of checking whether the first value is '1'?
@ccdd5074
@ccdd5074 Жыл бұрын
Correct. In addition, to read the data on the 24C02 we have to switch the port from mc P3.1 to input.
@pasinduhasaranga3988
@pasinduhasaranga3988 7 ай бұрын
Could you please let me know what is this software...anyone please?
@souvikrobotics
@souvikrobotics Жыл бұрын
Please give the PPT please This will help me very much Sir, With Respect Thank You
@congngolao843
@congngolao843 2 жыл бұрын
I just existed the I2C debugger tab for the first time simulation and can't make it appear again.Can anyone please help me???
@yttraininginstitute9380
@yttraininginstitute9380 2 жыл бұрын
Are you u using proteus 8 version ?
@congngolao843
@congngolao843 2 жыл бұрын
​@@yttraininginstitute9380 My version is 8.9.Really methodical and useful content by the way.This time last year i had credit "Embedded system" and "8051 Microprocessor" at school but all the study material is just about theory and basic programs and really didn't know where to start.I really wish there had been this video at that time
@axramar1992
@axramar1992 3 жыл бұрын
Embedded Guru ! Was trying to learn I2C form very long time, though I understood the concepts , I failed when I tried (MLX Temp sensor with MS51FB9AE).. Can you interface BMP180,RTC, EEPROM, OLED and any other I2C modules, So that we can Learn easily.. Really Your tutorials are too Good, it takes Lot of Patience to do this kind of Tutorials.Thanks🎉
@yttraininginstitute9380
@yttraininginstitute9380 3 жыл бұрын
Thanks for the feedback,
@sushilKumar-lx8wm
@sushilKumar-lx8wm 3 жыл бұрын
Sir how can I get job in embedded system
@yttraininginstitute9380
@yttraininginstitute9380 3 жыл бұрын
Learn embedded c with one microcontroller and c language if you’re a fresher... follow my KZbin channel to get job...😊
@electronics_hub21
@electronics_hub21 Жыл бұрын
Make some videos on hindi
@souvikrobotics
@souvikrobotics Жыл бұрын
How A0 becomes 7 bit address the range of 7 bit address must be 00-7F please reply
@somprakashrao2385
@somprakashrao2385 Жыл бұрын
48:50
@souvikrobotics
@souvikrobotics Жыл бұрын
@@somprakashrao2385 Yes yes I saw it after giving reply, sorry Thank You for your reply
@swaritmahalsekar5521
@swaritmahalsekar5521 11 ай бұрын
In line number 106 :- SDA = (DATA & 0x80) ? 1: 0 ; What is the significance of ? and : They are not bitwise operator, on internet these are the only operators I found. & ~ ^ >>
@odionsireboy8690
@odionsireboy8690 3 жыл бұрын
Nice work! I will start learning i2c
@yttraininginstitute9380
@yttraininginstitute9380 3 жыл бұрын
Thanks for the feedback 🙏
[ES-TE-41] I2C PROTOCOL WITH EXAMPLE IN TELUGU  || Embedded Systems
1:05:45
YT Training Institute
Рет қаралды 10 М.
[ES-EN-40] SPI PROTOCOL WITH EXAMPLE || Embedded Systems
43:36
YT Training Institute
Рет қаралды 23 М.
Задержи дыхание дольше всех!
00:42
Аришнев
Рет қаралды 3,8 МЛН
Идеально повторил? Хотите вторую часть?
00:13
⚡️КАН АНДРЕЙ⚡️
Рет қаралды 8 МЛН
لااا! هذه البرتقالة مزعجة جدًا #قصير
00:15
One More Arabic
Рет қаралды 13 МЛН
Basics of I2C communication | Hardware implementation of I2C bus
6:48
Foolish Engineer
Рет қаралды 76 М.
I2C Hardware & PCB Design - Phil's Lab #132
34:50
Phil’s Lab
Рет қаралды 39 М.
Embedded Systems Protocols Serial-UART I2C SPI Communication
1:11:55
BINARYUPDATES
Рет қаралды 60 М.
20047 SER2 - Practical I2C: Introduction, Implementation and Troubleshooting
1:32:24
Understanding I2C
10:58
Rohde Schwarz
Рет қаралды 74 М.
What is I2C, Basics for Beginners
18:30
nandland
Рет қаралды 163 М.
Complete I2C Communication Protocol explained in Hindi
12:30
Engineers & Electronics
Рет қаралды 125 М.
I2C introduction: The protocol
15:47
Texas Instruments
Рет қаралды 43 М.
I2C Protocol Explained: Inter-Integrated Circuit Protocol
13:31
Engineering Funda
Рет қаралды 60 М.
Electronic Basics #19: I2C and how to use it
6:09
GreatScott!
Рет қаралды 415 М.
Задержи дыхание дольше всех!
00:42
Аришнев
Рет қаралды 3,8 МЛН