[Tinyos-help] Help Uart0 connection

2007-01-24 Thread Andrea Labo
Hi there, I need to connect my TelosB(using TinyOS 2.x) with a pc through the UART0 pins from the expansion connector. I guess I must use the max232 chip for hardware connection and need drivers to configure the connection parameter(i.e.: baud rate, length, stop bit...) and others to send and

[Tinyos-help] Help - clock drift value

2006-05-21 Thread andrea labo
Hi to everyone, i'm studing the time synchronization on telosb motes. Does anyone know the clock drift value of the telos motes in ppm? Thanks a lot. Andrea. ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU

Re: [Tinyos-help] JTAG and halt command on telosb

2006-05-09 Thread andrea labo
with the button, but that doesn't really help, other than to view memory. Cheers, Matt Thompson andrea labo wrote: Hi all. I'd like to solve a problem I have while debugging a TelosB Board. The mote is connected to PC trough the parallel JTAG interface. On the host (Windows XP and Cygwin) msp430

[Tinyos-help] Help CC2420RadioM

2006-04-10 Thread andrea labo
Hi all, I'm trying to implement a post facto synchronization. In the CC2420RadioM module, there is this procedure: async event result_t SFD.captured(uint16_t time) { switch (stateRadio) { . . . default: // fire RX SFD handler rxbufptr-time = time; signal

Re: [Tinyos-help] help boomerang

2006-03-28 Thread andrea labo
supports with Moteiv Tmote products. Try make tmote. make telosb only uses the conventional TinyOS 1.x tree, which will not work with applications in moteiv/apps/. Best, Cory On 3/27/06, andrea labo [EMAIL PROTECTED] wrote: Hi, I successfully installed Boomerang. I tried to compile

[Tinyos-help] help boomerang

2006-03-27 Thread andrea labo
Hi, I successfully installed Boomerang. I tried to compile Delta application (moteiv/apps/Delta) for telosb but it doesn't work. I got the following message error Multihop.h: no such file or directory. If I add the MultiHop path in the makefile I get many different errors. How can i compile