[Tinyos-help] Tinyos Error

2012-12-04 Thread Resul DOĞAN
Can you help ! I get the error mkdir -p build/telosa compiling rdxSenseAppC to a telosa binary ncc -o build/telosa/main.exe -Os -O -mdisable-hwmul -fnesc-separator=__ -Wall -Wshadow -Wnesc-all -target=telosa -fnesc-cfile=build/telosa/app.c -board= -DDEFINED_TOS_AM_GROUP=0x22

Re: [Tinyos-help] Tinyos Error

2012-12-04 Thread Eric Decker
you are trying to compile 2.1.1 using a newer toolchain. you need to ... a) upgrade to 2.1.2 the current release and b) upgrade to the 4.6.3 toolchain. Try looking at http://tinyprod.net/repos/debian/ And then install the msp430-46 toolchain On Tue, Dec 4, 2012 at 1:35 AM, Resul DOĞAN

[Tinyos-help] help needed to assume value in simulation

2012-12-04 Thread rajesh mukherjee
Hi All, i actually doing simulation of routing algorithm in WSN using tossim. i have already successfully implemented the algorithm in tossim. plz suggest me about followings: 1) What will be the packet length which i will route in the network? 2) what will i set as a maximum communication range

[Tinyos-help] How to store data from the telosb network

2012-12-04 Thread Sarah John Mwariti
Hi all, I have a modified the Oscilloscope program to sense Temperature. I want to calculate the minimum, average and maximum temperature after a period of time eg. after 30 minutes. How do i store the data from the *telosb* network? Regards, Sara.

[Tinyos-help] BusyWait

2012-12-04 Thread mansooreh mollaie
Hi, Can I use BusyWait component in Tossim? if no  how I can implement delay in Tossim?? Thanks___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Re: [Tinyos-help] FW: when does CC2420 radio drop a frame?

2012-12-04 Thread Xiaohui Liu
Hello David, But in this case, the radio cannot receive/decode the frame in the first place and thus it would not be present in RXFIFO, right? By discarding, I mean flushing the frame out of RXFIFO after it is already there. Thanks for your reply. -Xiaohui On Tue, Dec 4, 2012 at 2:28 AM, David

[Tinyos-help] Xserve with TinyOS-2.x

2012-12-04 Thread Ahmad Muhaimin
Hi, I would like to ask for your help with implementing Xserve by Moteworks with basic application of TinyOS-2.x. I have installed an application that send packet to UART port, but Xserve did not show any packet captured. I have run the XSERVE with -r to show raw packets. I want to know if

[Tinyos-help] Fwd: How to store data from the telosb network

2012-12-04 Thread Sarah John Mwariti
-- Forwarded message -- From: Sarah John Mwariti saraah1...@gmail.com Date: Tue, Dec 4, 2012 at 4:54 PM Subject: How to store data from the telosb network To: tinyos-help@millennium.berkeley.edu Hi all, I have a modified the Oscilloscope program to sense Temperature. I want to

Re: [Tinyos-help] microsecond ftsp on TelosB without cc2420x

2012-12-04 Thread Janos Sallai
The STXON strobe tells the radio chip to start transmitting a packet. After STXON is issued, the chip transmits the preamble, puts the two SFD bytes on air, reads the length byte from the TX FIFO, transmits it, and reads and transmits the subsequent bytes of the message one by one. That is, it

[Tinyos-help] Sht11 sensors and TOSSIM

2012-12-04 Thread Resul DOĞAN
Hi all How can I simulate with Tossim (my code contain Sht11 sensors) make telosb sim and make micaz sim gives an error but make telosa successfully compile. ___ Tinyos-help mailing list

[Tinyos-help] How to store data from telosb network

2012-12-04 Thread Sarah John Mwariti
Hi all, I have a modified the Oscilloscope program to sense Temperature. I want to calculate the minimum, average and maximum temperature after a period of time eg. after 30 minutes. How do i store data from the *telosb* network? Regards, Sara. ___