Re: [Tinyos-help] number of nodes in TOSSIM

2009-02-06 Thread Javier M. Mora Merchan
El vie, 06-02-2009 a las 10:29 +0530, mahendra nimishakavi escribió: Hi, I want to find out the maximum number of nodes that can be simulated in TOSSIM. Can anyone please help me on this? How can I do that? In app.c generated by make micaz tosim pre-allocate 1000 nodes.

Re: [Tinyos-help] tinyos 1.x download

2009-02-06 Thread Razvan Musaloiu-E.
Hi! On Fri, 6 Feb 2009, mahendra nimishakavi wrote: Please give me the download link of tinyos-1.x. Urgent please. You can checkout the tinyos-1.x from the cvs with this command: cvs -z3 -d:pserver:anonym...@tinyos.cvs.sourceforge.net:/cvsroot/tinyos co -P tinyos-1.x Note: this will

Re: [Tinyos-help] Deluge T2 dissemination problem on XubunTOS-2.1.0

2009-02-06 Thread Razvan Musaloiu-E.
Hi! Sorry for delay, I just noticed this thread. On Fri, 6 Feb 2009, Mehmet Akif Antepli wrote: Hi Bai, Thanks for your reply. I flaged TelosB with Light_Base_Station since i want to ping TelosB, also. Therefore, i included this CFLAGS+=DDELUGE_LIGHT_BASESTATION in the 2nd step. It's

Re: [Tinyos-help] Mote-PC serial communication and SerialForwarder

2009-02-06 Thread Hussein Khaleel
Hi, I had a similar but not this exact problem, it appeared that the java was not properly installed. So, try to go to: tinyos-2.0.2/support/sdk/java and then execute: make Then try to make the TestSerial application again. This has worked for me, I hope it does for you. Good luck, Hussein

[Tinyos-help] Installing TinyOS problem

2009-02-06 Thread Dave K
Hi, I've installed everything and still get this error. Please help! da...@dave /opt/tinyos-2.x/apps/Blink $ make telosb mkdir -p build/MCD compiling BlinkAppC to a MCD binary ncc -o build/MCD/main.exe -Os -O -mdisable-hwmul -Wall -Wshadow -Wnesc-all -tar get=MCD

Re: [Tinyos-help] Deluge T2 dissemination problem on XubunTOS-2.1.0

2009-02-06 Thread Mehmet Akif Antepli
Hi Razvan, Btw: make sure you don't forget the '-' in 'CFLAGS=-DDELUGE_BASESTATION' and 'CFLAGS+=-DDELUGE_LIGHT_BASESTATION'. I presume it was a typo in your original message. :-) While writing the e-mail, actually I couldn't remember whether i used '-' or not :-). But, i did not get any

Re: [Tinyos-help] help needed on uint64_t type

2009-02-06 Thread BAI LI
Hi, Thanks for your solution. It is a method. But when you use UNION structure, every time you only can store one varialbe in that UNION structure. You have to overwrite that memory address Which made it a bit inconvenience. BUt it is a good method when you break a 64 bits message into two 32

Re: [Tinyos-help] Mote-PC serial communication and SerialForwarder

2009-02-06 Thread Agnelo Silva
Andrew, as you are using MICA2 probably with MIB-520, the listening (debug) port is the second one (ttyUSB1). Try this command: $ java net.tinyos.tools.Listen -comm serial@/dev/ttyUSB1:mica2 Regards, Agnelo Rocha da Silva Research Assistant - Wireless Sensor Networks Laboratory University of

[Tinyos-help] Problem installing Tinyos with cygwin

2009-02-06 Thread Dave K
After I tried the tos-check-env, it gave me this warning. I don't know where this 'dot' could apply to. Please help graphviz: -- WARNING: No dot in current path. -- WARNING: tos-check-env could not find the 'dot' executable which is part of the ATT Graphviz package. Please install version

Re: [Tinyos-help] Problem installing Tinyos with cygwin

2009-02-06 Thread Ittipong Khemapech
Hi, I think dot (.) should be at the end of your PATH setting. For example my CLASSPATH setting using export command is: $ export CLASSPATH=$CLASSPATH;/cygdrive/c/cygwin/opt/tinyos-2.x/support/sdk/java/tinyos.jar;. You can see the dot after semicolon (;). Ittipong 2009/2/6 Dave K

[Tinyos-help] Looking for MDA320 driver for tinyos2.1

2009-02-06 Thread nick nicky
Hi, I'm using micaz with tinyos 2.1. I'm looking for MDA320 Drivers for tinyos2.1,not fot tinyos1.x. I got MDA320 Driver in this website. http://www.xbow.com/Support/wSoftwareDownloads.aspx However,it's for tinyos1.x. I got to know it's difficutl to convert the file from for tinyos1.x to for

[Tinyos-help] No respond after ser...@com3:57600: resynchronizing

2009-02-06 Thread xiaowei
Hi, all, I am following the RssiDemo tutorial and run java RssiDemo command, it returns ser...@com3:57600: resynchronizingser...@com3:57600:%20resynchronizingand stucks there. I have set the MOTECOM to ser...@com3:57600. Anyone can give me some hints? Thanks. Xiaowei

[Tinyos-help] RSSI

2009-02-06 Thread Lorena Aguirre
Hello, We would like to get the RSSI and we want to know if a programa exists tha calculate it. We have the old version of tinyos 1.x. Thanks, Lorena ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu

[Tinyos-help] Method to sent packets from PC to Mote

2009-02-06 Thread Siva Sankar Gupta
Hello, I would like to built an application(in java) which reads data from an audio file (PC) and send it to a Tmote sky node which is connected to the serial port. Is there any alternative other than MIG to send data from the PC to the Mote ? If there is any application please do reply..

[Tinyos-help] SPI on tmote

2009-02-06 Thread Alfonso Cardell
Hi, I want to use SPI communications on tmote but it haven't any pin in pin header. Have anyone could use SPI on tmote? How? Thanks in advance. Alfonso Cardell. ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu

Re: [Tinyos-help] RSSI

2009-02-06 Thread Ittipong Khemapech
Hi, Have a look at RssiDemo by Dimas; http://docs.tinyos.net/index.php/Rssi_Demo . Ittipong 2009/2/6 Lorena Aguirre aguilor...@gmail.com Hello, We would like to get the RSSI and we want to know if a programa exists tha calculate it. We have the old version of tinyos 1.x. Thanks, Lorena

Re: [Tinyos-help] Looking for MDA320 driver for tinyos2.1

2009-02-06 Thread Andrey Gursky
Nick, read this: https://www.millennium.berkeley.edu/pipermail/tinyos-help/2008-June/034154.html As far as I know, there is no public available driver with 100% functionality. So search the list on MDA and you'll see that people were/are working on it. Best wishes, Andrey nick nicky wrote:

[Tinyos-help] dynamic memory allocation in TinyOS

2009-02-06 Thread Antonio Guerrieri
Hi All, I'm going to use dynamic memory allocation in TinyOS. I'm using Telosb. Reading on the Internet, I'm understanding it is possible to use dynamic allocation in safe mode in TinyOS 2.1 Can you give me some information on the use of this feature? Could you send me some links where I can read

Re: [Tinyos-help] Problem installing Tinyos with cygwin

2009-02-06 Thread Ereth McKnight-MacNeil
That answer is in the question. Dave K wrote: After I tried the tos-check-env, it gave me this warning. SNIP -- WARNING: tos-check-env could not find the 'dot' executable which is part of the ATT Graphviz package. Please install version 1.1.0 of Graphviz if you'd lik e to use the

Re: [Tinyos-help] Help with iris motes!!

2009-02-06 Thread Martin van de Goor
Hi, Excuse me if you have checked this, but have you tried double checking the connections? I often get this error when the mote is connected to the mib520 board, but is not exactly in the right position. Martin On Thu, Feb 5, 2009 at 00:28, Mohammad Sajjad Hossain saj...@purdue.eduwrote: Hi,I

Re: [Tinyos-help] Deluge T2 dissemination problem on XubunTOS-2.1.0

2009-02-06 Thread Razvan Musaloiu-E.
Hi! On Fri, 6 Feb 2009, Mehmet Akif Antepli wrote: Hi Razvan, Btw: make sure you don't forget the '-' in 'CFLAGS=-DDELUGE_BASESTATION' and 'CFLAGS+=-DDELUGE_LIGHT_BASESTATION'. I presume it was a typo in your original message. :-) While writing the e-mail, actually I couldn't remember

Re: [Tinyos-help] Deluge T2 dissemination problem on XubunTOS-2.1.0

2009-02-06 Thread Mehmet Akif Antepli
Hi Razvan, I did all the five steps that i mentioned previously with your comment on '-' for the first two steps as follows; 1-) CFLAGS=-DDELUGE_BASESTATION make micaz install,0 mib520,/dev/ttyUSB0 2-) CFLAGS=-DDELUGE_LIGHT_BASESTATION make telosb install bsl,/dev/ttyUSB2 Then i *succeeded*

Re: [Tinyos-help] Help with iris motes!!

2009-02-06 Thread Mohammad Sajjad Hossain
Yes, thats what eventually solved the problem. Thanks. On Fri, Feb 6, 2009 at 12:39 PM, Martin van de Goor martin.vandeg...@gmail.com wrote: Hi, Excuse me if you have checked this, but have you tried double checking the connections? I often get this error when the mote is connected to the

Re: [Tinyos-help] Mote-PC serial communication and SerialForwarder

2009-02-06 Thread Andrew C. Jung
Thank you Hussein. It is working now. My problem was the same as yours. After I execute java, I made a serial port writable. Now, I can follow rest of tutorial. Thanks a lot. -Andrew- On Fri, Feb 6, 2009 at 4:37 AM, Hussein Khaleel hussein.khal...@polito.itwrote: Hi, I had a similar but

Re: [Tinyos-help] Deluge T2 dissemination problem on XubunTOS-2.1.0

2009-02-06 Thread Razvan Musaloiu-E.
Hi! On Fri, 6 Feb 2009, Mehmet Akif Antepli wrote: Hi Razvan, I did all the five steps that i mentioned previously with your comment on '-' for the first two steps as follows; 1-) CFLAGS=-DDELUGE_BASESTATION make micaz install,0 mib520,/dev/ttyUSB0 2-) CFLAGS=-DDELUGE_LIGHT_BASESTATION

Re: [Tinyos-help] dynamic memory allocation in TinyOS

2009-02-06 Thread Andrey Gursky
Antonio, the start is here: http://docs.tinyos.net/index.php/Safe_TinyOS Best wishes, Andrey Antonio Guerrieri wrote: Hi All, I'm going to use dynamic memory allocation in TinyOS. I'm using Telosb. Reading on the Internet, I'm understanding it is possible to use dynamic allocation in

[Tinyos-help] compile problem of Octopus

2009-02-06 Thread Gang Lu
Hi All, When I compile the Octopus in tinyos2.x-contrib/ucd/Octopus/motes, I got the error: In component `OctopusC': OctopusC.nc: In function `collectSendTask.runTask': OctopusC.nc:376: too few arguments to function `CollectSend.getPayload' OctopusC.nc: In function `serialSendTask.runTask':

[Tinyos-help] generating input file for tossim

2009-02-06 Thread Adeel Akhtar
Hi All: how can we generate position file as input file for tossim 1.x. i want to set the positions of nodes in my simulaiton any idea... -- Thanks Best Regards Adeel Akhtar ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu

[Tinyos-help] tinyos 1.x

2009-02-06 Thread mahendra nimishakavi
I am unable to download tinyos -1.x. The CVS seems to be not working and all the links are not working. Please help me on this. N.Mahendra. ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu

Re: [Tinyos-help] (no subject)

2009-02-06 Thread Wahid
hi why dont you use xubuntos cd image. somebody has already turned the wheel and made the life easy for us. if you'r intending to install tinyos on windows, installing crossbows moteworks will give you tinyos 1.1.7 ready to use(on cygwin). save your brain for Nesc programming. you're gonna need