[Tinyos-help] SPI Example for Telosb in TinyOS 1.x

2009-10-26 Thread David Conde
Hi, I have been reading about different ways to communicate Telosb with external devices through SPI port. I found in TinyOS –help LIst one way in which the pin 44,45,46, and 47 in MSP430 are used since they are unused for other functions. I think in this way what would be difficult it would

[Tinyos-help] Setting up the frequency

2009-10-26 Thread milos rovcanin
Hello everyone, Could you please tell me how to specify the radio frequency and communication channel? In which file? Thanks! -- Milos Rovcanin ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu

[Tinyos-help] Need Help regarding dissemination protocol

2009-10-26 Thread Mayank Kothiya
Hello, I am learning to simulate dissemination protocol.I am using following reference: http://docs.tinyos.net/index.php/Dissemination I don't understand any difference between how Dip and Dhv need manual start of radio. Is it the kind of pressing switch on hardware manually or something else?

Re: [Tinyos-help] Setting up the frequency

2009-10-26 Thread Raffaele Gravina
Which node platform are you using? - raf 2009/10/26 milos rovcanin ro1208...@gmail.com Hello everyone, Could you please tell me how to specify the radio frequency and communication channel? In which file? Thanks! -- Milos Rovcanin ___

[Tinyos-help] UART0 in Telosb

2009-10-26 Thread David Conde
Hi, I have read some documentation about using UARTRX0 and UARTTX0 pines 2 and 4 in U2. And some people said that is not possible to use UART0 because of they share pines with SPI bus in CC2420 and FlashMemory. I have taken a look at Telosb Schematic and I do not see any shared pin for UART0,

Re: [Tinyos-help] CTP

2009-10-26 Thread David Guillén
Thanks! On Sun, Oct 25, 2009 at 1:00 AM, Omprakash Gnawali gnaw...@cs.stanford.eduwrote: On Fri, Oct 23, 2009 at 12:37 PM, David Guillen Jimenez david.guil...@deimos-space.com wrote: Hi all, I have been trying the CTP through the TestNetwork application and I would like to know if

[Tinyos-help] Concurrent write to file by multiple nodes

2009-10-26 Thread bo zhang
Hi. I'm doing simulation in TOSSIM. In my code, I have a function which makes multiple nodes write to a shared file concurrently. However, my program always stops with segmentation fault. I tried to make the code section of concurrent write as atomic, but I still got segmentation fault. If I

[Tinyos-help] segmentation fault

2009-10-26 Thread Jinkyu Koo
Dear all, Have you ever see segmentation fault error message which stops TOSSIM running? In tutorial page, it is told that it may be caused by gcc version conflict. But I wonder if there can be any other reason for this. Any help is appreciated. Thanks, Jinkyu Koo

Re: [Tinyos-help] UART0 in Telosb

2009-10-26 Thread Eric Decker
Stictly speaking they don't share pins. But they do share the underlying h/w. You would have to multiplex spi0 with uart0 when both are active. I have some code that handles this but I haven't finished it. Only one of the drivers can own the h/w (USART0) at any given time. The pins

[Tinyos-help] figure out radio problems with CCA value ?

2009-10-26 Thread Nils T. Kannengießer
Hello, I'm searching for the error rate, I guess it's the CCA value, of a node to figure out radio problems in an area. In TinyOS 2.x it seems to be the value of EnergyIndicator.isReceiving() as I read it in tinyos-help message history but I can't find it under TinyOS 1.x . As the

Re: [Tinyos-help] segmentation fault

2009-10-26 Thread Peterskurt
Date: Mon, 26 Oct 2009 14:27:16 -0400 From: Jinkyu Koo k...@purdue.edu Subject: [Tinyos-help] segmentation fault To: Tinyos-help@millennium.berkeley.edu Message-ID: 1256581636.8164.5.ca...@jinkyu-laptop Content-Type: text/plain Dear all, Have you ever see segmentation fault error

Re: [Tinyos-help] segmentation fault

2009-10-26 Thread Philip Levis
On Oct 26, 2009, at 2:10 PM, Peterskurt wrote: Date: Mon, 26 Oct 2009 14:27:16 -0400 From: Jinkyu Koo k...@purdue.edu Subject: [Tinyos-help] segmentation fault To: Tinyos-help@millennium.berkeley.edu Message-ID: 1256581636.8164.5.ca...@jinkyu-laptop Content-Type: text/plain Dear all,

Re: [Tinyos-help] MIB520 and MIB510 issues

2009-10-26 Thread Janos Sallai
You probably have an old version of tinyos. You will need 2.1 in order to have mib520 support. Janos On Sun, Oct 25, 2009 at 8:36 PM, nikhil marrapu marrapu.nik...@gmail.com wrote: Hello, I am programming mica motes on MIB520 board, when i give command make mica install mib520,/dev/ttyUSB0

Re: [Tinyos-help] blip-tinyos

2009-10-26 Thread Stephen Dawson-Haggerty
Hi-- Please send your help messages to tinyos-help, in the future. Blip isn't currently supported on windows; you'll have to use the linux vm image until we get windows support straightened out. I would also recommend that you use blip out of core (tinyos-2.x) and not contrib