Quiz on Arduino Communication



1. What is the primary method for Arduino boards to communicate with each other?
2. Which of the following protocols is commonly used for communication between Arduino and a computer?
3. What does I2C stand for?
4. What is the maximum number of devices that can be connected to an I2C bus?
5. Which library is commonly included in Arduino sketches for serial communication?

Advertisements