01-29-2019, 02:33 PM
Hi guys!
I wanna connect the SI4703 via i2c, so I use the next pins — SCLK = 5, SDIO = 3, GND = 6, 3.3v = 1.
I tested it with the arduino uno and it was the success, but with asus tinker it fails.
Could you help to explain where I was wrong?
I use "i2cdetect -y 1", and have empty addresses, looks like this
0 1 2 3 4 5 6 7 8 9 a b c d e f
00: -- -- -- -- -- -- -- -- -- -- -- -- --
10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
30: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
40: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
50: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
60: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
70: -- -- -- -- -- -- -- --
My hw_intf.conf file contains
--------------
#Hardware Interface Config
intf
pi0=off
intf:uart2=off
intf:uart3=on
intf:uart4=on
intf:pcm_i2s=on
intf:i2c1=on
intf
pi1=on
intf:i2c4=on
intf
pi2=on
intf:pwm2=on
intf:pwm3=on
intf:uart1=on
#DTS Overlay Config
# 1. check the name.dtbo in /boot/overlays
# 2. add intf:dtoverlay=name as below
#intf:dtoverlay=i2c
intf:dtoverlay=w1-gpio
--------------
So, please help, I don't understand whats wrong
I wanna connect the SI4703 via i2c, so I use the next pins — SCLK = 5, SDIO = 3, GND = 6, 3.3v = 1.
I tested it with the arduino uno and it was the success, but with asus tinker it fails.
Could you help to explain where I was wrong?
I use "i2cdetect -y 1", and have empty addresses, looks like this
0 1 2 3 4 5 6 7 8 9 a b c d e f
00: -- -- -- -- -- -- -- -- -- -- -- -- --
10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
30: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
40: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
50: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
60: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
70: -- -- -- -- -- -- -- --
My hw_intf.conf file contains
--------------
#Hardware Interface Config
intf
pi0=offintf:uart2=off
intf:uart3=on
intf:uart4=on
intf:pcm_i2s=on
intf:i2c1=on
intf
pi1=onintf:i2c4=on
intf
pi2=onintf:pwm2=on
intf:pwm3=on
intf:uart1=on
#DTS Overlay Config
# 1. check the name.dtbo in /boot/overlays
# 2. add intf:dtoverlay=name as below
#intf:dtoverlay=i2c
intf:dtoverlay=w1-gpio
--------------
So, please help, I don't understand whats wrong