[Tinyos-help] still having problem with TinyDB GUI and Micaz sensors

2006-10-12 Thread Maciej Piasecki
hi everyone, I am still having problem with TinyDB GUI (also DemoAPP). I think that my Micaz motes receive query properly (they blink exactly the same time as EPOCH DURATION in query), they response to "SOUNDER ON" and "RESET MOTES", but no data appears in the query window, so I assume that T

[Tinyos-help] want to use multiple timer modules........... how....:)

2006-10-12 Thread primalfear 69
hello everybody..   my application requires two seperate timer modules to be used.  the basic idea is only one should be alive at a given time interval... and corresponding event has to be performed.  how can i do that in nesC... as of now its all Timer.start and Timer.stop

[Tinyos-help] comm-string without cygwin

2006-10-12 Thread Maciej Piasecki
hello, if i am building my own application and I want to run it from NetBeans instead of Cygwin, how should I configure comm-string to work properly?? thx Maciej Piasecki ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU https://mail.mi

Re: [Tinyos-help] still having problem with TinyDB GUI and Micaz sensors

2006-10-12 Thread Sarfraz Nawaz
It can take a while for the data to be displayed initially especially on Cygwin. If the motes are blinking then I would suggest waiting for some time.On 10/12/06, Maciej Piasecki <[EMAIL PROTECTED]> wrote: hi everyone,I am still having problem with TinyDB GUI (also DemoAPP).I think that my Micaz m

[Tinyos-help] Surge Telos and Sensor Network Topology

2006-10-12 Thread sousou sousou
Hi all   I m concerning with doing a network with 5 telosb. But I can't do it. I did program each telos by SurgeTelos.nc fonction, I run Serial forwarder java interface and in other cygwin window  I run java net.tinyos.surge.MainClass 125 to visualize Sensor Network Toplogy interface, but I ca

Re: [Tinyos-help] want to use multiple timer modules........... how....:)

2006-10-12 Thread Tony Han
You can have two instances of timer, say timer1 and timer2, then in timer1.fire, you do whatever you want plus call timer2.stop, and in timer2.fire, you kill timer1. TonyOn 10/12/06, primalfear 69 <[EMAIL PROTECTED]> wrote: hello everybody..   my application requires two seperate timer mod

[Tinyos-help] using mica2 sounder and photo sensors in Tinyos 2

2006-10-12 Thread Mirela Marta
Hello,  I just upgraded my TinyOS to 2.x and I am trying to use the sounder and photo sensors from a mica2 mote. I looked over Sense application and I saw that it uses DemoSenorC and I look under the mica2 directory to see what happens in that DemoSensorC. I couldn't figure out how to use the senso

[Tinyos-help] simple radio message logging on micaz

2006-10-12 Thread Thomas J Stevens
Dear Users, I am looking to implement (what I thought would be) a simple data logging feature on the micaz. I am running deluge with 4 images, 64k each. Therefore I'd like to start the logging at flash offset 262144 (plus the size of a 32-bit int, which I'll explain in a moment) and log out goin

[Tinyos-help] Using DAC and ADC in the same program ?

2006-10-12 Thread Gurkan Cepni
  I have a program that reads 3 external pins using the ADC, and it stores the data into flash memory. I have another program that writes to external pin (DAC0). I want to combine them into the same program. It will first write to external pin through DAC0 and I want to read the external pins (ADC0

[Tinyos-help] Writing to Flash and Sync

2006-10-12 Thread Sean Casey
Hello, I've read that when writing to Flash, nothing is final until sync is called. Does this imply that everything written thus far using fastappend (or any other writing function) is stored in memory? Meaning sync must be called before you run out of memory? Thanks for any help. - Se

[Tinyos-help] SurgeTelos to M Tegtmeyer Sean

2006-10-12 Thread sousou sousou
M Sean I am facing the same problem that you have mentionned in the message "SurgeTelos" in 18 october 2005  in using many Telos motes to perform a sensor Network. I'd like to know if you have found a solution for this problem   I would be grateful if you help me in this issue. Thanks in adva

[Tinyos-help] TinyOS 2.x : Problem with Lesson 4: Mote-PC serial communication

2006-10-12 Thread LE KHAC HIEU
Hi, I'm trying to run TestSerial (which is in the middle of Lesson 4 of the tutorial for TinyOS 2.x). I did upload the binary to a MicaZ mote and then run "java TestSerial -comm [EMAIL PROTECTED]:micaz" (in WinXP/Cygwin). It seems that the mote did not get any message from the java program and th

Re: [Tinyos-help] Writing to Flash and Sync

2006-10-12 Thread R. Steve McKown
On Thursday 12 October 2006 03:10 pm, Sean Casey wrote: > Hello, >> I've read that when writing to Flash, nothing is final until sync is > called. Does this imply that everything written thus far using > fastappend (or any other writing function) is stored in memory? Meaning > sync must be called

[Tinyos-help] Help with make pc

2006-10-12 Thread Nupur Kothari
Folks, For some reason, although I am able to compile apps for micaz, telosb etc. on my tinyos installation, make pc doesn't work for me. I get the following error message: In file included from /home/nupurk/tinyos-1.x/tos/platform/pc/event_queue.h:61, from /home/nupurk/tinyos-1.