@Lazar-Demin Is this still just for python 2??? is there a python 3 version??
Posts made by Juan Pablo Jimenez
-
RE: SPI Bus in Python
-
RE: Is there an OmegaExpansion for Python3 yet?
@György-Farkas thank you. I was missing python3-omega-expansion and python3-onion-i2c
-
RE: Is there an OmegaExpansion for Python3 yet?
@Douglas-Kryder thank you. I was missing python3-omega-expansion and python3-onion-i2c
-
RE: Is there an OmegaExpansion for Python3 yet?
@CAP-33 said in Is there an OmegaExpansion for Python3 yet?:
opkg install python3-onioni2c
Hi . Thank you for the info, but I get this error:
Unknown package 'python3-onioni2c'.
Collected errors:- opkg_install_cmd: Cannot install package python3-onioni2c.
Do you have an Idea of what Im doing wrong? Thank you
-
Is there an OmegaExpansion for Python3 yet?
Hello. Any news of OmegaExpansion for Python3?
I need I2C for python 3...in 2018 no one should be developing in python 2....
Need Help. Thank you.
-
RE: I2C module for python3?
@zchef2k said in I2C module for python3?:
First post here, I hope it's not a stupid one.
I'm trying to communicate with I2C with python3. Is the onioni2C module available to python3? If not, are there any tricks to making this happen?
Thanks!
I have the same Issue...
-
I2C Timming Problems
Hello. I'm trying to communicate with an I2C accelerometer(MMA8452Q) but im having problems getting a response.
I plugged a oscilloscope and I found that there is an "idling" that is way too long and makes the accelerometer communication timeout or something.
I have done it via the terminal and via python(with python the idling is even worse)
I tried the same request with an Arduino and worked fine. The only difference I can see is the "idling"
Does anyone has an idea about this problem or a workaround?
Thank you very much.
I am reading the register 0x0D and the device address is 0x1D
< i2cget -y 0 0x1D 0x0D >
THE BOTTOM ONE IS THE ARDUINO WITH THE CORRECT RESPONSE