[Tinyos-help] I2C Communication problem using Tmote

2007-02-21 Thread Ankur Kamthe
Hi all, I am trying to interface a tmote with a cyclops camera. I am using the 10-pin expansion connector of the Tmote for powering the cyclops and using the I2C pins for communication. No other pins are connected between the two devices. The mote is the master and the cyclops is the slave device

Re: [Tinyos-help] I2C Communication problem using Tmote

2007-02-21 Thread Philip Levis
On Feb 21, 2007, at 10:26 PM, Ankur Kamthe wrote: Hi all, I am trying to interface a tmote with a cyclops camera. I am using the 10-pin expansion connector of the Tmote for powering the cyclops and using the I2C pins for communication. No other pins are connected between the two devices. The mo

Re: [Tinyos-help] I2C Communication problem using Tmote

2007-02-22 Thread Joe Polastre
Have you placed I2C pullup resistors in your design? -Joe On 2/21/07, Ankur Kamthe <[EMAIL PROTECTED]> wrote: Hi all, I am trying to interface a tmote with a cyclops camera. I am using the 10-pin expansion connector of the Tmote for powering the cyclops and using the I2C pins for communication

Re: [Tinyos-help] I2C Communication problem using Tmote

2007-02-22 Thread Ankur Kamthe
To Philip, I am using Boomerang as the I2C interfaces are compatible with the tmote. To Joe: I was not aware that I had to have I2C pullup resistors. My current design does not have any. Is there a schematic which shows the placment of the resistors? Thanks, ankur _

Re: [Tinyos-help] I2C Communication problem using Tmote

2007-02-22 Thread Joe Polastre
Please see the I2C specification. You need a 10k pullup resistor on SCK and SDA (the SDA pullup is already on the board, the SCL resistor is the one that you must provide) -Joe On 2/22/07, Ankur Kamthe <[EMAIL PROTECTED]> wrote: To Philip, I am using Boomerang as the I2C interfaces are compat

Re: [Tinyos-help] I2C Communication problem using Tmote

2007-02-23 Thread Ankur Kamthe
Hi Joe, I tried with the pullup resistor on the SCL lines, but still couldnt get any response on the Cyclops side. I then viewed the i2c clock and data signals on an oscilloscope once with the tmote connected to the cyclops and then with a micaz. The signals appear totally different in the two ca