Re: [Tinyos-help] Question about I2C

2006-06-01 Thread Matthew J Whelan
Jose,You can communicate through I2C with external devices using Tinyos 1.x. Take a look at tos/platforms/MSP430/MSP430I2CPacket and tos/platforms/telosb/I2CPacketC I2CPacketM. Make sure you take care to arbitrate the bus, since the radio chip is on the same USART.Regards,Matt[EMAIL PROTECTED]

Re: [Tinyos-help] Question about I2C

2006-06-01 Thread jose . ulloa . suarez
Even though I've reviewed those archives, but I have the following doubt. In the MSP430I2CC.nc file contained the primitives for setting the operation modes. Start is generated by the I2CPacket component, whenever read or write is made. In the StdControl.start a call to USARTControl.setModeI2C

Re: [Tinyos-help] Question about I2C

2006-06-01 Thread Matthew J Whelan
Jose,Sorry, It didn't register the first time I read your question that you are wanting to use the Tmote as a slave device. If I were you, Iwould forget about using any of the components or interfaces available, except for reference. I would recommend taking a look at chapter 15 of the MSP430