nRF based platforms3.3 Nordic VLSI nRF based platformsWe support the nRF24e1 based on the Synopsys DW 8051 IP block.
CIP513.2 SiLabs cip51 based platformsWe support the c8051F340 which is part of the SiLabs cip51 family of 8051 variants, with the following features:
CC24303.1 ChipCon/Texas Instruments CC2430 based platformsThe CC2430 driver implementation is located in the "chips" directory. At presently this implementation is far from complete, it constitutes a basis for further development. The CC2430 is based on an 8051 core that seems to be shared by a number of Texas Instruments chips (e.g. CC2431, CC2510), none of these are supported at present, but they seem similar enough that porting to these chips should be relatively straightforward. Presently we support the following platforms using the CC2430 SoC: DebugingThe following page contains some debugging advice based on questions posted on the mailing list. 7.1 Problems compilingIn order to compile the code found here you need to setup the TinyOS 2 distribution as well as your compiler.
0.1pre4 releasedThe third release (0.1pre4) adds the following features, as well as bug fixes, click Read More for full list.
For further instructions see the install and download sections.
Submitted by leopold on Sun, 10/26/2008 - 21:10.
Libraries and ApplicationsThe documentation on the website has been updated, in particular an applications and libraries section were added.
Submitted by leopold on Mon, 10/20/2008 - 16:22.
Libraries
6. Support LibrariesThe common/lib directory contains a number of general purpose support libraries for debug, development or additional services. 6.1 StdOutA minimalisting prety printing library (not entirely unlike printf). will be able to print human readable text to the UART defined for the platform in UartC. In addition to printing strings the interface provides methods for printing integers in different bases: base 16 (hex), base 10, base 2 (binary).
Compiling Applications
4. Compiling applicationsTinyOS users will find the environment familiar, the platform is programmed like any other TinyOS platform and compiled using the new platform names. For example to compile an application
Or for Sensinode Nano
4.1 Using InlineAnonymous SVN accessIn order to provide access to changes between releases we have allowed anonymous, read only access to our development repository, through the following URL:
Submitted by leopold on Sat, 10/18/2008 - 18:31.
|