-
Notifications
You must be signed in to change notification settings - Fork 69
Description
After none of the audio related examples from the adf worked
i have tried to use the i2cdetect from the idf examples
i2cconfig --sda=33 --scl=32
i2cdetect
i2c.master: probe device timeout. Please check if xfer_timeout_ms and pull-ups are correctly set up
on
i2cconfig --sda=18 --scl=23
i2cdetect
0 1 2 3 4 5 6 7 8 9 a b c d e f
00: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
30: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
40: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
50: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
60: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
70: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
So i guess sda=33 scl=32 might be right at least it seems there is something on that pins.
My Board says V2.2 A404 (Bad Omen Audio Not found ;) )
On sda 21 scl 22 i can attach an oled display on the headers and it gets detected...
Is there any thing i can do on the software side or is board defect?