RE: [Tinyos-help] Question

2006-08-01 Thread Munaretto, Daniel
Hi, How is it possible to increase the task queue on TinyOS1.x (micaz motes)? which files and where do i have to modify? thanks for your availability cheers Daniele -Original Message- From: Aaron Ault [mailto:[EMAIL PROTECTED] Sent: Mon 7/31/2006 9:00 PM

[Tinyos-help] questions on timer interval

2006-08-01 Thread zkes1000
all, I wonder if the microsecond-level timer can be supported in tos? 3x sz -- 我现在使用Sogou.com的2G邮箱了,你也来试试吧!

Re: [Tinyos-help] Question

2006-08-01 Thread Claro Noda
Daniele: you'd try including the CFLAGS += -DTOSH_MAX_TASKS_LOG2=8 line in the App Makefile, to increase the size of the task queue to 256. regards, Claro. On 01/08/06, Munaretto, Daniel [EMAIL PROTECTED] wrote: Hi,How is it possible to increase the task queue on TinyOS1.x (micaz motes)?which

Re: Re: [Tinyos-help] set distance between motes in tinyviz

2006-08-01 Thread Nilay Chheda
Thanks Darren,The real thing I want to do is to limit the radio range to some nodes.I am simulating around 50 nodes and want to form a tree using them. The problem here is that the root (mote 0) broadcast and allocates the even furthest node (consider nodes are placed in a grid fashion)as its

[Tinyos-help] (no subject)

2006-08-01 Thread Roberto Pietrangeli
I'm trying to use the events under tinyDB but I've got some problems. 1 - If I write the following query, as in the TinyDB reference, On evtTest: SELECT nodeid,light SAMPLE PERIOD 1024 the GUI always tell errorMsg = Syntax error at on. What is the problem? 2 - I modified the TinyDBApp in nesC

[Tinyos-help] tinyDB Topology

2006-08-01 Thread Roberto Pietrangeli
If i click over the Display topology in TinyDB GUI the windows doesn't draw anything and moreover an exception is throws: /opt/tinyos-1.x/tools/java# java net.tinyos.tinydb.TinyDBMain -sim Catalog file in use: net/tinyos/tinydb/catalog.xml Creating PhoenixSource with tossim-serial Opening

Re: [Tinyos-help] HowTo use Acknowledge

2006-08-01 Thread Darren BISHOP
Hi Ale, On telosb there is the CC2420Control interface which you can use to switch on acknowledgments; this is not synonymous to reliable communication, but it gives you a primitive to implement such. I am told it depends on the version of your hardware whether it is on by default. I do not

Re: Re: Re: [Tinyos-help] set distance between motes in tinyviz

2006-08-01 Thread Darren BISHOP
Hey Nilay, In TinyViz goto the 'Plugins' menu and enable the 'Radio model' plugin. Select the corresponding control panel (on the right) and choose the radio range e.g. 'Fixed radius (10.0)'. You can then scale this by setting the 'Distance scaling factor'; I believe you must use the

RE: [Tinyos-help] Help with real node behaviour!Micaz,tinyos 1.x

2006-08-01 Thread Munaretto, Daniel
Hi Michael, The problem is that we need more memory for our project. Even if FLASH memory is slow, i think we need to use all possibilties that micaz mote gives to us. Is it possible to use it for writing data? (i know that for ADC readings it is used, and just to remember we use tinyos 1.x and

RE: [Tinyos-help] Question

2006-08-01 Thread Munaretto, Daniel
I changed the makefile with that line, but results remain the same. I notice in the simulator some lost packets ,when nodes are transmitting close to each other. i tried to avoid this by using random timers before sending, but sometimes there are still lost packets. Now i think the reason is

[Tinyos-help] TimerC module in Blink application

2006-08-01 Thread Firat TARAKTAS
Hi to all, I've recently started on TinyOS. I want help about Timer module. When I use TimerC instead of SingleTimer in Blink application, it fails. It happened in UART application, but we encountered this problem using SingleTimer. Now I am working on CnttoLedsandRFM application but it

[Tinyos-help] Re:

2006-08-01 Thread Sankar Gorthi
I wasn't able to fix it. The problem still exists. What I did instead was, I copied the platform specs from a colleague's pc and saved it in the tinyos-1.x/tos/ folder. I also copied his entire Cricket folder and saved it in mine (all of this with tinyos-1.1.0 in case you were wondering).

RE: [Tinyos-help] Maximum datarate on CC1000 radio

2006-08-01 Thread David Moss
Title: Message I can't tell you what the throughput would be for a multihop network because it would depend on a number of factors, but for a singlehop network of mica2's with no loss you can expect 1926 bytes/sec using the original CC1000 radio stack. If node 2 in your network is

Re: [Tinyos-help] Re: [Question] about task in book TinyOS Programming

2006-08-01 Thread Philip Levis
On Jul 31, 2006, at 9:16 AM, Hui KANG wrote: Dr. Levis: There is some question I still can not understand fully. 2: Second, to prove there exists a call loop, you modify Read.readDone as in pp 32. Herein, it calls Read.read() in Read.readDone(). I agree that in this example call loop

Re: [Tinyos-help] Maximum datarate on CC1000 radio

2006-08-01 Thread Philip Levis
On Jul 31, 2006, at 8:06 PM, venkatesh s wrote: Hi all, I am working on packet loss and delay measurements. The fact is i need to do this on multi-hop, for which i need to fix the datarates. It seems that when the application is sending 300 packets/minute, out of which i get around

Re: [Tinyos-help] TinyOS 2.0 and IEEE 802.15.4 compliant motes

2006-08-01 Thread Philip Levis
On Jul 31, 2006, at 3:34 AM, Mikael Ifversen wrote: Hi all, I want to work exclusively with TinyOS 2.0 and IEEE 802.15.4 compliant motes since that seems to be the two standards which are attracting a lot of focus. I am new to TinyOS / embedded programming and therefore need as much

Re: [Tinyos-help] HowTo use Acknowledge

2006-08-01 Thread Michael Schippling
c.f.: http://www.etantdonnes.com/Motes/report_mica2/ Ale wrote: Hi, Micaz and telos have implemented reliable communication? If yes, is there an (example) application that use the acknowledge, or tutorial that explain how to use it? Otherwise, how could I allow reliable communication? I

Re: [Tinyos-help] Maximum datarate on CC1000 radio

2006-08-01 Thread Michael Schippling
The backoff on the mica2 doesn't seem to be as reliable as one would like. I have a little bit about it in the ACK/reliability report I just ref'd. You may also have hidden node problems, where packets collide because two transmitters cannot hear each other. MS venkatesh s wrote: Hi all, I

Re: [Tinyos-help] Help with real node behaviour!Micaz,tinyos 1.x

2006-08-01 Thread Michael Schippling
I haven't used the FLASH so I can't give good advice. David Moss on this list seems to know a lot about it, perhaps he will answer? MS Munaretto, Daniel wrote: Hi Michael, The problem is that we need more memory for our project. Even if FLASH memory is slow, i think we need to use all

[Tinyos-help] hi

2006-08-01 Thread neeraj sharma
Respected sirI am Mtech student doing mtech project on wireless sensor network.actually i have to interface mica 2 mote with camera.for this i have designed interface board..but i want to know that how i can develope code for interfacing so that i can continue my project..warm

Re: [Tinyos-help] Question about lost of packets with MultiHop.

2006-08-01 Thread Conor Todd
Perhaps if you use the QueuedReceive mechanism, you'll not loose as many packets? Or, if you really want to be sure you're getting the packets and you don't want to touch the radio stack, try using the RadioCoordinator interface, which allows you to be notified every time a byte is recieved. -

Re: [Tinyos-help] hi

2006-08-01 Thread Michael Schippling
Places for TinyOS information... The downloads: http://www.tinyos.net/download.html I advise using TOS v1.1.7 or 1.1.10 with mica2. There seem to be some hassles with v1.1.11 and higher on some systems so I haven't upgraded... The doc/tutorial is a good place to start learning. Also

Re: [Tinyos-help] tinyos tutorial lesson 7

2006-08-01 Thread jurin dan
hi, i've done what u advise to me. and one more thing, i have add Sounder in component list in the file SimpleCmd.nc before it work. thx From: Michael Schippling [EMAIL PROTECTED] To: jurin dan [EMAIL PROTECTED] CC: tinyos-help@Millennium.Berkeley.EDU Subject: Re: [Tinyos-help] tinyos

[Tinyos-help] Problem to make Deluge support larger packet payload size

2006-08-01 Thread Sangwon Hyun
Hello, I am trying to use Deluge. I would like to modify the packet payload size into 120 bytes (the existing packet payload size is 23 bytes)because I want to use Deluge over Zigbee(802.15.4), whose max packet size is 128 bytes. In order to do that, I just modified the following

Re: [Tinyos-help] How to compile MatlabControl.java

2006-08-01 Thread Michael Schippling
sorry I don't know about the .patch thing, but to add to your CLASSPATH, assuming you are using Windows: You can go through the My Computer-Properties-Advanced-Environment Variables menu and set it for your whole system. Or under cygwin's bash shell: Look for export CLASSPATH in

[Tinyos-help] question about SimpleTime

2006-08-01 Thread Stephen zhao
dear, I have read the source code of "SimpleTimeM.nc". I found "INTERVAL = 32" in code, so that I wonder if the "time" value is updated every 32 ms. Is it right?3x SZ Mp3疯狂搜-新歌热歌高速下 ___ Tinyos-help mailing list

Re: [Tinyos-help] Re: [Question] about task in book TinyOS Programming

2006-08-01 Thread Hui KANG
Dr. Levis: I just noted that there is an updated version of this book in your website (version June 28,2006). After I downloaded it, I found there are some samll errors in the code example we discussed. 1:Listing 4.11 on p.33, command error_t Read.read() in the implementation of PeriodicReaderC

Re: [Tinyos-help] question about SimpleTime

2006-08-01 Thread Michael Schippling
I believe that is the case. With the proviso that they are TOS TimerC milli-sec, not 'exact' ms. MS Stephen zhao wrote: dear, I have read the source code of SimpleTimeM.nc. I found INTERVAL = 32 in code, so that I wonder if the time value is updated every 32 ms. Is it right? 3x

Re: [Tinyos-help] Maximum datarate on CC1000 radio

2006-08-01 Thread venkatesh s
Thanksfor your kind reply Phil and Michael... What about if i make the nodes to communicate in a single range, and force them to come on hop., which means there shouldn't be hidden node problems.. I did the following to achive the above, for the 3 node network.. Node 2 was forced to receive

Re: [Tinyos-help] Maximum datarate on CC1000 radio

2006-08-01 Thread venkatesh s
Well David, thanks for that. But i wonder about what you say 1926 bytes/sec, which means its almost 15kbps. I find loss for 5 kbps. it gives almost 5 % loss for node 2 and 0% loss for node 1. Also, i would like to do this multihop testing on a single range, so that i can capture what is

Re: [Tinyos-help] Re: [Question] about task in book TinyOS Programming

2006-08-01 Thread Philip Levis
On Aug 1, 2006, at 6:46 PM, Hui KANG wrote: Dr. Levis: I just noted that there is an updated version of this book in your website (version June 28,2006). After I downloaded it, I found there are some samll errors in the code example we discussed. 1:Listing 4.11 on p.33, command error_t