June 2021
Intermediate to advanced
440 pages
9h 22m
English
In this chapter you will
An Arduino communicates with other devices via a data bus, a system of connections that allows two or more devices to exchange data in an orderly manner. A data bus can provide a connection between the Arduino and various sensors, I/O expansion devices, and other components.
The two major buses of most importance to the Arduino are the Serial Peripheral Interface (SPI) bus and the Inter-Integrated Circuit (I2C) bus. Many useful sensors and external devices communicate using these buses.
The I2C bus, also known as the Two-Wire Interface ...
Read now
Unlock full access