[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

[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

[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

[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

[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

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

[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

[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

[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

[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

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

[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

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

[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

[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

[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

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

[Tinyos-help] Unknown target during make platform

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

[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

[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

[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

[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

[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

[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

[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

[Tinyos-help] Reduce tmote radio range

2006-05-19 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!

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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