Re: [Tinyos-help] cc2420 timing and TOSSIM (little) bugs?

2008-08-19 Thread Flavio Pompermaier
I apologize myself for errors I wrote in the previous email..I've used wrong jiffy duration in my calculations... Here it is the previous question but with correct values: When I have to send a packet of length X, this is how the cc2420 should behave (in the current svn version of TinyOS 2.x): 1

[Tinyos-help] Information on the radio send

2008-08-19 Thread [EMAIL PROTECTED]
Hi! I have a problem with Tmote sky and its radio. I made a nesC program that receives a fast stream of serial packets and forwards them to radio. My client app uses Java tools for TinyOS 2. Sometimes, the MoteIF.send method takes a lot longer than usual to execute: instead of a few milliseconds

[Tinyos-help] Mag.nc:65: error: 'result' redeclared as different kind of symbol

2008-08-19 Thread Nicola Wegner
Hi, I use the MTS300 Sensorboard with micaz motes. I use the Read-interface implementations from SensorMts300C. My wiring: === components new SensorMts300C(); SensorReader0.Read -> SensorMts300C.Vref; SensorReader1.Read -> SensorMts300C.Temp; By now I do not use the magnetic sensor (I want t

[Tinyos-help] LPL broadcasting

2008-08-19 Thread Flavio Pompermaier
Hi to all, I've a question about the broadcasting of a message when using LPL. >From what I see from the oscilloscope is that the packet is continuously >repeated for all the receiver's LPL interval (plus some time). That's fine. However, I do not understand why after a transmission there's always

Re: [Tinyos-help] Mag.nc:65: error: 'result' redeclared as different kind of symbol

2008-08-19 Thread Nicola Wegner
Now the confusion is perfect. I can compile my code without errors in my cygwin environment. The error only occurs when I use Ubuntu. Both installations are in sync with the cvs repository. But this probably points to a configuration error of my Ubuntu setup, doesn't it? 2008/8/19 Nicola Wegner <

[Tinyos-help] telosb error

2008-08-19 Thread maryam ebraheem
--- On Tue, 8/19/08, maryam ebraheem <[EMAIL PROTECTED]> wrote: From: maryam ebraheem <[EMAIL PROTECTED]> Subject: telosb error To: Tinyos-help@Millennium.Berkeley.EDU Date: Tuesday, August 19, 2008, 1:56 PM   Hello I try to install my telosp but I got thi error After the command  make

[Tinyos-help] Providing and using the same interface in a module. Is this possible?

2008-08-19 Thread Nicola Wegner
Hi, I have a module that uses and provides the interface Mount: uses interface Mount as UsedMount; provides interface Mount as ProvidedMount; The implementation of ProvidedMount.mount() looks like this: command error_t ProvidedMount.mount() { return call UsedMount.mount()

Re: [Tinyos-help] Providing and using the same interface in a module. Is this possible?

2008-08-19 Thread Michael Schippling
Are they connected in the config file? MS Nicola Wegner wrote: > Hi, > > I have a module that uses and provides the interface Mount: > uses interface Mount as UsedMount; > provides interface Mount as ProvidedMount; > > The implementation of ProvidedMount.mount() looks like this: >

Re: [Tinyos-help] Providing and using the same interface in a module. Is this possible?

2008-08-19 Thread Nicola Wegner
Hi, I found it. Stupid mistake :-( I have a configuration PermConfStorageC that wires PermConfStorageP. But in the top level configuration I wired my app to PermConfStorageP instead of PermConfStorageC. All these P's and C's confused me... But thanks anyway! Nicola 2008/8/19 Michael Schipplin

[Tinyos-help] TinyOS 2.x Network ID

2008-08-19 Thread Jim Fell
Hello. Does anyone know how to configure the PAN (or Network ID) in TinyOS 2.x? Is this the TINYOS_6LOWPAN_NETWORK_ID defined in cc2420.h? If so, why am I seeing a PAN ID of 0x0022 with my IEEE 802.15.4 sniffer, whereas the TINYOS_6LOWPAN_NETWORK_ID is defined as being 0x0. Thanks, -Jim

Re: [Tinyos-help] Providing and using the same interface in a module. Is this possible?

2008-08-19 Thread Michael Schippling
welcome to the club... Nicola Wegner wrote: > Hi, > > I found it. Stupid mistake :-( > > I have a configuration PermConfStorageC that wires PermConfStorageP. But > in the top level configuration I wired my app to PermConfStorageP > instead of PermConfStorageC. All these P's and C's confused me

Re: [Tinyos-help] Providing and using the same interface in a module. Is this possible?

2008-08-19 Thread Philip Levis
On Aug 19, 2008, at 2:42 PM, Michael Schippling wrote: > welcome to the club... > > Nicola Wegner wrote: >> Hi, >> >> I found it. Stupid mistake :-( >> >> I have a configuration PermConfStorageC that wires >> PermConfStorageP. But >> in the top level configuration I wired my app to PermConfStor

[Tinyos-help] About the BER in RF230 chip

2008-08-19 Thread 贾鹏
Hi there, I've scrutinized some papers talking about the packet loss vs power and distance etc. and try to model the routing metric. I am wondering that whether I can investigate the Bit error rate using iris mote. I checked the RF230 data sheet, it looks that in extended mode, when a packet CRC c

Re: [Tinyos-help] Question about TestFTSP

2008-08-19 Thread Hui Kang
I searched in the directory for the definition of the topology, but failed. Could you point out where the file is. Also it seems the TimeSyncPollC, the dedicated beacon sender does not exist. TestTimeSyncMessage has to be changed for a dedicated beacon sender. - Hui Branislav Kusy wrote: >> Hi

[Tinyos-help] Hi about the Battery monitor function in RF230

2008-08-19 Thread 贾鹏
Hi, there For my experiment, the RF transmission power control is important. And the battery voltage may drop all the way as the time elapses, I'm wondering whether the transmission power can be inflected by the battery drop? or it doesn't matter in a certain voltage range. I know there is a volta