Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 | 31 |
Tags
- debugShowCheckedModeBanner
- Listview filtering
- peaks
- Server
- TCPIP
- flutter tcpip client
- showDialog
- ubuntu 19 한글 입력
- flutter
- dart:io
- ListView.build
- debug banner
- AlertDialog
- flutter button
- Properties.Settings.Default
- array
- c
- flutter tcpip server
Archives
- Today
- Total
Louie De Janeiru
i2c test, RPI4B 본문
ls -al /dev/i2c*
i2cdetect -y 0
i2cdetect -y 1
pi@raspberrypi:~/Work/temp $ ls -al /dev/i2c*
crw-rw---- 1 root i2c 89, 0 May 6 15:09 /dev/i2c-0
crw-rw---- 1 root i2c 89, 1 May 6 15:09 /dev/i2c-1
crw-rw---- 1 root i2c 89, 10 May 6 15:09 /dev/i2c-10
crw-rw---- 1 root i2c 89, 20 May 6 15:09 /dev/i2c-20
crw-rw---- 1 root i2c 89, 21 May 6 15:09 /dev/i2c-21
crw-rw---- 1 root i2c 89, 22 May 6 15:09 /dev/i2c-22
pi@raspberrypi:~/Work/temp $ i2cdetect -y 0
0 1 2 3 4 5 6 7 8 9 a b c d e f
00: -- -- -- -- -- -- -- --
10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
30: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
40: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
50: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
60: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
70: -- -- -- -- -- -- -- --
pi@raspberrypi:~/Work/temp $ i2cdetect -y 1
0 1 2 3 4 5 6 7 8 9 a b c d e f
00: -- -- -- -- -- -- -- --
10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
30: -- -- -- -- -- -- -- -- -- -- 3a -- -- -- -- --
40: -- -- -- -- 44 -- -- -- -- -- -- -- -- -- -- --
50: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
60: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
70: -- -- -- -- -- -- -- --
pi@raspberrypi:~/Work/temp $
0x44 : SHT4x
0x3A : MLX90632
detected two devices on I2C1 port
'Raspberrypi' 카테고리의 다른 글
piCCTV (0) | 2015.05.06 |
---|---|
samba 설정 (0) | 2015.04.16 |
Raspberry pi 한글 설정 (0) | 2015.04.16 |
카메라를 이용한 opencv 이용 얼굴인식 (0) | 2015.04.16 |
vnc 설치하여 노트북에서 접속하자 (0) | 2015.04.16 |