Re: [Tinyos-help] Deluge T2 inject freezes when slots are in non-standard locations

2008-01-16 Thread David
I just committed a fix which allows non-Deluge images before Deluge. The test I did was using this: volume_table volume name=TEST size=65536/ volume name=GOLDENIMAGE size=65536 base=983040 / volume name=DELUGE1 size=65536/ volume name=DELUGE2

[Tinyos-help] Algorithm in TinyOS 2.x for 1-to-1 multihop?

2008-01-16 Thread David
Hi list. TinyOS 2.x introduces the Dissemination and Collection algorithms. What I would like is a way for the Basestation to communicate with a single mote (preferably 2-way) over multi-hop. Basically, a form of 1 to 1 ad-hoc routing, rather than many to one (collection), or one to many

[Tinyos-help] Errors compiling RadioCountToLeds

2008-01-16 Thread Fran Rincon
Hello everybody, When I try to compile the application RadioCoundToLeds in TinyOS 2.0 with the command “make micaz”, I get the errors below. How can I fix this? Thanks in advance, Fran Rincón ERRORS: RadioCountMsg.java:7: package net.tinyos.message does not exist public class

[Tinyos-help] UISP for installation

2008-01-16 Thread Faisal Aslam
Hi, This question is not related to tinyOS but about using uisp in cygwin and Window XP. I am sorry for asking off topic question but I really need your help and AVRfreaks does not allow me to register. Do not know why? I wish to install simple code on mica2 using uisp. The code is written in

[Tinyos-help] Re: UISP for installation

2008-01-16 Thread Faisal Aslam
Please ignore my previous question. Because it works now... Faisal Aslam wrote: Hi, This question is not related to tinyOS but about using uisp in cygwin and Window XP. I am sorry for asking off topic question but I really need your help and AVRfreaks does not allow me to register. Do not

Re: [Tinyos-help] Development wanted for Deluge T2

2008-01-16 Thread Razvan Musaloiu-E.
Hi! On Wed, 16 Jan 2008, David wrote: On Jan 15, 2008 5:22 PM, Razvan Musaloiu-E. [EMAIL PROTECTED] wrote: Hi! For CVS I also use -dP. If you want to use git you can clone from here: http://hinrg.cs.jhu.edu/git/tinyos-2.x.git The repository is synchronized from the CVS every hour.

RE: [Tinyos-help] XBow telosb question

2008-01-16 Thread Hristo Bojkov
Hello Martin, Sorry to address you directly, but I need to know what is the status of the components for IRIS platform. I need to plan ordering of motes, and the IRIS motes look very promising. You said that the platform would be committed to CVS by the end of tha last year. As I have checked

[Tinyos-help] TOSSIM simulation time

2008-01-16 Thread Chris Yao
Hi, I use C language to develop a script for TOSSIM. I want the simulation to run 5 seconds. In the C script, based on TOSSIM tutorial, I use 500 in my script. But when I compile, I was told this constant is too large. Any suggestions? Thanks, Chris

RE: [Tinyos-help] TOSSIM simulation time

2008-01-16 Thread Munaretto, Daniele
Why don't you use 5000? Since the timers should be in ms. Cheers Daniele From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Chris Yao Sent: Wednesday, January 16, 2008 4:56 PM To: tinyos-help@millennium.berkeley.edu Subject: [Tinyos-help] TOSSIM simulation time Hi, I use C

Re: [Tinyos-help] Hardware Traces for Telosb/MSP 430

2008-01-16 Thread John Griessen
Tal Rusak wrote: Hi, I read the following article: http://www.ddj.com/development-tools/184406289 from the article, Hardware trace is a technology available on many embedded microprocessors they are meaning built in hdwe trace, not add-on emulators... The MSP430x2xxx machines have

RE: [Tinyos-help] XBow telosb question

2008-01-16 Thread Janos Sallai
Hristo, The IRIS port is in the CVS. Basic subsystems, such as timers/counters, ADC, SPI, I2C, USART and RF230 radio are working. The RF230 radio stack is compatible with the T2 CC2420 stack, so IRIS motes can communicate with micaz and telos motes. IRIS support is pretty complete: For example,

[Tinyos-help] voltage comparators code in tinyOS-2.0?

2008-01-16 Thread John Griessen
I've searched through tinyos-2.x with find and have not found any comparator code. I'm thinking of using the MSP430F1611 comparator instead of its DAC since comparators are often on a processor chip. Also, I need more drive than the 0.5 mA the DAC can provide, also using the DAC stops using

Re: [Tinyos-help] Algorithm in TinyOS 2.x for 1-to-1 multihop?

2008-01-16 Thread Omprakash Gnawali
You might want to look at: TYMO (http://tymo.sourceforge.net/) for 1-1 routing 6lowpan (tos/lib/net/6lowpan in TinyOS CVS) for compressed IPV6 over motes There are many sensor network transport protocols (although not TCP) that transfer bulk data. Most of them are designed to run on collection

Re: [Tinyos-help] TOSSIM simulation time

2008-01-16 Thread Philip Levis
On Jan 16, 2008, at 7:56 AM, Chris Yao wrote: Hi, I use C language to develop a script for TOSSIM. I want the simulation to run 5 seconds. In the C script, based on TOSSIM tutorial, I use 500 in my script. But when I compile, I was told this constant is too large. Any

[Tinyos-help] TinyOS programming tips wiki for new users

2008-01-16 Thread WenZhan Song
We collect many TinyOS programming tips in the wiki, which may solve many question of new users: http://sensorweb.vancouver.wsu.edu/wiki/index.php/Tips Welcome to criticize and send us comments. Also, our lab have one PhD RA opening. WenZhan ___

[Tinyos-help] Re: TinyOS programming tips wiki for new users

2008-01-16 Thread WenZhan Song
Also, we are using iMote2 for our project. The following page also contains a lot of tips related to tinyos environment setup for iMote2: http://sensorweb.vancouver.wsu.edu/wiki/index.php/Tinyos#Install_Imote2_in_tinyos-1.x Our lab have one PhD RA opening. See

[Tinyos-help] Maximum Sampling rate for MDA300

2008-01-16 Thread Abdullah Kadri
Dear All, I am wondering if anyone has tried to use the maximum sampling rate for MDA300 ADC. I need to know how many samples we can take using this ADC. Any reference will be highly appreciated. Thanks, Abdullah Kadri, P.Eng., Ph.D. Candidate The University of Western Ontario Department

Re: [Tinyos-help] voltage comparators code in tinyOS-2.0?

2008-01-16 Thread Kevin Klues
No are correct, there are currently no drivers for the comparators on the msp430 -- at least not in the core. There are no plans at this time to implement them either. If you were to write such a driver hardware conflicts could be resolved by first restructuring the timers to rovide a Resource

Re: [Tinyos-help] voltage comparators code in tinyOS-2.0?

2008-01-16 Thread John Griessen
Kevin Klues wrote: there are currently no drivers for the comparators on the msp430 -- at least not in the core. There are no plans at this time to implement them either. If you were to write such a driver hardware conflicts could be resolved by first restructuring the timers to provide a

Re: [Tinyos-help] Deluge T2 inject freezes when slots are in non-standard locations

2008-01-16 Thread Razvan Musaloiu-E.
Hi! On Wed, 16 Jan 2008, David wrote: I just committed a fix which allows non-Deluge images before Deluge. The test I did was using this: volume_table volume name=TEST size=65536/ volume name=GOLDENIMAGE size=65536 base=983040 / volume name=DELUGE1

[Tinyos-help] CC2420 LQI/RSSI bug fix

2008-01-16 Thread David Moss
Dane Murdock here at Rincon discovered an edge case bug with the CC2420 receive branch when applying TUnit unit testing to CC2420ReceiveP. This edge case occurred only with receiving a full payload. Having a complete payload to download, the RSSI and LQI bytes were automatically downloaded