Re: [Tinyos-help] Sensors for tmote sky

2007-06-21 Thread Riccardo
possible the integration of analog sensors, using directly the mote ADC.. Bye, Riccardo On Thursday 21 June 2007 14:54:24 Leonardo Mostarda wrote: > Hi, > > I know that the tmote sky only hosts temperature, humidity and light > sensors. > > Has anyone tried to add more sensor

[Tinyos-help] UART0 external sensor (almost) working ...

2007-06-14 Thread Riccardo
call UartControl.disableUART(); TOSH_SET_RADIO_CSN_PIN(); TOSH_MAKE_RADIO_CSN_OUTPUT(); call UartControl.setModeSPI(); call UartControl.disableRxIntr(); call UartControl.disableTxIntr(); } Th

Re: [Tinyos-help] tmote-sky out of memory

2006-05-06 Thread Riccardo Sala
I found a stupid bug in my code (or in my brain?). I access an element out of the matrix bounds. With tossim it works because an index of matrix is TOS_LOCAL_ADDRESS and my motes have different addresses than those in tossim... Thanks. ___ Tinyos-hel

Re: [Tinyos-help] tmote-sky out of memory

2006-05-06 Thread Riccardo Sala
I found a stupid bug in my code (or in my brain?). I access an element out of the matrix bounds. With tossim it works because an index of matrix is TOS_LOCAL_ADDRESS and my motes have different addresses than those in tossim... Thanks. ___ Tinyos-hel

[Tinyos-help] tmote-sky out of memory

2006-05-05 Thread Riccardo Sala
Hi, Out of memory question. Im'using tmote-sky that have a Texas Instruments msp430 with 10KB of RAM and 1024 KB of flash ROM. When I compile my code the compiler tells me: 9496 bytes in ROM 471 bytes in RAM but when I run it, my motes make strange things like reboot or else

[Tinyos-help] 802.15.4 MAC Beacon mode

2006-02-14 Thread Riccardo Sala
Hi, Is someone (Gercke?) working on the 802.15.4 MAC layer? In particular I'm interested in beacon mode. What was done? Can I help? Thanks. Regards Riccardo S. ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU