[Tinyos-help] I2C and TelosB
Philip Levis
pal at cs.stanford.edu
Fri Aug 4 10:04:10 PDT 2006
On Aug 2, 2006, at 7:09 AM, Max CORTIANA wrote:
> Hi all
>
> I'm upgrading TinyOs to version 2.0, but i don't see any I2C
> component for the TelosB platform while it is ready for other
> platforms.
>
> TinyOs 1.x instead offers the I2CPacketC component, which i've used
> for my applications.
>
> Is the I2C driver for TinyOs in a developing stage or have i missed
> something?
The I2C driver is in the -devel branch, but did not make it into the
beta2. The MSP430 bus architecture is undergoing a bit of fine tuning
right now to ensure that different bus protocols always follow the
chip's requirements for bus reconfiguration. These changes seem to be
going smoothly, so they should be making their way into the main
branch pretty soon. Until then, you can checkout the -devel branch by
passing this option to either update or checkout:
cvs update -r tinyos-2_0_devel-BRANCH
cvs checkout -r tinyos-2_0_devel-BRANCH
Phil
More information about the Tinyos-help
mailing list