dma

About

Username
dma
Joined
Visits
8
Last Active
Roles
Member

Comments

  • Hi Eric, Thanks for this, that answers all my questions. Daryl
  • Hi, I have another question regarding the i2c read in python. The code snippet for the read(got it from the i2c_test.py example) is as shown below. I initially tried to pull read commands from this, but was unable to get effective data. par…
  • Hi Matt, Thanks for your help! As is it, I was handling the R/W bit in the address expecting that to be correct, and was wondering why the right shifted version was working fine. To clarify for others, the I2C address of the sensor I was using…
  • Hi Eric, I'm interfacing this with a LMP91000EVM - a gas sensor. (http://www.ti.com/lit/ds/symlink/lmp91000.pdf) I'm getting these SCL and SDA signals when it is connected, and when it isn't connected. My full code as attached: from __futu…