i2c bus

Creator
Creator
Seonglae ChoSeonglae Cho
Created
Created
2020 Dec 4 17:10
Editor
Edited
Edited
2023 Sep 6 15:37
Refs
Refs

Inter-Integrated Circuit

I²C 시스템은 1980년대 초반에 개발되었으며, 여러 필립스 칩들을 이용하여 전자 제품을 구성하기 위한 간단한 내부 버스 시스템으로 사용
I²C 는 빠른 속도를 요구하지 않는 간단한 저비용 주변 장치들에 적합
마더보드, 임베디드 시스템, 휴대 전화 등에 저속의 주변 기기를 연결하기 위해 사용
notion image
 
 
 
I²C
I²C(아이스퀘어드시, Inter-Integrated Circuit)는 필립스에서 개발한 직렬 버스이다. 마더보드, 임베디드 시스템, 휴대 전화 등에 저속의 주변 기기를 연결하기 위해 사용된다. I²C 는 풀업 저항이 연결된 직렬 데이터(SDA)와 직렬 클럭(SCL)이라는 두 개의 양 방향 오픈 컬렉터 라인을 사용한다. 최대 전압은 +5 V이며, 일반적으로 +3.3 V 시스템이 사용되지만 다른 전압도 가능하다.
Manage multiple Arduino with an I2C bus * AranaCorp
Tags: Arduino, C/C++, Domotics, Programming, Serial communication It can be practical, especially in home automation projects, to communicate between several devices. One of the commonly used techniques is the I2C (or TWI) protocol. The I2C protocol is a method which makes it possible to connect several "Master" cards and several "Slave" cards and to communicate up to 128 devices.
Manage multiple Arduino with an I2C bus * AranaCorp
I²C
I2C (Inter-Integrated Circuit; pronounced as “eye-squared-C”), alternatively known as I2C or IIC, is a synchronous, multi-master/multi-slave (controller/target), packet switched, single-ended, serial communication bus invented in 1982 by Philips Semiconductors. It is widely used for attaching lower-speed peripheral ICs to processors and microcontrollers in short-distance, intra-board communication.
I²C
 
 
 

Recommendations