Simulation of establishing master slave model using Arduino and I2C Protocols
1. What is the working principle of I2C communication?
2. Which statement correctly compares I2C with SPI and UART?
3. Why are pull-up resistors required on SDA and SCL lines?
4. How does the master identify the correct slave?
5. Which of the following is a real-life IoT use case of I2C?
6. What happens if two slaves share the same address?
7. How can a slave send data back to the master?
8. Why is clock synchronization important in I2C?
9. How does I2C reduce wiring complexity?
10. Why is I2C preferred in multi-sensor IoT devices?