Re: [Tinyos-help] Suggest to write a TinyOS programming book

2006-04-27 Thread Michael Schippling
Login required to edit From TinyWiki You have to login to edit pages. Return to TinyOS Documentation Wiki. Seems to be a common set of ASCII chars dislayed on any webpage linked to the site you referenced...I guess that means "Get to Work Guys"? MS ps...which TOS eclipse plugin? I've unsucc

Re: [Tinyos-help] Sending a message to the Base Station from the PC

2006-04-27 Thread Michael Schippling
There is some minimal sample code for C(++) in tools/src/sf Unfortunately the last time I used a raw unix device there were only 2 arguments to the open() syscall... MS Liliane Fegard wrote: Hi Thanks for your reply. So the final packet after escaping 0x7E and 0x7D is: 7e 42 7d5e 00 7d5d 0

Re: [Tinyos-help] Suggest to write a TinyOS programming book

2006-04-27 Thread Joe Polastre
http://cents.cs.berkeley.edu/tinywiki/index.php/TinyOS_Documentation_Wiki Already exists. -Joe On 4/27/06, Conor Todd <[EMAIL PROTECTED]> wrote: > A suggestion and a question regarding David's post: > > Suggestion: How about a community-maintained wiki on tinyos.net? Then, > as each of us acqui

Re: [Tinyos-help] Suggest to write a TinyOS programming book

2006-04-27 Thread Conor Todd
A suggestion and a question regarding David's post: Suggestion: How about a community-maintained wiki on tinyos.net? Then, as each of us acquires expertise in the various bits of TinyOS, we can document it for others. Question: What is a TEP? Googling for this term led to a variety of colourful

RE: [Tinyos-help] Mica2, CPU Timed Sleep and Wakeup

2006-04-27 Thread davisj2
Hey, Once the mote is sleeping, how can it be woken back up?? After shuting down the radio and all, can a simple timer be used to wake the mote back up?? THanks, Josh Quoting David Moss <[EMAIL PROTECTED]>: > I'm using 1.1.15, and have found similar to previous versions that your app > for

Re: [Tinyos-help] Sending a message to the Base Station from the PC

2006-04-27 Thread Liliane Fegard
Hi Thanks for your reply. So the final packet after escaping 0x7E and 0x7D is: 7e 42 7d5e 00 7d5d 0b 010100 69b0 7e and what I should send to the mote is the binary: "11100111001001001101011001011101010101011011000100010

Re: [Tinyos-help] Suggest to write a TinyOS programming book

2006-04-27 Thread David Gay
On 4/27/06, WenZhan Song <[EMAIL PROTECTED]> wrote: > I strongly agree the following today's message (by Aditya) in TinyOS > forum. If we look at the questions in TinyOS forum, many questions are > repeated many time simply because TinyOS is not documented well -- Note that this one of the major e

Re: [Tinyos-help] MICA2 radio doubt....urgent help needed

2006-04-27 Thread Philip Levis
On Fri, 2006-04-28 at 01:34 +0530, Aditya Bhave wrote: > event TOS_MsgPtr ReceiveMsg.receive(TOS_MsgPtr msg) > { >/* extract the payload field, AnchorXY is my custom defined > packet, i know for sure this event is triggered on receiving a packet > of this type */ > > struct AnchorXY

[Tinyos-help] Suggest to write a TinyOS programming book

2006-04-27 Thread WenZhan Song
I strongly agree the following today's message (by Aditya) in TinyOS forum. If we look at the questions in TinyOS forum, many questions are repeated many time simply because TinyOS is not documented well -- I wish TinyOS folks could write your experience down somewhere, at least a good readme file

[Tinyos-help] SurgeTelos

2006-04-27 Thread Fatima Zohra
Hi All, Has anyone sucessfully run SurgeTelos on TelosB motes Using Tinyos 1.1.11.   When I run java net.tinyos.surge.MainClass 125 after invoking serial forwarder I get a sensor network topology screen with Mote 0 showing. But It displays no data. Although serial forwarder shows increment in data

Re: [Tinyos-help] VoltageM errors??

2006-04-27 Thread davisj2
MS, Thank you, yes that makes sense. However im looking for an end result of the actual battery voltage as it drops, not a reference value to infer the voltage. I was hoping that VoltageM supplied the actual voltage in either Volts, or MV. Thanks again. Josh Quoting Michael Schippling <[EMAIL

Re: [Tinyos-help] Re: MICA2 radio doubt....urgent help needed

2006-04-27 Thread Michael Schippling
Let me take a stab at clarification or obtusification as the case may be The GenericComm send() method is non-blocking. It returns "right" away after posting the buffer for lower-level interrupt driven sending. I'm not sure if the buffer is copied (probably not). You are notified when the sen

RE: [Tinyos-help] Mica2, CPU Timed Sleep and Wakeup

2006-04-27 Thread Gregory A. Moore
David, I wrote the application you are talking about where I enable PowerManagement in the StdControl.start command. Then whenever I want to save power I just turn off the radio or, RadioControl.stop(). The lowest current I can acheive is slightly less than 1mA. This is better than bef

[Tinyos-help] Re: MICA2 radio doubt....urgent help needed

2006-04-27 Thread Muthiah Annamalai
>I have already posted this question before but havent got any >satisfactory>replies. Everyone seems to say to dig through the various layers of >code and figure it out. I need to know how the radio works on the MICA2 motes.Please read the tutorial in the tinyos-1.x/doc/ directory.I think TinyOS t

Re: [Tinyos-help] Mica2, CPU Timed Sleep and Wakeup

2006-04-27 Thread Aditya Bhave
Hi allWhere is the official documentation for the system modules of TinyOs. I keep reading in these lists about several modules whose documentaiton is not given on the TInyOs website. IS there some official source where all the in-built components of TinyOS are explained. On 4/27/06, Michael Schipp

[Tinyos-help] MICA2 radio doubt....urgent help needed

2006-04-27 Thread Aditya Bhave
Hi all,I have already posted this question before but havent got any satisfactory replies. Everyone seems to say to dig through the various layers of code and figure it out.  I need to know how the radio works on the MICA2 motes. Does anybody know for sure...specifically i have two questions 1. Fro

Re: [Tinyos-help] VoltageM errors??

2006-04-27 Thread Michael Schippling
The VoltageC return value increases as the battery decreases because the ADC is reading a fixed value (the Bandgap ref) and comparing it to the ADC Reference which is the battery voltage itself. So as the ADCref (battery) drops, the value of the fixed BGref appears to increase. Did that make sens

RE: [Tinyos-help] Mica2, CPU Timed Sleep and Wakeup

2006-04-27 Thread David Moss
I'm using 1.1.15, and have found similar to previous versions that your app for mica(2|2dot|z) must wire in HPLPowerManagementM and then call HPLPowerManagement.enable() at start before anything useful happens. Without doing this, the mote consumes somewhere around 2-3 mA while the radio is disabl

[Tinyos-help] Re:Please Help me about system time getting

2006-04-27 Thread Muthiah Annamalai
I think you need a line,ain.StdControl -> SimpleTimeC;Maybe that can help, as I suspect you did not intialize the timer itself How low will we go? Check out Yahoo! Messenger’s low PC-to-Phone call rates.___ Tinyos-help mailing list Tinyos-help@Millenni

Re: [Tinyos-help] Mica2, CPU Timed Sleep and Wakeup

2006-04-27 Thread Michael Schippling
wow...coulda fooled me about the automatic part...kewel. Will have to try it sometime. Which is the "current tree" however? MS Harri Siirtola wrote: First, as far as I know, the Snooze component is deprecated. There are many improvements in the newer TInyOS versions that make things much more

[Tinyos-help] tinydb support

2006-04-27 Thread Marguerite A. Doman
Hello,yet again. I figured it out. I was logged onto my other account. So, I'm looking for tinydb support. Is there a forum or help desk that I can use? Marguerite Doman ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU https://mail.mil

[Tinyos-help] Please Help me about system time getting

2006-04-27 Thread Kyuwook Cho
Hi all, I'm currently trying to get system time from Mica mote. But I'm only getting always 0 as time return value. How can I get system time value? Here is the code for getting system time and its output by running java net.tinyos.tools.Listen. And I'm using original Mica mote. --

Re: [Tinyos-help] MOTE-VIEW

2006-04-27 Thread Daniel Villón
Thanks for your help, but I was looking for something more specific than this. I already read this one.   Daniel  On 4/27/06, LEE, Yui-wah (Clement) <[EMAIL PROTECTED]> wrote: http://www.xbow.com/Support/Support_pdf_files/MoteView_Users_Manual.pdf Enjoy!ClementOn Thu, 27 Apr 2006, [ISO-8859-1] Dani

Re: [Tinyos-help] MOTE-VIEW

2006-04-27 Thread LEE, Yui-wah (Clement)
http://www.xbow.com/Support/Support_pdf_files/MoteView_Users_Manual.pdf Enjoy! Clement On Thu, 27 Apr 2006, [ISO-8859-1] Daniel Vill鏮 wrote: > I'm currently working in an application under a variant of AODV protocol > called NST-AODV(Not So Tiny - AODV). Now I can receive all my data in the >

[Tinyos-help] MOTE-VIEW

2006-04-27 Thread Daniel Villón
I'm currently working in an application  under a variant of AODV protocol called NST-AODV(Not So Tiny - AODV). Now I can receive all my data in the gateway (MIB510) from MICAz motes but now I'm trying to use the MOTE-VIEW software to show my data. The thing is that I can't find any decent manual ab

[Tinyos-help] MOTE-VIEW

2006-04-27 Thread Daniel Villón
-- Daniel Villón V.---Departamento de Ingeniería Telemática.Universitat Politècnica de Catalunya--- C/. Jordi Girona 1-3Modulo C3 Laboratorio 003Barcelona CP 08034, EspañaTeléfono: +34 93

[Tinyos-help] Twinkle, How to get it?

2006-04-27 Thread Alejandro Romero Morales
Hello all! can anyone tell me how to get the Twinkle code or something similar? Thanks, Alex ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Re: [Tinyos-help] Mica2, CPU Timed Sleep and Wakeup

2006-04-27 Thread Harri Siirtola
First, as far as I know, the Snooze component is deprecated. There are many improvements in the newer TInyOS versions that make things much more simple. For example, the CountSleepRadio app (previously in "contrib/ucb", now in the "apps" dir IIRC) is good for just testing that power saving wo