Re: [Tinyos-help] visualization tool

2007-11-14 Thread Ricardo Tiago
Hi, No, there isn't. You have to use the good old terminal, but you could always follow Phil advice, and do one yourself :) Ricardo On 11/15/07, Vijayant Bhatnagar <[EMAIL PROTECTED]> wrote: > Hi, > Is there any other tool that we can use for visualization in tinyos > 2.0.2 ? Every help is appr

Re: [Tinyos-help] visualization tool

2007-11-14 Thread Vijayant Bhatnagar
Hi, Is there any other tool that we can use for visualization in tinyos 2.0.2 ? Every help is appreciated. Thanks, Vijayant On Nov 15, 2007 1:06 AM, Ricardo Tiago <[EMAIL PROTECTED]> wrote: > Hi > > TinyViz isn't available for TinyOS 2.0.2, only for TinyOS 1.x. > > Ricardo > > > On 11/15/07, Vija

Re: [Tinyos-help] visualization tool

2007-11-14 Thread Ricardo Tiago
Hi TinyViz isn't available for TinyOS 2.0.2, only for TinyOS 1.x. Ricardo On 11/15/07, Vijayant Bhatnagar <[EMAIL PROTECTED]> wrote: > Hi All, > Can anyone help me to install TinyViz on Tinyos 2.0.2. I am a newbie. > Any help if greatly appreciated. > > Thanks, > Vijayant. >

[Tinyos-help] visualization tool

2007-11-14 Thread Vijayant Bhatnagar
Hi All, Can anyone help me to install TinyViz on Tinyos 2.0.2. I am a newbie. Any help if greatly appreciated. Thanks, Vijayant. ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo

[Tinyos-help] How to read->send an entire log very fast

2007-11-14 Thread Ariel Mauricio Nunez Gomez
Hello everyone, I'm using the LogStorage abstraction on tinyos2-x with a tmote sky, my application fills a very large log (960Kb) and I'm using the same routine used in PacketParrot. Each Log entry is about 20 bytes an

Re: [Tinyos-help] MicaZ TinyOS 2.x message Timestamping

2007-11-14 Thread Kevin Klues
There is a known problem with the way that timestamping is being done in TinyOS 2.x. There is an active discussion going on now in the core working group about what the right interface / implementation should be. That said, there is an interface in place now if you need soemthing up and running r

Re: [Tinyos-help] How to send tones over CC2420?

2007-11-14 Thread Alban Hessler
I have never done it, but I think, to do that you will have to put the CC2420 chip in debug mode. This is not support by tinyOS AFAIK, but I might be wrong. Because this is not useful for tinyOS, we just want to transmit packets. You should start reading the datasheet of the radio chip, and see if

Re: [Tinyos-help] Deluge and Application size

2007-11-14 Thread Alban Hessler
I am using T2. I had just a doubt it was necassary because of the paging . (there are two volumes defined of 64 Ko in T2). So I thought it could write on both volumes.. I am going to increase the size then. Thank you, Alban 2007/11/14, Chieh-Jan (Mike) Liang <[EMAIL PROTECTED]>: > > What versi

Re: [Tinyos-help] compile problem StorageVolumes.h not found

2007-11-14 Thread Kevin Klues
Do you have an volumes-at45db.xml (mica), volumes-pxa27xp30.xml (imote), or volumes-stm25p.xml (telos) file in you application directory? Look at tinyos-2.x/apps/tests/storage for an example. And take a look at the tutorial found here... http://www.tinyos.net/tinyos-2.x/doc/html/tutorial/lesson7.

Re: [Tinyos-help] (yet another) Question about signal

2007-11-14 Thread Jeongyeup Paek
I see 'call' and 'signal' as a type-checking mechanism with 'noop', where 'command' and 'event' can be regarded as 'INPUT' and 'OUTPUT' tags is VHDL language. Type checking (and a word of memo for the programmer) helps you to use INPUT and OUTPUT properly. They tell you the 'direction' in which y

Re: [Tinyos-help] TinyOS1.x timer

2007-11-14 Thread Jeongyeup Paek
Below is where each atmega clocks are used: * Timer0: 32KHz Timebase for TinyOS Timer functions(components). Remains active during all sleep modes. * Timer1: CPUClk derived timebase for measuring send/receive time of radio packets (SFD) * Timer2: CPUClk derived timebase for "jiffy" timing - IEE

Re: [Tinyos-help] Failed dependencies: libc.so.6(GLIBC_2.3.4) is needed by nesc-1.2.8a-1

2007-11-14 Thread Michael Schippling
The quick and dirty approach is to install with "rpm --nodeps" and then see if anything works. MS Виталий Юркин wrote: Hello :) We have an issue with installtion of tinyOs, on the 4th step of installtion (4th step according to TinyOs 2.0.2 manual) when nesc-1.2.8a-1.i386.rpm is needed to be

Re: [Tinyos-help] TinyOS1.x timer

2007-11-14 Thread Michael Schippling
I believe the JiffyTimer is 32KHz using Timer2 so you may be able to use it directly. MS Tao Wu wrote: Thanks a lot for the reply. I have this question is because I need a high frequency timer, like 32KHz. So far, the TimerM does not provide such granularity. Actually, it is not very difficult,

[Tinyos-help] Failed dependencies: libc.so.6(GLIBC_2.3.4) is needed by nesc-1.2.8a-1

2007-11-14 Thread Виталий Юркин
Hello :) We have an issue with installtion of tinyOs, on the 4th step of installtion (4th step according to TinyOs 2.0.2 manual) when nesc-1.2.8a-1.i386.rpm is needed to be inastalled we've got: error: Failed dependecies: libc.so.6(GLIBC_2.3.4) is needed by nesc-1.2.8a-1 We have Red Hat 9 (2.4.2

[Tinyos-help] About collision detection

2007-11-14 Thread zahid iqbal
bow and want to know the key differences between both of micaz and telosb boards. Can anyone tell me about this please? Thanks a lot. Abdullah Kadri, P.Eng., Ph.D. Candidate The University of Western Ontario Department of Electrical and Computer Engineering Phone: (519) 661-2111 ex

RE: [Tinyos-help] Running Listen tool

2007-11-14 Thread David Valencia
Can you explain exactly what you are typing at the command line to run the Listen application. Further, please stipulate what errors you are receiving when you try to run the Listen application. Thanks. > Thanks.. It did not work. I am wondering what I should do after changing > the > tinyos.sh

Re: [Tinyos-help] TinyOS1.x timer

2007-11-14 Thread Tao Wu
Thanks a lot for the reply. I have this question is because I need a high frequency timer, like 32KHz. So far, the TimerM does not provide such granularity. Actually, it is not very difficult, as long as understanding how to write ISR in C. I really appreciate your reply On Nov 14, 2007 12:56 PM,

[Tinyos-help] MTS420 Leadtek GPS-9546

2007-11-14 Thread Christophe Braillon
Hi, I've been looking for the datasheet of this GPS module for hours, it is neither on Leadtek website nor on Crossbow's. Has anyone a link that could help me find this? Thanks, Christophe ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkele

Re: [Tinyos-help] (yet another) Question about signal

2007-11-14 Thread Philip Levis
On Nov 14, 2007, at 10:39 AM, Michael Schippling wrote: OK, so I found nesC 1.1 Language Reference Manual (2003) and The nesC Language:... (2003) but in a quick search I don't find _what_ is the meaning of "signal", except that it seems to be prefixed to calling functions label

Re: [Tinyos-help] (yet another) Question about signal

2007-11-14 Thread Michael Schippling
OK, so I found nesC 1.1 Language Reference Manual (2003) and The nesC Language:... (2003) but in a quick search I don't find _what_ is the meaning of "signal", except that it seems to be prefixed to calling functions labeled "event". Do I need to really read the whole thing to get

[Tinyos-help] javacomm version 3 on Linux Ubuntu - serial port not receiving data

2007-11-14 Thread Miguel Ángel «MrNet»
Hi, I've installed javacomm version 3 on Ubuntu 'Gutsy Gibbon' and I've set up successfully, but my code it's only capable of transmitting data and not receiving it (!!!). SUMMARY: Device: TMOTE IV API: TinyOS 1.0.x Comm: javacomm v3.0-u1 OS: Linux Ubuntu 'Gutsy Gibbon' Driver USB-Serial: ftdi_s

Re: [Tinyos-help] (yet another) Question about signal

2007-11-14 Thread Philip Levis
On Nov 14, 2007, at 10:05 AM, Michael Schippling wrote: I guess if I took the time to read and understand all the NESCC design/doc, rather than wasting it on trying to make my own projects work, I wouldn't be asking so many seemingly redundant questions. I expect the whole thing has to do

[Tinyos-help] Micaz and Telosb

2007-11-14 Thread Abdullah Kadri
Dear All, I am in the process of buying a system from Crossbow and want to know the key differences between both of micaz and telosb boards. Can anyone tell me about this please? Thanks a lot. Abdullah Kadri, P.Eng., Ph.D. Candidate The University of Western Ontario Department of Electrical

Re: [Tinyos-help] (yet another) Question about signal

2007-11-14 Thread Michael Schippling
I guess if I took the time to read and understand all the NESCC design/doc, rather than wasting it on trying to make my own projects work, I wouldn't be asking so many seemingly redundant questions. I expect the whole thing has to do with using "async" as a flag to force race-condition evaluation,

Re: [Tinyos-help] About MoteIV support information

2007-11-14 Thread Michael Schippling
Try searching around on http://docs.tinyos.net/index.php/Boomerang Most, if not all, of the tmote support pages got put there. MS manu suryavansh wrote: Hi, I am looking for tmote message format (that is the packet structure), it was earlier available at this link - http://www.moteiv.com

Re: [Tinyos-help] TinyOS1.x timer

2007-11-14 Thread Michael Schippling
Near as I can tell the TimerM code uses timer0, via the Clock module. Then under mica2 there is a SysTime module that uses Timer3. And under micaz there are HPLTimer1 and HPLTimer2 modules, plus a TimerJiffy that uses HPLTimer2. The micaz code should work fine on mica2 as well, so you shouldn't

Re: [Tinyos-help] About MoteIV support information

2007-11-14 Thread manu suryavansh
Hi, I am looking for tmote message format (that is the packet structure), it was earlier available at this link - http://www.moteiv.com/support/tmote-message-format.html If somebody knows where I can find this information please respond. Thank you Manu Suryavansh Cory Sharp <[EMAIL PROTECTED]

Re: [Tinyos-help] tinyviz with tinyos 2.0.2

2007-11-14 Thread Philip Levis
On Nov 14, 2007, at 8:44 AM, Vijayant Bhatnagar wrote: Hi, I just wanted to know if we have tinyviz with tinyos 2.0.2 ? Basically I need a graphical interface for visualizing the packets from and to the motes. I also need to analyze the events happening on some motes. Because TOSSIM in TinyOS

[Tinyos-help] TinyOS1.x timer

2007-11-14 Thread Tao Wu
Hi, Currently, I am implementing a high frequency timer (like 32KHz). I plan to use the 16 bits timer3 in ATmega128. The question is that I am not very sure what timers TinyOS 1.X has used so far. I think the Timer component uses timer0, but I do not know what timers other components might use. C

RE: [Tinyos-help] Question about toturial in MoteWorks

2007-11-14 Thread Giri Baleri
Could you copy and send me the complete output that you get in the PN2 (including the folder and command line that you type)? Regards, Giri Baleri Crossbow Technology, Inc From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of siow lk Sent: Tuesday, Nove

[Tinyos-help] tinyviz with tinyos 2.0.2

2007-11-14 Thread Vijayant Bhatnagar
Hi, I just wanted to know if we have tinyviz with tinyos 2.0.2 ? Basically I need a graphical interface for visualizing the packets from and to the motes. I also need to analyze the events happening on some motes. Thanks, Vijayant ___ Tinyos-help mailing

Re: [Tinyos-help] Lesson-3 does not work on mica2 motes.

2007-11-14 Thread Philip Levis
On Nov 14, 2007, at 1:21 AM, Faisal Aslam wrote: Dear all, I have tried lesson-3 of tinyos-2.0 on mica2 motes but it does not works (lesson-1/2 works fine). Hence I changed lesson-3 to clearly understand that what part is not working. In the changed code, a sender-node never receives (ht

[Tinyos-help] [Fwd: Searching Stargates]

2007-11-14 Thread marcosmartinezrobles
Mensaje original Asunto: Searching Stargates De: [EMAIL PROTECTED] Fecha: Mar, 13 de Noviembre de 2007, 4:33 pm Para: tinyos-help@Millennium.Berkeley.EDU -- My n

RE: [Tinyos-help] (yet another) Question about signal

2007-11-14 Thread Michiel Konstapel
> OK, good. Then another stupid question: "signal" == noop? Not a stupid question at all, because yes, that's basically true. If you look at the generated C code in build/$PLATFORM/app.c you'll see both "call Foo.bar()" and "signal Foo.bar()" get turned into an ordinary C function call. Here's an

[Tinyos-help] wrong offset in packet data

2007-11-14 Thread Deepak Nagaraj
Hello, I'm trying to display data coming from a mote. I've installed oscilloscope application on a telosb mote. The tutorial gives the output as follows: % java net.tinyos.tools.Listen [EMAIL PROTECTED]:19200: resynchronising 7e 00 0a 7d 1a 01 00 0a 00 01 00 46 03 8e 03 96 03 96 03 96 03 97 03

[Tinyos-help] Inactivating some ports of MDA320 sensor board

2007-11-14 Thread rambo godzilla
Hi, I am using MDA320 sensor board and MICA2 motes with XMDA320M.nc code. How can I stop the code from sampling some ports? For instance If I dont want values from all digital ports and the battery value. I actually tried this. I commented the function call : as shown below.(this is a typical f

[Tinyos-help] How to send tones over CC2420?

2007-11-14 Thread Yashesh Mankad
Hi guys, I have joined the forum just recently & am new to the world of NesC. I am working on efficient jamming of 802.11 networks usinf sensor nodes. I am using the motiev Telosb mote with the CC2420 radio. I wanted to try sending continous tones through the radio. Can anyone tell me how to do

[Tinyos-help] Inline AES on Tmote

2007-11-14 Thread Sye Loong Keoh
Hi, I have been trying to implement the in-line AES encryption/decryption on Tmote using Tinyos 1.x. I managed to use the stand-alone encyption. However, according to the notes from Kun Sun, I have to perform the following: //Set the register, I set it to 0x30E to use CTR mode call HPLChipcon.wri

[Tinyos-help] Any idea on how to use Tmote with Simulink/Matlab?

2007-11-14 Thread hiddabi
Hi, I am trying to use Simulink to do wireless control for a robot and I am facing a problem (in the first step) in reading data from Tmote internal sensor using Instrument Control Toolbox (Query Instrument) or Real-Time Windows Target (Digital Input). I appreciate if any one tried to use Simul

Re: [Tinyos-help] DAC support please

2007-11-14 Thread Joe Polastre
Hi Jared, I hope the following message on the mailing list helps: http://mail.millennium.berkeley.edu/pipermail/tinyos-help/2006-October/019973.html -Joe On 10/21/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hello, > > I've seen a few posts in here regarding DAC on tmote sky. I'm assumi

[Tinyos-help] Mobile phone as mote base with Tmote Mini or other motes?

2007-11-14 Thread Cindy K Harnett
Is anyone out there working on using a mobile phone as their base station for data collection, and willing to share software/equipment that works for you? I have an outdoor sensor project where this would be very convenient (more so than dragging a laptop into the woods to collect data). I have

Re: [Tinyos-help] gio0 problem on tmote sky

2007-11-14 Thread André Miguel de Almeida Marrão Rodrigues
Thanks Michael and Urs Just a few comments to close the issue: T2 has HPL, HAL and HIL interfaces. The selecIOFunc() was not in GeneralIO (which I think is a HIL interface, and the one application developers should use) but in HplMsp430GeneralIO it exists. So, to be on the safe side I use it..

Re: [Tinyos-help] About MoteIV support information

2007-11-14 Thread Cory Sharp
Oh, and all of the datasheets are here http://www.sentilla.com/moteiv-endoflife.html . On Nov 8, 2007 1:29 AM, Cory Sharp <[EMAIL PROTECTED]> wrote: > You can find the Moteiv Community Wiki articles here > http://docs.tinyos.net/index.php/Boomerang announced from Joe's blog > post here http://blog

Re: [Tinyos-help] About MoteIV support information

2007-11-14 Thread Cory Sharp
You can find the Moteiv Community Wiki articles here http://docs.tinyos.net/index.php/Boomerang announced from Joe's blog post here http://blog.sentilla.com/2007/10/sentilla-beta-update-and-docum.php . - Cory On Nov 8, 2007 1:15 AM, Urs Hunkeler <[EMAIL PROTECTED]> wrote: > It might be possible t

Re: [Tinyos-help] CTPInfo interface(T2)

2007-11-14 Thread behnaz . bostanipour
Hi Omprakash, Now it's ok. Actually after your message of last week,I've done a CVS update in /opt/tinyos-2.x/tos/lib/net/ . Today I've done a cvs update from the root,and the problem is solved,till now I was working with the old version of Ctp.getEtx() which didn't take in account the etx (l

Re: [Tinyos-help] CTPInfo interface(T2)

2007-11-14 Thread behnaz . bostanipour
Hi, I've tested TestNetwork ,TestNetwork receives always 0 for ETX value.so I'm wondering which version of tinyos-2 you're using ,I'm using the last version of tinyos-2. Thanks and RGDS, Behnaz ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkel

RE: [Tinyos-help] Running Listen tool

2007-11-14 Thread Abdullah Kadri
Thanks.. It did not work. I am wondering what I should do after changing the tinyos.sh file? Do I need to execute any command? Also please find below my "bashrc" file. ** # ~/.bashrc # # Initial .bashrc customized for TinyOS # $Id: bashrc,v 1.2 2003/10/07 21:46:11 idgay Exp $ # #

Re: [Tinyos-help] Deluge and Application size

2007-11-14 Thread Chieh-Jan (Mike) Liang
What version of TinyOS are you using? In any case, the volume that is used to store the application image should be larger than the application image. Thank you Mike Alban Hessler wrote: Hi, I have a rather big application, and when using it with deluge, it crashes. Without deluge, it does

[Tinyos-help] Oscope & serialForwarder

2007-11-14 Thread ABDULKADER MOHAMED ADAM
Hi Michael Schippling! First I want to thank you for your help and know I am recieving different message plus I see that the motes are connected to the oscope. I see the mote nummer and the channel nummer but still I don't se the graph, for example the serialForwarder shows that the is reading.

[Tinyos-help] Lesson-3 does not work on mica2 motes.

2007-11-14 Thread Faisal Aslam
Dear all, I have tried lesson-3 of tinyos-2.0 on mica2 motes but it does not works (lesson-1/2 works fine). Hence I changed lesson-3 to clearly understand that what part is not working. In the changed code, a sender-node never receives (http://cone.informatik.uni-freiburg.de/teaching/labcourse

Re: [Tinyos-help] gio0 problem on tmote sky

2007-11-14 Thread Faisal Aslam
Dear all, I have tried lesson-3 of tinyos-2.0 on mica2 motes but it does not works (lesson-1/2 works fine). Hence I changed lesson-3 to clearly understand that what part is not working. In the changed code, a sender-node never receives (http://cone.informatik.uni-freiburg.de/teaching/labcourse