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'.
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'?
@@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
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🎉
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. & ~ ^ >>
Sir ur only good tutorial in entire internet sir ...ur helping lot of students...from you only getting good knowledge on embedded...
Thank you 😊 please share this content with your fnds
I think this is the perfect way to teach i2c. Mind blowing. 🎉
Nice one! I will start learning i2c
Excellent sir you are doing a great work
Thanks 😊
Excellent video
Nice work! I will start learning i2c
Thanks for the feedback 🙏
Very nicely explained thanks 👍
Most valuable parts❤️
Thank You Very Much for slowly and methodically going through the whole thing!
SUBSCRIBED !!!
can you please explain interfacing I2C with STM8S208RB Microcontroller
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❤️❤️❤️
Thanks dude... My intention is to share knowledge to everyone in embedded domain..
Please share this content with fnds..
🙏
Great job bro
Excellent Sir thank you very much
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'.
Thank you for this great tutorial 😊
Hi.. From where did you get slave address as 0XA0.. Can you please explain...
Thanks a lot for your explanation...
If I am connecting only one device with the microcontroller, whether it is necessary to send device address for that or else not need ??
that was a good session bro keep making such for us
why is that OR operation in I2C_dataread function?
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'?
Correct. In addition, to read the data on the 24C02 we have to switch the port from mc P3.1 to input.
Brother can you plz explain GPIO protocol plz...
Could you please let me know what is this software...anyone please?
How to store int value . suppose i want to store 9999 Then read it.
I just existed the I2C debugger tab for the first time simulation and can't make it appear again.Can anyone please help me???
Are you u using proteus 8 version ?
@@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
Thank you so much sir...🙏
Thanks 😊
How A0 becomes 7 bit address
the range of 7 bit address must be 00-7F
please reply
48:50
@@somprakashrao2385 Yes yes I saw it after giving reply, sorry
Thank You for your reply
Please give the PPT please
This will help me very much Sir, With Respect Thank You
Thank you sir!!!!
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🎉
Thanks for the feedback,
Nice
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. & ~ ^ >>
thank you sir
Sir how can I get job in embedded system
Learn embedded c with one microcontroller and c language if you’re a fresher... follow my TH-cam channel to get job...😊
Make some videos on hindi
Half duplex is talking together at the same time divided by 2. Engineers can't talk very well.