I2S pins as second I2C on Omega2s
-
I might need a second I2C in my project because of I2C address conflicts. Is it possible to use the I2S (which I do not need) to work as I2C? Or is there any other lib that can make the Omega2 have 2 times I2C?
-
@Heptner-Heptner you might want to read,
https://docs.onion.io/omega2-docs/i2c-c-library.html
and
https://docs.onion.io/omega2-docs/i2c-python-module.html
-
You should be able to use any pair of GPIO pins to act in "bitbang" i2C mode. This way you can have multiple i2C lines.
Please refer to this post in order to set this up:
https://community.onion.io/topic/2312/i2c-detect-slave-method/2
-
@UFD Thanks for the link! Good to know that it already exists, I will test ASAP.
-
@Heptner-Heptner said in I2S pins as second I2C on Omega2s:
I might need a second I2C in my project because of I2C address conflicts.
Just out of curiosity, what are your I2C address conflicts precisely?