Re: [Tinyos-help] My tiny tutorial

2007-08-14 Thread Ákos Maróy
Philip Levis wrote: Matt Welsh and I have been talking about doing exactly that. He's set up an initial page, which people are welcome to use: http://www.eecs.harvard.edu/~mdw/tinyosdocs/index.php/Main_Page looks good.. He's currently in Ecuador deploying a network; the hope was to start

Re: [Tinyos-help] My tiny tutorial

2007-08-14 Thread Ákos Maróy
Philip Levis wrote: Are you concerned about the logical host name, the physical location of the host, who administers it, or some combination? Once the Alliance has staff who can take over some of these responsibilities, passing the torch would be great; until then, I'd rather make it easier

Re: [Tinyos-help] My tiny tutorial

2007-08-14 Thread Ákos Maróy
Peizhao Hu wrote: Another thing with the TinyOS wiki is about its content management, I strongly recommend to separate it into sections (i.e.: TinyOS version 1.x, 2.x and future beta x.x :-) and related topic). I guess many people who use Ubuntu will agree that

[Tinyos-help] how to determine voltage level from sensor reading? (telosb)

2007-08-14 Thread Ákos Maróy
Sorry for having such basic questions again - I'm using the telosb platform, and I'm trying to deduct the voltage level being read from the values I get from the sensor. my assumption is that the sensor is reading the voltage value. I also understand that the sensor can be set up differently

[Tinyos-help] sampling at 2kHz (telosb)

2007-08-14 Thread Ákos Maróy
I wonder if there's a possiblity / way of making the ADC input on the telosb platform sample at 2kHz? I see a range of options in the configuration structure: adc12ssel adc12div sht sampcon_ssel sampcon_id but it's a bit unclear to me what governs the sampling rate.. any pointers would be

Re: [Tinyos-help] My tiny tutorial

2007-08-14 Thread Ákos Maróy
Peizhao Hu wrote: Also, is it possible to divide the mailing list according to the version of TinyOS? It is a bit annoying that you have to look into which version people is using when you try to answer people's questions or search for an answer. I guess this will be a good starting point

Re: [Tinyos-help] a problem whil using TOSSIM

2007-08-14 Thread Wei Ping Song
Thanks Philip, but my Python version is 2.5 seen as below: [EMAIL PROTECTED]:/opt/tinyos-2.x/apps/Blink python --version Python 2.5 regards, weiping On Aug 13, 2007, at 1:47 AM, Wei Ping Song wrote: Dear all, I am a beginning student of Tinyos. Now I faced a problem while using TOSSIM

[Tinyos-help] I have warnings !!!!

2007-08-14 Thread mejda chouaieb
Hello All, I have upgraded tinyos from 1.x to 2.x and when I type tos-check-env I have these warnings : -- WARNING: The graphviz (dot) version found by tos-check-env is not 1.10. Please update your graphviz version if you'd like to use the nescdoc documentation generator. tos-check-env

[Tinyos-help] Problems compiling Moteiv sources on Linux

2007-08-14 Thread Christian Jaeger
Hello I'm new to tinyos. In the team I'm working we're using the tmote sky/mini devices from Moteiv. I'm running Debian on my PC (the colleagues are using cygwin). I've installed the following upstream sources to /opt/cj/msp430/: binutils-2.17 gcc-3.2.3 gdb-6.0 msp430-libc nesc-1.1.2b

Re: [Tinyos-help] I have problem

2007-08-14 Thread kkhan02
Hello All, I'm trying to read tmote data from Java class (session bean)via USB and save those data but I don't know how to compile it and to install it and which classes should use to read those data in Java, can someone help me please ? I'm new in tinyos world and I'm confused because every thing

Re: [Tinyos-help] Problems compiling Moteiv sources on Linux

2007-08-14 Thread Christian Jaeger
Urs Hunkeler wrote: I can't answer all of your questions. Try make telosb. As far as I know, tmote is an alias for telosb. Why this alias exists on some systems, but not on others I don't know. Thanks for the tip. I'm still running into the ncc problem, though: $ make telosb mkdir -p

[Tinyos-help] Installing TinyOS and Compiling on Couldn't execute nescc.

2007-08-14 Thread Wei Ping Song
Dear All, I faced a problem after installing itnyos 2.0.2 and run make micaz sim shown as below, I think it because of incorrect pathway of gcc. My nescc is in usr/bin, but GCC want to find it in usr/local/bin. So how can I ask GCC to find nescc in usr/bin? thanks very much weiping

[Tinyos-help] CC2420 hardware encryption for upper layer operations

2007-08-14 Thread Andrew Jamieson
I am trying to use the hardware encryption on the CC2420, using tinyOS-1.x with Tmote Sky nodes. So far, I have managed to use the in-line modes successfully (CTR, CBC-MAC and CCM). What I am having a little trouble with is using the in-line operations for higher layer protocol operations,

Re: [Tinyos-help] Installing TinyOS and Compiling on Couldn't execute nescc.

2007-08-14 Thread Philip Levis
On Aug 14, 2007, at 8:05 AM, Wei Ping Song wrote: Dear All, I faced a problem after installing itnyos 2.0.2 and run make micaz sim shown as below, I think it because of incorrect pathway of gcc. My nescc is in usr/bin, but GCC want to find it in usr/local/bin. So how can I ask GCC to find

Re: [Tinyos-help] how to determine voltage level from sensor reading? (telosb)

2007-08-14 Thread Michael Schippling
You'll have to go look at the schematics, or horrorssearch whatever doc there is...to see if it's the same paradigm as the mica's. On Mica2,Z the Voltage reading is coming from a fixed-value-ref where the ADC ref is the actual battery voltage. So as the battery droops the fixed-ref seems to

Re: [Tinyos-help] I have warnings !!!!

2007-08-14 Thread Michael Schippling
Assuming you have a graphviz installed, it's probably a newer version so you can ignore those messages. Try type dot and if it shows anything you're probably OK. You _could_ fix the CLASSPATH warnings by adding those elements in one of the bash startup files. Or better, they should probably be

Re: [Tinyos-help] Installing TinyOS and Compiling on Couldn't execute nescc.

2007-08-14 Thread Philip Levis
On Aug 14, 2007, at 8:05 AM, Wei Ping Song wrote: Dear All, I faced a problem after installing itnyos 2.0.2 and run make micaz sim shown as below, I think it because of incorrect pathway of gcc. My nescc is in usr/bin, but GCC want to find it in usr/local/bin. So how can I ask GCC to find

Re: [Tinyos-help] a problem whil using TOSSIM

2007-08-14 Thread Philip Levis
On Aug 14, 2007, at 3:43 AM, Wei Ping Song wrote: Thanks Philip, but my Python version is 2.5 seen as below: [EMAIL PROTECTED]:/opt/tinyos-2.x/apps/Blink python --version Python 2.5 What version of the Python devel RPM/packages do you have? It might be that you need to re-swig the

Re: [Tinyos-help] CC2420 hardware encryption for upper layer operations

2007-08-14 Thread mike healy
Andrew, This is something I have never tried to do with the CC2420 so take anything I say with a grain of salt... One reason the packets could be decrypted incorrectly when the volume increases is that the counter/nonce used at the sender and receiver becomes out of sync, using this mode you're

[Tinyos-help] Help using RadioTimeStamping and PacketAcknowledgements

2007-08-14 Thread Iturralde Garrote, Pablo M.
Hi I’m working under tinyos 2 with tmote sky motes, and I’m trying to measure the round trip time between two motes, I do this registering the time of a message sent and the ACK respond of the receiver. I’m using the next components App.PacketAcknowledgements - AMSenderC;

[Tinyos-help] Using TOSSIM SerialSource in TinyOS 2.x

2007-08-14 Thread Mariano Beiró
Hi! Is SerialSource available for TOSSIM in tinyos 2.x? I'm trying with app TestSerial, running: java TestSerial -comm tossim-serial but there's an error because class TossimSerialSource can´t be found in net.tinyos.sim.packet and in fact it´s not there, not even in the last version in the

[Tinyos-help] Confusing Include Problem

2007-08-14 Thread J. Ryan Stinnett
I just started porting some code over from 1.x to 2.x, and I'm getting a strange error message during compilation: In file included from /opt/tinyos-2.x/tos/chips/atm128/timer/Atm128AlarmAsyncC.nc:32, from /opt/tinyos-2.x/tos/platforms/mica/AlarmCounterMilliP.nc:33,

[Tinyos-help] questions on crc

2007-08-14 Thread Shuo Xiao
Hi all, There is one sender mote and one receiver mote. When the receiver doesnot receive a certain packet, the cause may be no preamble detected or crc error. How can I distinguish these two causes? I am currently using MicaZ sensor platform and TinyOS2.0.1. And I checked that by default

[Tinyos-help] TOSSIM and SerialForwarder

2007-08-14 Thread J. Ryan Stinnett
Is it possible to connect the SerialForwarder to TOSSIM in 2.x? I can't seem to find a way to do that. If it's not possible now, what are the alternatives? - Ryan ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU

Re: [Tinyos-help] Confusing Include Problem

2007-08-14 Thread Philip Levis
On Aug 14, 2007, at 7:13 PM, J. Ryan Stinnett wrote: I just started porting some code over from 1.x to 2.x, and I'm getting a strange error message during compilation: In file included from /opt/tinyos-2.x/tos/chips/atm128/timer/ Atm128AlarmAsyncC.nc:32, from

Re: [Tinyos-help] Confusing Include Problem

2007-08-14 Thread J. Ryan Stinnett
Philip Levis wrote: On Aug 14, 2007, at 7:13 PM, J. Ryan Stinnett wrote: I just started porting some code over from 1.x to 2.x, and I'm getting a strange error message during compilation: In file included from /opt/tinyos-2.x/tos/chips/atm128/timer/Atm128AlarmAsyncC.nc:32,