이 페이지는 기계 번역을 사용하여 번역되었습니다. 영어 원문을 보려면 여기를 클릭하십시오.
I2C 통신
I2C, 즉 Inter-Integrated Circuit은 2선 통신을 지원하는 칩 간 인터페이스입니다. I2C 주변 장치에 연결하여 주변 기기를 읽고 쓸 수 있습니다. aardvark
또는 ni845x
객체와 함께 device
함수를 사용하여 인터페이스 객체를 생성합니다.
I2C 인터페이스를 사용하려면 Total Phase® Aardvark I2C/SPI™ 호스트 어댑터나 NI™ USB-8451 또는 USB-8452 I2C/SPI 인터페이스 장치가 설치되어 있어야 합니다.
함수
도움말 항목
- I2C Interface Overview
Connect to I2C controller boards and peripheral devices and communicate with them from MATLAB®.
- Configure I2C Controller Board Communication
Discover and connect to Total Phase Aardvark™ or NI USB-845x controller boards using the
aardvark
orni845x
interface. - Transmit Data to Peripheral Device Over I2C Interface
Communicate with an I2C peripheral device connected to a Total Phase Aardvark or an NI USB-845x controller board.
- Install Instrument Control Toolbox Support Package for Total Phase Aardvark I2C/SPI Interface
Install the support package for a Total Phase Aardvark controller to communicate with I2C and SPI interfaces in MATLAB.
- Install Instrument Control Toolbox Support Package for National Instruments NI-845x I2C/SPI Interface
Install the support package for an NI USB-845x controller to communicate with I2C and SPI interfaces in MATLAB.
- Transition Your Code to aardvark or ni845x Interface
Create I2C connections using the
device
function with anaardvark
orni845x
object instead ofi2c
.
문제 해결
Troubleshoot the I2C interface.