[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

[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 FREE

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 Frat TARAKTAwww.genetlab.com - Original Message - From: raj

[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

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\

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] 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

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

2006-08-31 Thread siva prasad
hi...sorry to bother u again... why in Delta application ..the enumAM_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

[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

[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

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? Again,

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

[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

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

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

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

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] 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: tinyos-help@Millennium.Berkeley.EDU Sent: Thursday, August 31, 2006 8:28 PM

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: 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] 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.

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 native

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 ..butit 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 and