Re: [Tinyos-help] Badly need help in tinydb

2006-02-27 Thread Sankar Gorthi
I've been working on simulating the TinyDB app; I've noticed that whenever the application writes the 7E41... packet to the serial port and it receives a 7E40... ack signal, it sends back a 7EFF 3428 757E packet to the serial port. Now, does the application send a hardwired packet like

[Tinyos-help] Badly need help in tinydb

2006-02-26 Thread Zhengsu Gao
Hi, I am working on tinydb, I use tinyos1.1.11 and I am trying to implement tinydb on mica2, I see the micawb is the sensor directory for mica2, but when I download the tinydb app to mica2, it seems works, the led give right signal, but the GUI cannot see anything, Does anyone can help me this

Re: [Tinyos-help] Badly need help in tinydb

2006-02-26 Thread Sankar Gorthi
Hi, I'm tryng to use TinyDB to get the motes to accept a Sleep query. Will it be sufficient to just define qSNOOZE? If that's all it takes, what command would I have to send to the network? Sankar Gorthi. On Sun, 26 Feb 2006 11:48:15 -0600, Zhengsu Gao [EMAIL PROTECTED] wrote: Hi, I am

Re: [Tinyos-help] Badly need help in tinydb

2006-02-26 Thread Sankar Gorthi
Hello again, I've gone through the code again and it's obvious that the #define qSNOOZE statement exists and that it only handles snoozes between long epoch durations. Has anyone implemented sleep commands in TinyDB? TIA, Sankar Gorthi. On Sun, 26 Feb 2006 14:59:38 -0600, Sankar Gorthi