Re: [Tinyos-help] Delta application -help required

2006-08-30 Thread Michael Schippling
Keptin, I kenna change th'laws o'physics... siva prasad wrote: again thanks for tht explanation...i can understand tht problem... As i told previously, my system is highly dynamic in nature...in order to monitor such dynamical system is there any better idea...not like sending 10 readings in o

Re: [Tinyos-help] Delta application -help required

2006-08-30 Thread siva prasad
again thanks for tht explanation...i can understand tht problem... As i told previously, my system is highly dynamic in nature...in order to monitor such dynamical system is there any better idea...not like sending 10 readings in one packet after 10ms...   thanks in advance...  siva katru  On 8/30/

Re: [Tinyos-help] How to access the flash on TELOSB

2006-08-30 Thread HyungJune Lee
Spam detection software, running on the system "mail.Millennium.Berkeley.EDU", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator

[Tinyos-help] How to access the flash on TELOSB

2006-08-30 Thread Vincent
Hi, There is a 1M external flash for data logging in TELOSB. How can I implementate it with writing and reading data? Similar to the internal flash on the msp430? Sorry for bother again. Thanks. Best regards, Vincent [EMAIL PROTECTED] 2006-08-30 ___

Re: [Tinyos-help] Ideas needed

2006-08-30 Thread Michael Schippling
See, this is the problem with software education these days. There is no way to demo the documentation.. I met a lovely woman from the Univ of Chicago who was doing her dissertation on mobile routing a couple years ago, but I'm afraid that I don't have any concrete leads for you. Google is Go

[Tinyos-help] Trawler problem: Why nodes don't appear?

2006-08-30 Thread Fenghua Yuan
Hi,   I installed tmote tools using tmote-sky installation CD.   I try to run trawler with Delta application.  The oscope part works, but no node appear on the topology page.  Does anybody have idea about this problem?   thanks in advance.   Fenghua   __

Re: [Tinyos-help] Ideas needed

2006-08-30 Thread Dooma®
forget abour documenting... after all, i'll need something up and running for a demo, in addition to the fact that we are planning to finish the graduation project :o)mobile ad-hoc routing algorithms sounds interesting... have you got any resources about it? i'm still searching for an idea, if anyo

Re: [Tinyos-help] Delta application -help required

2006-08-30 Thread Michael Schippling
As I said, based on my (small) experience with micaz I believe that 100 messages per second is about the max you can expect. And that 100 is for the total system, not per mote (unless of course you have only one mote transmitting). If you are doing multihop then you need to divide the total messag

Re: [Tinyos-help] calibrating TMote Sky sensors???

2006-08-30 Thread Simon Davis
Hello, Are the batteries on both motes supplying at least 2.4V? If it falls below, the readings will be different from what they should be. The SHT11's otherwise are calibrated by Sensirion at the factory, that's why they cost what they do! Simon Davis On Tuesday 29 August 2006 09:55 am, Lu

[Tinyos-help] problem

2006-08-30 Thread 蒋伟
Hi:   I think i have get a problem with this.Can you tell me why and how to deal with the matter?Thank you .       $ make telosbmkdir -p build/telosb    compiling SimpleCmd to a telosb binaryncc -o build/telosb/main.exe -O -Wall -Wshadow -DDEF_TOS_AM_GROUP=0x7d -Wnesc-all -target=telosb -fnesc-cfil

Re: [Tinyos-help] Delta application -help required

2006-08-30 Thread siva prasad
hi ole, i am very thankful to unow, i understand whats going on.. but one thing remindsthat is ---i asked abt sampling at 1ms and sending the data in tht time only...for an external ADC signal of 50 hz(say)using multihop(obvious) technique...the thing is i am losing lots of packets...ho

[Tinyos-help] tinyviz in tinyos 2.x?

2006-08-30 Thread sam ribas
I can't find TinyViz in the source code of tinyos 2.x... it's possible to import tinyviz from tinyos 1.x or it's simply not yet developed? (what can I use in this case?) Thanks for the answer, bye. ___ Tinyos-help mailing list Tinyos-help@Millennium.B

Re: [Tinyos-help] Delta application -help required

2006-08-30 Thread Ole Bischoff
Hy Siva,   here is a short description of the Delta application: - StdControl.start() calls the command Timer.start() to start the programm - Every time when Timer.fired() (periodically, all DELTA_TIME ms) the sensor gets the request ADC.getData() - When the data is ready (ADC.dataReady()), the

[Tinyos-help] MoteIV's Boomerang

2006-08-30 Thread José L. Ponce
I am trying to install Boomerang alongside TinyOS 1.x, and the installation of the last rpm, the MoteIV one, is giving me several errors: make[2]: Entering directory `/opt/tos/tinyos-1.x/tools/java/net/tinyos/sim/msg' mig java -target=pc -java-classname=net.tinyos.sim.msg.DebugMsgEvent ../../../..

Re: [Tinyos-help] Delta application -help required

2006-08-30 Thread siva prasad
thanks for ur reply michael,   if i sample the signal at 1ms(suppose for 50hz signal) then it will be better ...that is required for my application ...one more thing is that, the system tht i want to monitor is highly dynamic in nature..so the data should be send for every 1ms...i think 1ms is suff

[Tinyos-help] "launchall.sh" error

2006-08-30 Thread Zhao Stephen
Dear all, I am new to "Cricket". Now I perform demo according to manual. After "cricketd" is running, I start the command line "launchall.sh". But some errors appear as following. Simulation Mode Exception in thread "main" java.lang.NoClassDefFoundError: beaconconfig/BeaconCo nfig Exception in

Re: [Tinyos-help] Delta application -help required

2006-08-30 Thread Michael Schippling
I don't know the message rate you can expect from moteiv motes but if you are trying to send one sample every 10ms you are probably pretty close to the limit (somewhere on the order of 100 msg/sec is the max for micaz's). You'll probably need to collect multiple samples in one message to get anywh

Re: [Tinyos-help] Re: SOS

2006-08-30 Thread [EMAIL PROTECTED]
For techniqal differences please have a look at http://www.ece.iisc.ernet.in/network_labs/manjunath/commag.pdf Regads, Manjunath On Wed, 30 Aug 2006, Tan Han Chiang wrote: > > Hi all, > > did anyone did any comparison between tinyOS and SOS (sensor operating > system)?? What is their main diffe

[Tinyos-help] Re: SOS

2006-08-30 Thread Tan Han Chiang
Hi all, did anyone did any comparison between tinyOS and SOS (sensor operating system)?? What is their main difference beside the programming language? Any advantages or disadvantages of one over the other?? is SOS more user friendly due to the language (C instead of nesC)?? Thanks.

[Tinyos-help] the value of packet->crc

2006-08-30 Thread yang yinying
Hi,   I use TOSSIM as the simulator and notice some packets cant be correctly received because of the packet->crc = 0, which means crc check fails, while most other packets can be received well. I wonder why this happens when I use simple radio model and all motes use the exactly same co