Re: [Tinyos-help] detecting packet losses in TOSSIM 2.0

2007-07-19 Thread Avinash Sridharan
Hi Phil, Are you referring to the CpmModelC.nc, since in the TinyOS 2.0.1 version that I have, the file in question has only 361 lines. I did a grep for the exact dbg statement you had mentioned, in your reply, for all files under the tossim folder as well, without success. I used the grep with

Re: [Tinyos-help] detecting packet losses in TOSSIM 2.0

2007-07-19 Thread Philip Levis
Avinash Sridharan wrote: Hi Phil, Are you referring to the CpmModelC.nc, since in the TinyOS 2.0.1 version that I have, the file in question has only 361 lines. I did a grep for the exact dbg statement you had mentioned, in your reply, for all files under the tossim folder as well, without

RE: [Tinyos-help] How can I adjust radio(reduce or increase) range ofmote (micaz

2007-07-19 Thread vazoumana fofana
it s a mail of urs wich is hepful for you : IHi, This is what I previously wrote about reducing TX power: In Tinyos 2 with a platform with the cc2420 (such as MicaZ and the Tmotes), you can use either a flag in the makefile: CFLAGS += -DCC2420_DEF_RFPOWER=1 or you can dynamically change the

[Tinyos-help] GainRadioModel Interface Question

2007-07-19 Thread Tal Rusak
Hi, The signature of the function putOnAirTo in the GainRadioModel interface of /tinyos-2.x/tos/lib/tossim has the following signature: command void putOnAirTo(int dest, message_t* msg, bool ack, sim_time_t

[Tinyos-help] BMAC and Tossim

2007-07-19 Thread Faisal Karim
Hi All Im working under Tinyos1.1.15 TOSSIM. I made a simple program to send and receive via GenericComm and simulated it in TOSSIM, works very fine. The TOSH_DATA_LENGTH is 36 instead of 29 as i have to send more information in the packet. Now I want to see the behavior using BMAC. What i

[Tinyos-help] CRC,RSSI in CC2420

2007-07-19 Thread Hi Its me
Hello, Could anybody tell me what goes on in the CC2420 radio when I disable the AUTOCRC option.What is the message structure that is passed on from the radio to the MAC layer in this situation i.e. does it still include information about RSSI and correlation values. I am working

[Tinyos-help] TinyOS 1.x API??

2007-07-19 Thread Adi Mallikarjuna Reddy V
Hi all, I dont if some of you faced this problem. If a user wants write an application from scratch after learning enough theory about nesC/TinyOS, without API or some sort of it, it is impossible. If any one of you come across some sort of list with available interfaces and methods...let me

Re: [Tinyos-help] Role of DelugeC and DelugeM in Overair programming

2007-07-19 Thread J. Ryan Stinnett
[EMAIL PROTECTED] wrote: Hi, Can somebody explain me in detail the working of deluge in tinyos. What role is played by the DelugeM and DelugeC since all the image injection and pinging of the nodes and all that stuff is done through the Java applications. DelugeC contains the code that

[Tinyos-help] Debugging in TOS / nesC

2007-07-19 Thread John Smith
I'm new to TOS and sensor networks, and I would like to know if anybody has any experience with debugging. At present all my debugging is done by blinking LEDs which is tedious. Is there a way in TOS so printf statements can be sent to the serial port? I read the tutorial about Serial

Re: [Tinyos-help] [Graphviz]

2007-07-19 Thread vazoumana fofana
i ve got an other question : it works even if it s not the right version for the compiler . When i run it , it displays a list of components and interfaces but idon t see any drawings . Is it right ? What can i do to see graphs ? From: DAE HEE KIM [EMAIL PROTECTED] To: vazoumana fofana

Re: [Tinyos-help] USB related crash of host computer connected to TinyOS nodes

2007-07-19 Thread Steve McKown
On Monday 16 July 2007 04:26:53 pm Razvan Musaloiu-E. wrote: Hi! On Mon, 16 Jul 2007, Steve McKown wrote: On Friday 13 July 2007 09:22:00 pm Razvan Musaloiu-E. wrote: Hi! On Fri, 13 Jul 2007, Philip Levis wrote: On Jul 13, 2007, at 3:37 PM, Steve McKown wrote: On Wednesday 11 July

[Tinyos-help] TOSSIM provides RSSI reading?

2007-07-19 Thread Ittipong Khemapech
Dear all, As I am waiting for some motes to come, I am playing around with TOSSIM (make pc). I successfully adjust transmit power. I need to know RSSI measured at the receiving mote. Does TOSSIM provide any stuffs for this? Many thanks in advance, Ittipong

[Tinyos-help] Precompile an nc file

2007-07-19 Thread Chan kenniel
Hi all, Can ncc compiler output a precompiled file? (like the -E option of gcc) I found it doesn't out put anything with -E option processing a .nc file. Thank you in advance. -- Best wishes, Kenneth Chan Wish you have a good day!

[Tinyos-help] Make compatability with multiple directories

2007-07-19 Thread Christopher Jenkins
Hello, I am trying to make it to where I can make applications from multiple directory trees. Originally, I had moteworks and a tinyos-1.x folders at the cygwin/opt level, but could only make from the moteworks directory. I reinstalled due to incompatability (updated cygwin and lost make

[Tinyos-help] Telos module,delta app and humidity sensor

2007-07-19 Thread bedesign
hi all, We've got an application running the delta application (Moteiv) and would like to add humidity, from looking at the oscilloscope application as a reference it appears there's a lot of overhead to use the humidity sensor, and it might kill battery life. Does anyone have experience with

Re: [Tinyos-help] GainRadioModel Interface Question

2007-07-19 Thread Philip Levis
On Jul 19, 2007, at 1:03 AM, Tal Rusak wrote: Hi, The signature of the function putOnAirTo in the GainRadioModel interface of /tinyos-2.x/tos/lib/tossim has the following signature: command void putOnAirTo(int dest, message_t* msg,

Re: [Tinyos-help] detecting packet losses in TOSSIM 2.0

2007-07-19 Thread Avinash Sridharan
Hi Phil, Thanks. Just one more question, which branch should I check in order to get the 2.0.2 code ? Thanks, Avinash On 7/18/07, Philip Levis [EMAIL PROTECTED] wrote: Avinash Sridharan wrote: Hi Phil, Are you referring to the CpmModelC.nc, since in the TinyOS 2.0.1 version that I have,

RE: [Tinyos-help] Make compatability with multiple directories

2007-07-19 Thread Giri Baleri
You can set your tinyos environment to anywhere by changing the following three environment variables: export TOSDIR=/opt/MoteWorks/tos export TOSROOT=/opt/MoteWorks export MAKERULES=/opt/MoteWorks/make/Makerules You would have to change these variable paths everytime you

Re: [Tinyos-help] Telos module,delta app and humidity sensor

2007-07-19 Thread Joe Polastre
As long as you power the sensor on and off when you use it, it will not noticeably affect battery life. On 7/19/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: hi all, We've got an application running the delta application (Moteiv) and would like to add humidity, from looking at the oscilloscope

[Tinyos-help] Upgrading nesc from 1.1

2007-07-19 Thread Christopher Jenkins
I have installed tinyos 1.1.7 to work with the cricket package. It came with nesc 1.1. However, I also want the ability to compile xmesh code, which requires nesc 1.2. I have atttempted every version on the tinyos.net site, but when I use any of the rpm's, the command ncc --version says it can't

[Tinyos-help] large number modular and multiplication operations

2007-07-19 Thread Chris Yao
hi, I am wondering is there any implementation of large number (16 byte) modular and multiplication operations in TinyOS? Thanks, Chris - Choose the right car based on your needs. Check out Yahoo! Autos new Car Finder

[Tinyos-help] Connecting mib500 programming board with USB to parallel cable

2007-07-19 Thread Deeksha Ganju
Hi all, I have mib 500 programming board and mica2 motes. I am trying to connect this programming board using USB to Parallel Cable. But it doesn't seem to work. Can anybody let me know if there is any way to make it work? Thanks in advance. Regards, Deeksha Ganju

[Tinyos-help] GenericComm

2007-07-19 Thread roberto pagliari
which timer uses GeneriComm? I'm using timer1 and 3 in my app, and I'm afraid they interfere with genericcomm ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] max message size for SendMsg? Sending message is failing for me (1.x)

2007-07-19 Thread James Kebinger
Hello all, I'm trying to modify OscilloscopeRF to send more samples per packet (I've increased the sample rate a bunch and am seeing some dropped packets, so I thought this might help). Increasing the number of samples in the packet below even from 10 to 11 causes SendMsg to reject the message.

[Tinyos-help] GenericComm problem

2007-07-19 Thread roberto pagliari
the simple following code should blink the red led on and off every time a msg has received (if the ). I don't understand why sometimes it does not happen. Does genericcomm uses timer3, or there is another problem in that code? thank you event TOS_MsgPtr ReceiveMsg.receive( TOS_MsgPtr m) {

Re: [Tinyos-help] max message size for SendMsg? Sending message is failing for me (1.x)

2007-07-19 Thread Michael Schippling
You should be able to bump the message BUFFER_SIZE to 11, just like Nigel in Spinal Tap, but no further as the max payload size is 29 bytes...I don't know why it failed. However for many gory details of TOS message sizing search this list or google for TOSH_DATA_LENGTH. MS James Kebinger