Re: [Tinyos-help] macports for nesc and the MSP430 toolchain for Snow Leopard

2009-10-05 Thread Andres Vahter
Hi, I tried to install Null app to Iris to see if avrdude works. Make works fine: Andrese-MBP:Null Andres$ make iris mkdir -p build/iris compiling NullAppC to a iris binary ncc -o build/iris/main.exe -Os -fnesc-separator=__ -Wall -Wshadow - Wnesc-all -target=iris -fnesc-cfile=build/iris/ap

Re: [Tinyos-help] Doubt send receive

2009-10-05 Thread giorgio
Thanks a lot :I must verify my code . You have solved my doubt on presence of send and sendDone. Giorgio On Monday 05 October 2009 19:44:01 you wrote: > Only one device can "own" the radio channel at a time. > If a mote is receiving a message at the same time that > its program initiates a messag

[Tinyos-help] ATEMU dbg & NesC 1.30 issue?

2009-10-05 Thread Mac Brown
Hi I am having troubles with getting ATEMU to print the debug statements after applying the patch following the steps described here: http://www.hynet.umd.edu/research/atemu/patch.html The only modification I did was to remove the last parameter (0) " fdevopen" function call to satisfy avr-gc

Re: [Tinyos-help] How to net reprogram a mote with specific ID

2009-10-05 Thread Miklos Maroti
Hi Yee Wei, > Thanks again for looking into this. > > CFLAGS += -DTFRAMES_ENABLED  alone does speed up Deluge as well. Can you do one more test for me please? Please get the latest CVS and try if that fixes your problem (I had some problem with PACKET_LINK ifdefs and also not automatically cleari

[Tinyos-help] Please: Need hints for low power sending with CC2420

2009-10-05 Thread Martin Osterloh
Hi there, I just startet to work with the CC2420 on a Telosb. Everything works fine, no complications with installation process (Ubuntu 9.04) and made several tests (blinking lights, turn on the radio ... ). Now, I want to send packets (like in the tutorial) with the lowest power (or 2nd lowest p

Re: [Tinyos-help] macports for nesc and the MSP430 toolchain for Snow Leopard

2009-10-05 Thread Razvan Musaloiu-E.
Hi! On Mon, 5 Oct 2009, Themis Bourdenas wrote: > Hi, > > I've just tried the ports. It works now for the msp430, haven't tried the > avr yet. Thanks for both you and Andres for testing! :-) -- Razvan ME > On Fri, Oct 2, 2009 at 8:33 PM, Razvan Musaloiu-E. wrote: > >> Hi! >> >> On Fri, 2 Oct 2

Re: [Tinyos-help] Doubt send receive

2009-10-05 Thread Michael Schippling
Only one device can "own" the radio channel at a time. If a mote is receiving a message at the same time that its program initiates a message send, the send will wait until the channel is clear before actually starting. That's one of the reasons sending has two phases, the send() effectively queues

Re: [Tinyos-help] Problem with java net.tinyos.tools.Listen

2009-10-05 Thread Michael Schippling
Apparently Listen doesn't take the -comm parameter. Try putting that setting into the MOTECOM env var: export MOTECOM="ser...@com1:telosb" MS David Conde wrote: > Hi , I am trying to launch the Lesson 6 example in TinyOS 1.X tutorial > but when I tried to launch > > >>java net.tinyos.to

[Tinyos-help] Problem with java net.tinyos.tools.Listen

2009-10-05 Thread David Conde
Hi , I am trying to launch the Lesson 6 example in TinyOS 1.X tutorial but when I tried to launch >>java net.tinyos.tools.Listen -comm ser...@com1:telosb I do not get any data in the screen, I just get: >>Usage: java net.tinyos.tools.Listen. Firstly I installed the oscilloscope applic

Re: [Tinyos-help] Need help in CC2420 AES

2009-10-05 Thread JeongGil Ko (John)
Hi! Take a look at http://docs.tinyos.net/index.php/CC2420_Security_Tutorial This is the tutorial for the cc2420 security features. -John hi all, Did anyone tested CCM mode or CTR mode of CC2420 AES in-line security. I need help in these usages . Thank you. From th

Re: [Tinyos-help] Clustering in tinyos-1.x

2009-10-05 Thread Kiraneet sharma
Hello sir, Thanks for your reply.. I couldn't find MintRoute in my tinyos-1.x, but in the lib directory there is some folder called Route which contains various .nc files like MultiHop.nc and others..So is this the one to be studied ? And there was no 'readme' file to direct how to use integrate

[Tinyos-help] tmote mini tinyos 2.x

2009-10-05 Thread Alex Araújo
Hello, is possible to run tinyos 2 on tmote mini? the Tmote Tools 2.0.5 came with tinyos 1. i have installed on my pc tinyos 2.1 and my application was developed with it. i don't want to change my entire app to 1.x. if is possible, what i have to do? thanks, Alex. __

[Tinyos-help] Doubt send receive

2009-10-05 Thread giorgio
What happen if I receice while I'am sending ?Sorry I'am using the CC2420ActiveMessageC component and I'd like that my node send and receive via radio to other nodes .So I think that it can happen that while receive a packet it try to make a send and in that case it obtain a EBUSY but what error

Re: [Tinyos-help] BaseStation Application for TinyOS 1.X

2009-10-05 Thread Rubenalia
Hi again, I forgot to tell you that you have several examples in /apps directory from TinyOS directory tree instalation where you can try to understand their functionallity. Regards. 2009/10/5 Rubenalia > Hi, > > I just know TinyOs v1.x. tutorial. You cand find it at > http://www.tinyos.net/ti

Re: [Tinyos-help] BaseStation Application for TinyOS 1.X

2009-10-05 Thread Rubenalia
Hi, I just know TinyOs v1.x. tutorial. You cand find it at http://www.tinyos.net/tinyos-1.x/doc/tutorial/ and phD from Philip Levis at http://csl.stanford.edu/~pal/pubs/tinyos-programming.pdf 2009/10/5 David Conde > Hi, > > > Thank you for your answer, do you know some place to get examples >

[Tinyos-help] getting started

2009-10-05 Thread nandini pandey
hello,as directed in the tutorial, i first gave the command: tos-check-env after which i got following two warnings: classpath may not include . plz update your graphviz version to use nescdoc documentation generator are they going to affect further if do then how do i rectify the problem or i sh

Re: [Tinyos-help] BaseStation Application for TinyOS 1.X

2009-10-05 Thread David Conde
Hi, Thank you for your answer, do you know some place to get examples documentation or information about TinyOS 1.X, since all what I found are examples for TinyOS 2.0 and when I try to follow an example it is difficult for me to adapt TinyoS 2.0 exampled with the applications provided by tinyos

Re: [Tinyos-help] BaseStation Application for TinyOS 1.X

2009-10-05 Thread Rubenalia
Hi David, you can use TOSBase, which is distributid with any TinyOS 1.x. distribution. Good luck!! 2009/10/5 David Conde > Hi, > > > > I am starting with TelosB motes and TinyOS 1.X, so I am reading the Sensing > chapter in order to understand how I could sense data from default sensor in > T

[Tinyos-help] BaseStation Application for TinyOS 1.X

2009-10-05 Thread David Conde
Hi, I am starting with TelosB motes and TinyOS 1.X, so I am reading the Sensing chapter in order to understand how I could sense data from default sensor in TelosB motes and send this information to another mote connected to the PC. I would like to know if there is a BaseStation application for

[Tinyos-help] How to combine base and non base codes

2009-10-05 Thread Wahid
Hi I am using tos1 and I'd like to use the same code image on base and non-base nodes with slightly different functionality. So I'm trying to use "#define BASE " whenever TOS_LOCAL_ADDRESS=0 : #if (TOS_LOCAL_ADDRESS!=0)       #undef BASE  #else       #define BASE  #endif when i try to s

[Tinyos-help] using CC2420CsmaC in TinyOS 2.x

2009-10-05 Thread YangYang
Hello everybody I am now try to implement a communication experiment which have one Base Station and several nodes. Every nodes communicate with base station and base station connect to PC via serial port. I want use CC2420CsmaC and Lpl. As a beginner, what should I learn? Yang

Re: [Tinyos-help] MOTECOM and Java application

2009-10-05 Thread Ruben Rios del Pozo
Thank you all for your help, finally I decided to get the output from the motelist program, because the javax-usb seems to be outdated. Finally, I got my program to connect to the serial port automatically. My problem now is how to get the program to read the packets from the serial port. I know

[Tinyos-help] Need help in CC2420 AES

2009-10-05 Thread trilok i
hi all, Did anyone tested CCM mode or CTR mode of CC2420 AES in-line security. I need help in these usages . Thank you. _ Feel the heat of

Re: [Tinyos-help] Upgrading gcc for MSP430F2618

2009-10-05 Thread Razvan Musaloiu-E.
Hi! On Sat, 3 Oct 2009, suman tiwari wrote: > Hi allI have another doubt regarding upgrading Tinyos MSPGCC compiler for > Msp430f2618. Is it enough to replace msp430 folder(opt/msp430) and including > extra flags in msp.rules files to handle issue like nesc treats $ as > separator. Because when w