[Tinyos-help] TinyOs Tutorial 5 SimGui

2006-10-09 Thread bhushan bhatt
Hey Guys,  I am trying to work tutorial 5. I opened the Sim folder under net/tinyos/sim and i could not locate SimGUI under it. Any idea how can i run the tutorial ??Thanks,Bhushan 
		Talk is cheap. Use Yahoo! Messenger to make PC-to-Phone calls.  Great rates starting at 1¢/min.___
Tinyos-help mailing list
Tinyos-help@Millennium.Berkeley.EDU
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] SurgeTelos Message format

2006-10-09 Thread bhushan bhatt
Hi everyone,   I am using SurgeTelos with 2 motes one connected to computer via USB acting as base station ( Id 0) and another mote having mote id 1. I got the following message displayed on my computer screen.Received message:14 00 00 00 00 00 7E 00 11 7D 00 00 00 00 00 00 21 00 00 00 00 00 87 0B 7E 00 0A 02 00 00 Can anyone help me break this message up into the fields like Node address,Sequence no.etc.etc.    Any help is appreciated. Thanks,Bhushan 
		Yahoo! Messenger with Voice. Make PC-to-Phone Calls to the US (and 30+ countries) for 2¢/min or less.___
Tinyos-help mailing list
Tinyos-help@Millennium.Berkeley.EDU
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] Access data stored in tmotes

2006-11-03 Thread bhushan bhatt
Hi everyone,   I have an application where i put the motes in low power when they are not receiving any data and call this as sleep mode. I also have a global timer which notes the time of the entire simulation run. I would like to have a way in which i can send the time for which the motes sleep to the monitoring station. Is it possible that i can embed this value somewehre in the packet i send so i can monitor on the computer ?   Besides is there any way i can plug each mote to the computer at the end of simulation and than access that particular parameter to get the value ???  I have build my program based on surge telos and use the same message format.Any help is appreciated.Bhushan 

Get your email and see which of your friends are online - Right on the  new Yahoo.com
___
Tinyos-help mailing list
Tinyos-help@Millennium.Berkeley.EDU
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] Can i add parameters in Surge.h file ?

2006-11-09 Thread bhushan bhatt
Hi guys,  Besides the basic parameters in Surge.h, i need some more parameters in the packet. I tried to change the struct in Surge.h but it does not seem to work. My question is it possible to change the structure of it. If not i shall try something else to deal with the problem.Thanks,Bhushan___
Tinyos-help mailing list
Tinyos-help@Millennium.Berkeley.EDU
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] A question about Timer

2006-11-09 Thread bhushan bhatt
Hello everyone,  I want to implement a Master Clock which keeps running for the entire time i run my network. Besides i want to keep note of the time each node is in low power mode. So basically i want to have a clock for my program which i can treat as an integer/float so i can make comparison when i need to. Any ideas how can i do this ???Thanks,Bhushan 


Everyone is raving about the all-new Yahoo! Mail beta.___
Tinyos-help mailing list
Tinyos-help@Millennium.Berkeley.EDU
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] Question about Message Center

2006-11-30 Thread bhushan bhatt
Hi everyone,

   I was running Message Center to display to packets being received by 
computer. But suddenly it doesn seem to work. There is no error and it says 
"connected to [EMAIL PROTECTED] " but i cannot see any messages. The lighes on 
the motes is flashing so i know they are sending packets. Any idea how can i 
get the messages to be displayed on the sceen again ?

Thanks,
Bhushan

 
-
Everyone is raving about the all-new Yahoo! Mail beta.___
Tinyos-help mailing list
Tinyos-help@Millennium.Berkeley.EDU
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] Help me with Timer

2006-12-03 Thread bhushan bhatt
Hello all,

   I want to implement a timer in my program. I want a start a timer and than 
when i am done sending my packet i want to stop it. I want to start it again 
when my node is ready to transmit again. So basically i want to see how much is 
my node active for the whole period i run the network.

Can anyone tell me how can i do it ?

Thanks in advance,
Bhushan

 
-
Check out the all-new Yahoo! Mail beta - Fire up a more powerful email and get 
things done faster.___
Tinyos-help mailing list
Tinyos-help@Millennium.Berkeley.EDU
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] Send mote to sleep and wake it up

2006-04-22 Thread bhushan bhatt
Hello everyone, I am new user to Tinyos and have got some  basic stuff working on it. I want to develop an application that  involves more than one motes and i want to put the motes to sleep at  occurence of an event and than wake it up after it sleeps a  predertemined amount of time. Any idea on how can i do that ?Thanks,  Bhushan
		Talk is cheap. Use Yahoo! Messenger to make PC-to-Phone calls.  Great rates starting at 1¢/min.___
Tinyos-help mailing list
Tinyos-help@Millennium.Berkeley.EDU
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help


Re: [Tinyos-help] Send mote to sleep and wake it up

2006-04-23 Thread bhushan bhatt
Hi Greg and Aditya,

   Thanks for replying to my question. I tried to
implement the method you suggested by turning on and
off the red LED to see how long the mote turns off the
radio and turns it on. The program compiled but does
not seem to be working. Later on after turning off the
radio i would want to turn off the processor too.
Greg, if you have already got the radio turing off/on
working can you send me the program you used ? I would
greatly appreciate it.

Thanks,
Bhushan

--- "Gregory A. Moore" <[EMAIL PROTECTED]> wrote:

> Aditya and all,
> 
> You can turn the Radio off with the approach that
> Aditya has recommended.
> I have successfully tried it.
> 
> I don't think you can put the cpu to sleep just by
> stopping the task queue.
> 
> Question:
> Has anyone put the processor to sleep for a certain
> time and then  
> woken it up to start computing again?  I have
> successfully shut the  
> CPU off, but have not been able to turn it on in a
> set amount of time  
> yet.
> 
> Any help would be appreciated.
> 
> Thanks,
> 
> Greg
> 
> 
> 
> ___
> Tinyos-help mailing list
> Tinyos-help@Millennium.Berkeley.EDU
>
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
> 


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
Tinyos-help mailing list
Tinyos-help@Millennium.Berkeley.EDU
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help


[Tinyos-help] Errors in SurgeTelos

2006-05-01 Thread bhushan bhatt
Hi Guys,

   I am trying to compile SurgeTelos but it gives me
an error : too few arguments to function
`CC2420Control.SetRFPower'. I am using version 1.1.11
and am working with moteiv sky motes. Has anyone got
SurgeTelos working ???

Thanks,
Bhushan

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
Tinyos-help mailing list
Tinyos-help@Millennium.Berkeley.EDU
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help


[Tinyos-help] Problem with TOSSIM

2006-05-07 Thread bhushan bhatt
Hi everyone,

   I am trying to compile some applications with
TOSSIM. I am able to compile and make the main.exe.
But it says application failed to run because
cygwin1.dll not found. Any ideas how to solve this
error ?

Thanks,
Bhushan

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
Tinyos-help mailing list
Tinyos-help@Millennium.Berkeley.EDU
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help


[Tinyos-help] Upgrading to tinyos 1.1.15

2006-05-09 Thread bhushan bhatt
hi all,

  I was thinking of upgrading tinyos to 1.1.15 . I
plan to save the previous version of tinyos in case i
run with some problems. So does that mean i make a zip
file of just the tinyos-1.x directory which is present
under cygwin/opt/tinyos-1.x and save it ? any
suggestions ?

Bhushan

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
Tinyos-help mailing list
Tinyos-help@Millennium.Berkeley.EDU
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help


[Tinyos-help] Unique Question

2006-05-09 Thread bhushan bhatt
Hi all,    I have a scenario to simulate with the motes and i  have been practicing with some basic application to leanr more about  mote communication. I have an application to develope in which the mote  connected to computer when loaded with that application will start  broadcasting its Node ID. The motes who listen this increment its ID by  1 and start braodcasting. In the end all the motes will know who their  downstream motes are to  reach the base station.  Also when i have a large number of motes ( say  50 ) i want an over the kind of programming application so i do not  need to bring all the motes to the computer to load the program. Does  Deluge or Surge work for such application ??    Any idea on this will be appreciated.Thanks,  Bhushan
		Love cheap thrills? Enjoy PC-to-Phone  calls to 30+ countries for just 2¢/min with Yahoo! Messenger with Voice.___
Tinyos-help mailing list
Tinyos-help@Millennium.Berkeley.EDU
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help


[Tinyos-help] Broadcast instead of GerericComm

2006-05-10 Thread bhushan bhatt
Hi,   I am writing an application which sends out broadcast messages to nodes in the network. Instead of Genericcomm used by most of the programs can i use Bcast ? If i use Bcast in the send file what can i possibly use in the receive file ??Thanks,Bhushan
		New Yahoo! Messenger with Voice. Call regular phones from your PC and save big.___
Tinyos-help mailing list
Tinyos-help@Millennium.Berkeley.EDU
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help


[Tinyos-help] Over the air programming

2006-05-10 Thread bhushan bhatt
Hello everyone,    I want to develope an application in which i can program the nodes over the air. I came across some pages that say i can do it with Deluge. I tried to understand Deluge but it has lots of files in it. Can anyone explain me how can i achieve this ?Your help will be appreciated.Thanks,Bhushan
		How low will we go? Check out Yahoo! Messenger’s low  PC-to-Phone call rates.___
Tinyos-help mailing list
Tinyos-help@Millennium.Berkeley.EDU
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help


[Tinyos-help] Help me with deluge

2006-05-11 Thread bhushan bhatt
I am trying to make Deluge work with Blink to test over the air programming. The manual asks to type :   % make platform install. But cygwin does not recognize % symbol. How to compile this application ?Bhushan
		How low will we go? Check out Yahoo! Messenger’s low  PC-to-Phone call rates.___
Tinyos-help mailing list
Tinyos-help@Millennium.Berkeley.EDU
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help


[Tinyos-help] Deluge Ping node problem

2006-05-11 Thread bhushan bhatt
Hi all,When i try to follow the Deluge-manual and run DelugeBasic to ping the node it says    : Exception in thread "main" java.lang.NoClassDefFoundError: net/tinyos/tools/Deluge.  There are some pages on the help-list but it did not solve my problem. Any suggestions ??-Bhushan
		Yahoo! Messenger with Voice. Make PC-to-Phone Calls to the US (and 30+ countries) for 2¢/min or less.___
Tinyos-help mailing list
Tinyos-help@Millennium.Berkeley.EDU
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help


[Tinyos-help] Help me with this problem

2006-05-14 Thread bhushan bhatt
  Hi all,       I have a scenario to simulate with the  motes and i have been practicing with some basic application to leanr  more about mote communication. I have an application to develope in  which the mote connected to computer when loaded with that application  will start broadcasting its Node ID. The motes who listen this  increment its ID by 1 and start braodcasting. In the end all the motes  will know who their downstream motes are to  reach the base station.  Also when i have a large number of motes ( say 50 ) i want an over  the kind of programming application so i do not need to bring all the  motes to the computer to load the program. Does Deluge or Surge work  for such application ??    Any idea on this will be appreciated.Thanks,Bhushan
		Talk is cheap. Use Yahoo! Messenger to make PC-to-Phone calls.  Great rates starting at 1¢/min.___
Tinyos-help mailing list
Tinyos-help@Millennium.Berkeley.EDU
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help


[Tinyos-help] EEPROM_LOGGER error

2006-05-15 Thread bhushan bhatt
Hi,   I am trying to compile SenseLightToLog and i get an error that EEPROM_LOGGER files not found. On the archives it is said that the newer version of Tinyos does not have those files. Is there any way i can run this ? because i am working on an application where i need something similar to SenseLightToLog.Thanks,Bhushan
		Talk is cheap. Use Yahoo! Messenger to make PC-to-Phone calls.  Great rates starting at 1¢/min.___
Tinyos-help mailing list
Tinyos-help@Millennium.Berkeley.EDU
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help


[Tinyos-help] Deluge ping not working

2006-05-16 Thread bhushan bhatt
   Hi all,When i try to follow the Deluge-manual and run DelugeBasic to ping the node it says    : Exception in thread "main" java.lang.NoClassDefFoundError: net/tinyos/tools/Deluge.  There are some pages on the help-list but it did not solve my problem. Any suggestions ??-Bhushan
		Yahoo! Messenger with Voice. PC-to-Phone calls for ridiculously low rates.___
Tinyos-help mailing list
Tinyos-help@Millennium.Berkeley.EDU
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help


[Tinyos-help] SimpleCmd with Tmote

2006-05-16 Thread bhushan bhatt
Hi all,   I am working with SimpleCmd and TosBase. I programmed the motes as in the tutorial but it gives me write failed everytime i try to inject a packet. I made sure that the baud rates are the same and glanced through other material poested on the same problem but nothing solved the error. I read a messge by Joe saying that SimpleCmd is old and is not supported by Telos. I wanted to know whether it is supported by Tmote or not ? If not than what can be the alternative ??Thanks,Bhushan
		Talk is cheap. Use Yahoo! Messenger to make PC-to-Phone calls.  Great rates starting at 1¢/min.___
Tinyos-help mailing list
Tinyos-help@Millennium.Berkeley.EDU
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help


[Tinyos-help] Reduce tmote radio range

2006-05-18 Thread bhushan bhatt
Hello everyone,   I want to reduce the range of tmote so that i can get a multi hop topology. There are posts that say to change the CC2420Radio file parameters. Which parameters should i change in which file in that folder ??Thanks,Bhushan
		Be a chatter box. Enjoy free PC-to-PC calls  with Yahoo! Messenger with Voice.___
Tinyos-help mailing list
Tinyos-help@Millennium.Berkeley.EDU
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help


[Tinyos-help] SurgeMsg and MultijopMsg

2006-05-19 Thread bhushan bhatt
Hi,  I am trying to use surge application but i need a packet format in which i have a space for original sender as well as sender which is there in Multihopmsg but in Surgemsg there is only parent address. In such a case does it sound logical if i use Multihopmsg for SurgeTelos application ??Thanks,Bhushan
		New Yahoo! Messenger with Voice. Call regular phones from your PC and save big.___
Tinyos-help mailing list
Tinyos-help@Millennium.Berkeley.EDU
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help


[Tinyos-help] MAC Protocol used

2006-05-25 Thread bhushan bhatt
Hi all,   I was just wondering which MAC protocol is used by motes  when they transmit ? Is it some kind of an RTS/CTS with backoff ???-Bhushan
		Yahoo! Messenger with Voice. PC-to-Phone calls for ridiculously low rates.___
Tinyos-help mailing list
Tinyos-help@Millennium.Berkeley.EDU
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help


[Tinyos-help] Help with Timer

2006-05-25 Thread bhushan bhatt
Hi all,  I am writing an application wherein i would need more than one timer. I need one shot timers as well as Timer Repeat. Besides this i would also need a timer to wake up the node and put it to sleep. Is it possible to use TimerC for all of these ?? If not which other timers can i use ?Thanks,Bhushan
		Ring'em or ping'em. Make  PC-to-phone calls as low as 1¢/min with Yahoo! Messenger with Voice.___
Tinyos-help mailing list
Tinyos-help@Millennium.Berkeley.EDU
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help


[Tinyos-help] Write Failed Surge Telos

2006-05-25 Thread bhushan bhatt
Hi all,   I am trying to make SurgeTelos working and when i start beacon messages in the window, i get a message in SerialForwarder that write failed. the sequence number of the messages keeps on increasing. the Red light on the motes bink too so i think they are doing something. Is there any frequency mismatch problem ???Thanks,Bhushan
		Ring'em or ping'em. Make  PC-to-phone calls as low as 1¢/min with Yahoo! Messenger with Voice.___
Tinyos-help mailing list
Tinyos-help@Millennium.Berkeley.EDU
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help


[Tinyos-help] Question about MAC protocol used

2006-05-28 Thread bhushan bhatt
Hi all,   I want to know which MAC protocol is used and where can i find the actual code of it. Genericcomm, MACcontrol etc just handle tasks like send.sendmsg and receive.receivemsg. But i want to see how it is being sent and received.Thanks,Bhushan
	
		Sneak preview the  all-new Yahoo.com. It's not radically different. Just radically better. 
___
Tinyos-help mailing list
Tinyos-help@Millennium.Berkeley.EDU
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help


[Tinyos-help] Make command not found

2006-05-30 Thread bhushan bhatt
Hi all,     I installed cygwin and tinyos 1.1.15 on my computer and it says make command not found. the same version and everything else works fine on my desktop. Any idea where the problem can be ?Thanks,Bhushan
		Yahoo! Messenger with Voice. PC-to-Phone calls for ridiculously low rates.___
Tinyos-help mailing list
Tinyos-help@Millennium.Berkeley.EDU
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help


[Tinyos-help] SurgeMsg and MultijopMsg

2006-05-31 Thread bhushan bhatt
Hi all,    When i run SurgeTelos, i notice that when data reaches base station, the format of the message is that of MultiHopMsg. MultiHopMsg is wired too in the configuration file but i am not able to understand how SurgeTelos uses multihopmsg to send data. I mean there is nothing in the program where MultihopMsg is called for sending. rather it calls and sends SurgeMsg. Can anyone tell where the MultiHopMsg comes from ??Thanks,Bhushan
		Do you Yahoo!? 
Get on board. You're invited to try the new Yahoo! Mail Beta.___
Tinyos-help mailing list
Tinyos-help@Millennium.Berkeley.EDU
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help


[Tinyos-help] S-MAC : How to wire it ?

2006-06-04 Thread bhushan bhatt
Hi all,   I want to implement RTS-CTS and so i want my programs to use SMAC instead of the normal MAC ( I guess its BMAC ) which most of the programs use. Any idea how should i wire all the components and use SMAC with my programs Thanks in advance,Bhushan
		Do you Yahoo!? 
Get on board. You're invited to try the new Yahoo! Mail Beta.___
Tinyos-help mailing list
Tinyos-help@Millennium.Berkeley.EDU
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help


[Tinyos-help] Unknown target during make

2006-06-06 Thread bhushan bhatt
Hi all,   I am trying to implement SMAC and got the code from the site. When i give the command make tmote it says " Unknown targetKnown targets for TinyOS directory /opt/moteiv/tinyos-1.x/tosand the specified include directories are:  tmote atmega8 mica mica128 mica2 mica2dot micaz msp430 pc rene2 telos telosbmake: *** [exe0] Error 2 "Any feedback on how i can get rid of this problem is appreciated.Thanks,Bhushan
		Do you Yahoo!? Next-gen email? Have it all with the  all-new Yahoo! Mail Beta.___
Tinyos-help mailing list
Tinyos-help@Millennium.Berkeley.EDU
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help


[Tinyos-help] Errors with S_MAC applications

2006-06-07 Thread bhushan bhatt
Hi all,   I am trying to make some S-MAC apps files and all the programs give me around 30-35 errors when i run it. I am trying to debug but its taking lot of my time. If anyone has worked with S-MAC and know the problem can help me. I really need to get this working soon so i can implement S-MAC with my applications.Thanks,Bhushan __Do You Yahoo!?Tired of spam?  Yahoo! Mail has the best spam protection around http://mail.yahoo.com ___
Tinyos-help mailing list
Tinyos-help@Millennium.Berkeley.EDU
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help


[Tinyos-help] SMAC on Tmote

2006-06-08 Thread bhushan bhatt
Hi all,   I know that SMAC works with Mica and Micaz but i want to know if it works with tmote Thanks,Bhushan __Do You Yahoo!?Tired of spam?  Yahoo! Mail has the best spam protection around http://mail.yahoo.com ___
Tinyos-help mailing list
Tinyos-help@Millennium.Berkeley.EDU
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help


[Tinyos-help] Multiple Timers

2006-06-22 Thread bhushan bhatt
Hello Everyone, I want to implement a program that has multiple timers. Just to see how it works i made a sample program. I can compile and run it but only the event in Timer1 is executed. Any ideas why ??Thanks,Bhushan 
		Yahoo! Sports Fantasy Football ’06 - Go with the leader. 
Start your league today! 

BlinkM.nc
Description: 457030566-BlinkM.nc


Blink.nc
Description: 281295739-Blink.nc
___
Tinyos-help mailing list
Tinyos-help@Millennium.Berkeley.EDU
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help


[Tinyos-help] Help Needed with Packetizer

2006-06-25 Thread bhushan bhatt
Hi all,    I have modified the TOSBase and SimpleCmd to perform the opreation as i need. I am not sure where in the code is the wiring done to invoke the Serial Forwarder. I think it  calls the Packetizer.JAVA file. Can anyone give me some hint as how to get the serial forwarder working for my own code Thanks in advance,Bhushan 
		Want to be your own boss? Learn how on  Yahoo! Small Business. 
___
Tinyos-help mailing list
Tinyos-help@Millennium.Berkeley.EDU
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help


[Tinyos-help] How to log Messages ?

2006-06-28 Thread bhushan bhatt
Hi all,   I have an application in which all the motes send data to base station once in every 10 seconds. At the base station i want to log the data in a file so that i can analyze the data later. Which is the best way i can do it ? I read through BcastInject.JAVA but i dont think it is useful for my applications. Suggestion are appreciated.Thanks,Bhushan 
		Yahoo! Music Unlimited - Access over 1 million songs.
Try it free. ___
Tinyos-help mailing list
Tinyos-help@Millennium.Berkeley.EDU
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help


Re: [Tinyos-help] Timer stops after Radio stop

2006-07-13 Thread bhushan bhatt
Hi Josh,    I have a question for you. I am trying to turn the radio off and i do it by calling the HPL function. I tried it but it doesnt seem to be working. I am using tmote. Can you tell me how are you able to turn the radio off ?Thanks,Bhushan[EMAIL PROTECTED] wrote: Hey all,  I am trying to implement power management and need to shut off the radio. Everything works fine and I take the first sensor reading, then shut the radiooff on sendDone event.  On the next timer fire i start the radio again, howeverno packets are being transmitted.  Do i need to set a new timer?? what can I do??THanks so much in advance!!Josh-This mail sent through IMP:
 http://horde.org/imp/___Tinyos-help mailing listTinyos-help@Millennium.Berkeley.EDUhttps://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help 
		Yahoo! Messenger with Voice. Make PC-to-Phone Calls to the US (and 30+ countries) for 2¢/min or less.___
Tinyos-help mailing list
Tinyos-help@Millennium.Berkeley.EDU
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] Tinyos with Ubuntu

2006-08-12 Thread bhushan bhatt
Hi Guys,     I plan to install tinyos on my machine running Ubuntu. Which is the best version  to install and from where should i install it. Tinyos website has a download version for Redhad linux. can i use the same ???  Thanks, Bhushan  
		Talk is cheap. Use Yahoo! Messenger to make PC-to-Phone calls.  Great rates starting at 1¢/min.___
Tinyos-help mailing list
Tinyos-help@Millennium.Berkeley.EDU
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] TinyViz or TOSSIM

2006-08-16 Thread bhushan bhatt
Hello everyone,    I am working on an application for wireless ad-hoc networking with Tmotes. I want to verify my application results with simulation results. I tried working with TOSSIM but for some reason i cannot get it working. I plan to work with TinyViz now. Can anyone tell me the difference ?? And is there any manual or tutorial on how to work with TinyViz ??Thanks,Bhushan 
		Stay in the know. Pulse on the new Yahoo.com.  Check it out. 
___
Tinyos-help mailing list
Tinyos-help@Millennium.Berkeley.EDU
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] Documents for TinyViz

2006-08-21 Thread bhushan bhatt
Hi all, I am trying to work with TinyViz and i searched for any documentation available in the docs folder but there is none. Can anyone help me if there are any documents for TinyViz. I am working with Tmote Sky on Windows XP.Thanks,Bhushan 
		Talk is cheap. Use Yahoo! Messenger to make PC-to-Phone calls.  Great rates starting at 1¢/min.___
Tinyos-help mailing list
Tinyos-help@Millennium.Berkeley.EDU
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] How to Log Messages

2006-08-21 Thread bhushan bhatt
I want to store all the messages i receive from the motes in the computer to analyze later as how many pacekts were lost. Can anyone tell me how do i achieve this ??Someone refered me to use XListen but it dint work for me. I am using Tmote Sky motes.Thanks,Bhushan 
		Get your email and more, right on the  new Yahoo.com 
___
Tinyos-help mailing list
Tinyos-help@Millennium.Berkeley.EDU
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] Which is better TOSSIM or VinyViz ?

2006-08-29 Thread bhushan bhatt
   Hello everyone,    I am working on an application for wireless ad-hoc networking with Tmotes. I want to verify my application results with simulation results. I tried working with TOSSIM but for some reason i cannot get it working. I plan to work with TinyViz now. Can anyone tell me the difference ?? And is there any manual or tutorial on how to work with TinyViz ??Thanks,Bhushan 
		Yahoo! Messenger with Voice. Make PC-to-Phone Calls to the US (and 30+ countries) for 2¢/min or less.___
Tinyos-help mailing list
Tinyos-help@Millennium.Berkeley.EDU
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] Display receive message on screen and store in a file

2006-09-11 Thread bhushan bhatt
Hi everyone,  I would like to dispaly all the messages received by the mote connected to the computer acting as base station to display on the screen and save it in the file. i have tried working with Delta application ot Moteiv and it works fine. I want to know how can i use the similar application for my program. Any feedback is appreciated.Thanks,Bhushan 
		How low will we go? Check out Yahoo! Messenger’s low  PC-to-Phone call rates.___
Tinyos-help mailing list
Tinyos-help@Millennium.Berkeley.EDU
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Re: [Tinyos-help] Help in reading Data of Listen and ListenRaw

2006-09-27 Thread bhushan bhatt
I also am trying to use TOSBase with SimpleCmd. I would like to analyze the packet data received by listen. If someone can help which field in the data is Sequence number.Thanks,BhushanPablo Gil Montaño <[EMAIL PROTECTED]> wrote: I think that if you just send packets to the UART, they don't have either seqNo or dest address (they are set to zero). TOSBase sends the packets so that you can see those fields (perhaps it sets them before sending them through the UART.Sumit Gupta <[EMAIL PROTECTED]> escribió: thanx. but i have a doubt abt seq no. If I see as per your order then seq no. is always zero. It doesnt seem right or am I looking at wrong bytes? Pls advice. 
 Regards, SumitOn 9/24/06, Pablo Gil Montaño <[EMAIL PROTECTED]> wrote: I know the format received with Listen, just in case it can  help you, I describe the fields in order, and beteween parantheses the number of bytes.Length (1)Frame Control Field (2)Dat sequence number (1)Dest PAN address (2)Dest address (2)Active Message ID (1)Group ID (1)The rest dispayed bu Listen is the payload (it will depend on the data structure you are sending). You must take into account the fact that when you have two bytes, the first one displayed on screen is the lower byte, so if you have 01 00 in the address field it corresponds with address 0x0001.Sumit Gupta <[EMAIL PROTECTED] > escribió: Please help me in reading data. Its comming from same mote and read by ListenRaw and Listen  (ran one after another not simulataneously) but the out put is having different formats which confused me alot. Can anyone please help me here. Also ListenRaw output doesnt match exactly with format mentioned in Chapter - 6 of tinyos tutorial. I need a guidance here. Please.  Thanks in advance.OUTPUT OF ListenRaw: 
 7E 42 14 00 00 00 00 00 7D 5E 00 11 7D 5D 00 00 00 00 00 00 C0 03 00 00 00 00 8A  0B 7D 5E 00 F4 3B 00 00 D1 E8  7E  7E 42 14 00 00 00 00 00 7D 5E 00 11 7D 5D 00 00 00 00 00 00 C0 03 00 00 00 00 8A  0B 7D 5E 00 F5 3B 00 00 65 9E 7E  7E 42 14 00 00 00 00 00 7D 5E 00 11 7D 5D 00 00 00 00 00 00 C0 03 00 00 00 00 87   0B 7D 5E  00 F6     3B 00 00 DD 53 7E       OUTPUT OF Listen (with SerialForwarder):  14 00 00 00 00 00 7E 00 11 7D 00 00 00 00 00 00 D2 03 00 00 00 00 9F 0B 7E 00 1C 3D 00 00   14 00 00 00 00 00 7E 00 11 7D 00 00 00 00 00 00 D2 03 00 00 00 00 9F 0B 7E 00 1D 3D 00 00  14 00 00 00 00 00 7E 00 11 7D 00 00 00 00 00 00 D2 03 00 00 00 00 A2 0B 7E 00 1E 3D 00 00  14 00 00 00 00 00 7E 00 11 7D 00 00 00 00 00 00 DD 03 00 00 00 00
 9B 0B 7E 00 CE 3D 00 00   14 00 00 00 00 00 7E 00 11 7D 00 00 00 00 00 00 DD 03 00 00 00 00 9E 0B 7E 00 CF 3D 00 00  Regards, Sumit ___Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-helpLLama Gratis a cualquier PC del Mundo.Llamadas a fijos y móviles desde 1 céntimo por minuto. http://es.voice.yahoo.com  LLama Gratis a cualquier PC del Mundo.Llamadas a fijos y móviles desde 1 céntimo por minuto.http://es.voice.yahoo.com___Tinyos-help mailing listTinyos-help@Millennium.Berkeley.EDUhttps://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help 
		Talk is cheap. Use Yahoo! Messenger to make PC-to-Phone calls.  Great rates starting at 1¢/min.___
Tinyos-help mailing list
Tinyos-help@Millennium.Berkeley.EDU
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] SMAC where to download from ?

2006-09-27 Thread bhushan bhatt
Hi all,   I want to download SMAC. Can anyone tell me where can i get the files for it ???Also someone told me that SMAC cannot be implemented on Tmote Sky. Is this true ? because they said they have their own protocol working at MAC layer.Thanks,Bhushan 
		Yahoo! Messenger with Voice. Make PC-to-Phone Calls to the US (and 30+ countries) for 2¢/min or less.___
Tinyos-help mailing list
Tinyos-help@Millennium.Berkeley.EDU
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] Please Help

2006-09-28 Thread bhushan bhatt
Hi everyone,   I am working on a scheduling algorithm for motes which allows to sleep when not performing any task. I have a mote attached to my laptop. It receives data from other motes and when its not doing anything it turns off radio and sleeps.   For this application i want the base station mote to calculate the total sleep time. If i run the process for 10 mins and i than i want to see how much the mote sleeps when its not receiving any data from other motes. Any idea how can i do it  Shall i have a timer inside my mote or is there any way i can send signals to laptop when mote sleeps and wakes up so to reduce processing on the mote ?  Any help is greatly appriciated.Thanks,Bhushan 
		Stay in the know. Pulse on the new Yahoo.com.  Check it out. 
___
Tinyos-help mailing list
Tinyos-help@Millennium.Berkeley.EDU
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help