RE: [Tinyos-help] RE: Range micaz motes

2006-08-31 Thread Munaretto, Daniel
Yeh, i did the right one. The only strange thing in my program is that i work under contrib/rincon directory (i'm using the flash applications), and then in the makefile i force the compiler to compile the MakeXbowlocal file under contrib/xbow. Is it may be a source of errors? cheers Daniele

Re: [Tinyos-help] Delta application -help required

2006-08-31 Thread Joe Polastre
Please go through the TinyOS tutorial. These are basic questions that are answered by this tutorial. -Joe On 8/31/06, siva prasad <[EMAIL PROTECTED]> wrote: thanks for tht idea michael... if i changed the value of AM_COUNTMSG to some other value(say 35) it is was compiling ..but it is not se

[Tinyos-help] How to compile java?

2006-08-31 Thread Orlando Delgadillo
im running tinyos-2.x and trying to do Tutorial lesson 4 but i have problems compiling TestSerial. Im able to compile Listen in java directory but not in the apps directory For example in /opt/tinyos-2.x/apps/tests/TestSerial i write javac TestSerial.java and it gives a buch of errors...

Re: [Tinyos-help] Delta application -help required

2006-08-31 Thread siva prasad
thanks for tht idea michael...   if i changed the value of AM_COUNTMSG to some other value(say 35) it is was compiling ..but it is not sending any datawhy..?   now i want to introduce one more "uint_16t reading2" variable into the structure..deltamsg:-- for using another external ADC port a

Re: [Tinyos-help] Install TinyOS but failed in installing MSP430 base tools

2006-08-31 Thread Tie Luo
Many thanks to Xiaofan Jiang, Karthik Dantu, R. Steve McKown!   Your suggestion works. :-)  Rgds, Tie  On 9/1/06, R. Steve McKown <[EMAIL PROTECTED]> wrote: On Thursday 31 August 2006 10:18 am, Tie Luo wrote:> Hi Guys,>> When I was installing TinyOS 2.0, I encountered a problem in Step 3> (install

Re: [Tinyos-help] from a PC to a mote

2006-08-31 Thread Michael Schippling
What program's on the re-Mote? You have an LED flash when messages are received? Any possibility that it is jammed up somehow? You could remove everything that isn't the receive and see... Are messages BCAST or point-to-point? Move the re-Mote around, try different motes, different antennas. Othe

Re: Re: [Tinyos-help] How to access the flash on TELOSB

2006-08-31 Thread HyungJune Lee
Spam detection software, running on the system "mail.Millennium.Berkeley.EDU", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator

Re: [Tinyos-help] Ideas needed

2006-08-31 Thread Dooma®
ok... let's return to our main topic...rememer my graduation project?! any other ideas out there?On 8/31/06, Conor Todd < [EMAIL PROTECTED]> wrote:Not necessarily -- I regularly prototype code with function names, calling sequences and arguments before I actually write code.  That way I can change

Re: [Tinyos-help] from a PC to a mote

2006-08-31 Thread harun
Thanks for the quick answer. Yes, leds flashing on TOSBase. And I am trying to send only a few messages - Original Message - From: "Michael Schippling" <[EMAIL PROTECTED]> To: "harun" <[EMAIL PROTECTED]> Cc: Sent: Thursday, August 31, 2006 8:28 PM Subject: Re: [Tinyos-help] from a

Re: [Tinyos-help] from a PC to a mote

2006-08-31 Thread Michael Schippling
Assuming that some messages from the PC get through to the mote, then everything should JustWork(TM). Do you see leds flashing on TOSBase when you do each send? Are you trying to send too many messages too quickly? MS harun wrote: Hello, I try to send data from a telosb mote over TOSBase to a

Re: [Tinyos-help] RE: Range micaz motes

2006-08-31 Thread Michael Schippling
There are separate MakeXbowlocal defines for mica2,z... You did set the right one, right? Otherwise you could disconnect the antennas, or make really inefficient ones. MS Munaretto, Daniel wrote: Sorry, i have to say i already modified the MakeXbowlocal file but without results. I put the TX p

Re: [Tinyos-help] Delta application -help required

2006-08-31 Thread Michael Schippling
Usually anything starting with AM_ is meant to be used as a message type indicator, to stick in TOS_Msg.type The values are arbitrary, and there is no master dictionary of types. Also, one thought on your sampling problem. If the signal changes you are interested in are sporadic, you might have t

Re: [Tinyos-help] Install TinyOS but failed in installing MSP430 base tools

2006-08-31 Thread R. Steve McKown
On Thursday 31 August 2006 10:18 am, Tie Luo wrote: > Hi Guys, > > When I was installing TinyOS 2.0, I encountered a problem in Step 3 > (install native compilers) as below: > > $ rpm -ivh msp430tools-base-0.1-20050607.cygwin.i386.rpm > error: Failed dependencies: > /bin/sh is needed by msp

[Tinyos-help] Re: problem ( ?? )

2006-08-31 Thread harun
I had the same problem and I found this: "You need to modify the SimpleCmd application before compilation so that it works with the Telos motes. The Telos motes use a different interface to increase and decrease the radio signal strength than the mica or mica2 motes. If you do not make m

[Tinyos-help] from a PC to a mote

2006-08-31 Thread harun
Hello, I try to send data from a telosb mote over TOSBase to a PC and vice versa. The direction from a mote to a PC works.   The problem is the direction from a PC to a mote. I can´t receive all data. Some of them go lost. But I don´t know why ???   Can anyone help me ?   Thank you in adv

Re: [Tinyos-help] setting up env variables

2006-08-31 Thread R. Steve McKown
You didn't mention which version of TinyOS you are using. On Thursday 31 August 2006 07:35 am, Abu Amprayil wrote: > How do I set up the necessary environment variables and the Java class > path, I am trying to work with the TPR2420 motes (TelosB). You probably want to put the environment definit

[Tinyos-help] Install TinyOS but failed in installing MSP430 base tools

2006-08-31 Thread Tie Luo
Hi Guys,   When I was installing TinyOS 2.0, I encountered a problem in Step 3 (install native compilers) as below: $ rpm -ivh msp430tools-base-0.1-20050607.cygwin.i386.rpmerror: Failed dependencies:    /bin/sh is needed by msp430tools-base-0.1-20050607   But I have /bin/sh.exe there, and /bin

[Tinyos-help] Looking for uisp-20030820 link

2006-08-31 Thread Tiziano Salucci
Hi all,i just bought a motekit 5040 from crossbow and I am trying to startup the net: now i am installing tinyos 1.1.0 but toscheck returned me a uisp 20030820tinyos needed message. I am searching for it within internet but i could find yet... is there anyone can help me in indicating a success

Re: Re: [Tinyos-help] How to access the flash on TELOSB

2006-08-31 Thread Hui KANG
Use BlockStorageC, which implements blockread and blockwrite. On 8/31/2006, "Vincent" <[EMAIL PROTECTED]> wrote: >Dear Mr Lee, > >Sorry to bother you again. I use Telos B and Tinyos 1.1. So there is no >"tests" folder in my apps. Where can I get some more information for my >specific case? > >

[Tinyos-help] RE: Range micaz motes

2006-08-31 Thread Munaretto, Daniel
Sorry, i have to say i already modified the MakeXbowlocal file but without results. I put the TX power to the minimum, but i obtain the same transmitting range. And in my makefile i compile it! -Original Message- From: Munaretto, Daniel Sent: Thu 8/31/2006 4:32

[Tinyos-help] Range micaz motes

2006-08-31 Thread Munaretto, Daniel
Hi all, is there a really simple thing to do for reducing the radius range of the micaz motes? i'm working in TinyOS 1.1.11. Thanks very much Daniele ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU https://mail.millennium.berkele

Re: [Tinyos-help] Delta application -help required

2006-08-31 Thread siva prasad
hi...sorry to bother u again... why in Delta application ..the "enum"AM_DELTAMSG is initialised to 33; can any body pls explain   On 8/30/06, Michael Schippling <[EMAIL PROTECTED]> wrote: Keptin, I kenna change th'laws o'physics...siva prasad wrote:> again thanks for tht explanation...i can

Re: [Tinyos-help] Ideas needed

2006-08-31 Thread Conor Todd
I completely agree with you on the lack of respect for documentation's role in software development.  Much like in a math proof or a professional chef's recipe, many important steps and assumptions are not documented because it's assumed that whoever's looking at the code can understand it triviall

Re: Re: [Tinyos-help] How to access the flash on TELOSB

2006-08-31 Thread Vincent
Dear Mr Lee, Sorry to bother you again. I use Telos B and Tinyos 1.1. So there is no "tests" folder in my apps. Where can I get some more information for my specific case? Again, thanks a million. Best regards, Vincent === At 2006-08-30, 22:00:28 you wrote: === >Refer to TEP103 (

Re: [Tinyos-help] TinyViz: Trouble Finding Platform Specific Version ofTOSMsg

2006-08-31 Thread Firat TARAKTAS
edit tools/java/net/tinyos/sim/MakeFile add these three new lines and try again. jar cmf net/tinyos/sim/simdriver.manifest \ net/tinyos/sim/simdriver-tmp.jar \ net/tinyos/sim/*.class \ net/tinyos/sim/event/*.class\ net/tinyos/sim/lossy/*.class\

[Tinyos-help] TinyViz: Trouble Finding Platform Specific Version of TOSMsg

2006-08-31 Thread Tarun Bansal
I am getting this error on TinyViz: Could not find a platform specific version of TOSMsg java.lang.ClassNotFoundException: net.tinyos.message.avrmote.TOSMsg java.lang.ClassNotFoundException: net.tinyos.message.avrmote.TOSMsg at java.net.URLClassLoader$1.run(URLClassLoader.java:198)

[Tinyos-help] setting up env variables

2006-08-31 Thread Abu Amprayil
How do I set up the necessary environment variables and the Java class path, I am trying to work with the TPR2420 motes (TelosB). When I type 'motelist' in Cygwin it does not recognise the command... Thanks, Abu ___ Tinyos-help mailing list Tinyos-he

Re: [Tinyos-help] Need IEEE 802.15.4 MAC open source code

2006-08-31 Thread Firat TARAKTAS
When i saw your e-mail, i searched on  the google and i faced this tutorial.   http://www.freescale.com/files/rf_if/doc/user_guide/802154MSNAUG.pdf#search=%22IEEE%20802.15.4%20MAC%20implementation%20source%20code%22     Fırat TARAKTAŞwww.genetlab.com - Original Message - From:

[Tinyos-help] Need IEEE 802.15.4 MAC open source code

2006-08-31 Thread raj praveen
Sir,       I am doing project on "component based universal MAC program for WASs and RFIDs with star topology".I need IEEE 802.15.4 MAC open source code for my project.Please help me regarding this.   Praveen Here's a new way to find what you're looking for - Yahoo! Answers Send FR

[Tinyos-help] MicaZ PowerTOSSIM Model?

2006-08-31 Thread Bryn Smith
Hi, Please forgive me if this is something that has been mentioned before, but I couldn't find it in the archives... I was wondering if anyone has an energy_model file for the MicaZ motes for use in PowerTOSSIM? I can't find one in the CVS tree or in the distributions. Has anyone measured the pow