[Tinyos-help] Own generic Receiver for cluster routing

2008-07-31 Thread jordanow
type". I think becouse of my Receiver is not UNIQUE (or my SubReceive)?!? Is that right? Some suggestion ? thanks in advance Jordan Jordanow Dwa tysiące lat temu Chiński Cesarz Smok podbił połowę świata. Teraz Wraca by dokończy

[Tinyos-help] Snooping and Receiving from different groups

2008-07-30 Thread jordanow
HI * It is possible to snoop a broadcast message from other groups but using hardware adress recognition? I know I can snoop it if I turn off the hardware recognition (CFLAGS += -DCC2420_NO_ADDRESS_RECOGNITION). thanks for help Jordan -

Re: [Tinyos-help] Weird behavior of Timer.

2008-07-25 Thread jordanow
Thanks Paul you've right with wiring :-) I still make stupid misstakes :-/. It was this same instance. Re 1). It's weird .. but it works ... somehow :-) Jordan 1) Verify all assumptions, since the timers fire so fast (JobTimer is fired only 10ms after StopTimer?), could it really be wo

[Tinyos-help] Weird behaviour of Timer.

2008-07-24 Thread jordanow
Hi * I have a little problem with Timers. In my application I use two timers "JobTimer" and "StopTimer". I send from base station a start signal and start the JobTimer with some intervall( let say 1000 ). After that I start StopTimer.startOneShot(1). So that looks like : // ... get sta

[Tinyos-help] max data send rate with AMSend.send

2008-07-21 Thread jordanow
Hi * I tested how fast I could send messangess with AMSend.send and my maximal rate has been about 127 packages/second ( no matter how big the message was ). I made a loop (like : AMSend.sendDone(){ AMSend.send();} ) and counted the msgs. then I tried to send msgs periodically u

[Tinyos-help] Send from serial to motes

2008-07-13 Thread jordanow
Hi everybody, I have a problem with AM. I have a message type that length is "9". When I send it from PC via Serial base mote receive the right message with right length("9") and send it to mote. But when I check event RadioSend.sendDone(..) I get information that the length of message I jus

[Tinyos-help] BaseStation Problem

2008-07-06 Thread jordanow
Hello *, I have a problem with BaseStation (from [TOS]/app/BaseStation). I wrote an application for motes that send a message to base and wait for respond an an application in java that send the message back if arrived. So... message from mote come to PC and PC send it back. NOW ... BaseSta

[Tinyos-help] LEACH protocol for tinyOS 2

2008-06-12 Thread Jordan Jan Jordanow
Hallo *, I'm a student and have to implement (or use if existing) 2-3 routing (LEACH,ATEEN etc) algorithms in WSN (with micaZ motes), test them and write a thesis about reliability of this routing algorithms. However, I wonted ask if somebody implement already LEACH or (A)TEEN protocol?

Re: [Tinyos-help] 'EasyBroadcast' problem

2008-06-06 Thread Jordan Jan Jordanow
g() ... call AMSend(...,&forward_msg,sizeof(...))     Regards, Xiaojun Zhu     2008/6/6 Jordan Jan Jordanow <[EMAIL PROTECTED]>: Hello * ,   I wrote a little program named 'EasyBroadcast' that should send amessage every 2 second to the base station with incrementing values. Base st

[Tinyos-help] 'EasyBroadcast' problem

2008-06-06 Thread Jordan Jan Jordanow
alue; } EasyBroadcastMsg; #endif __ It's probably some stupid error in reasoning but I would be grateful for help. Jordan Jordanow --

Re: [Tinyos-help] Unable to install Blink on the micaz mote using the MIB510 (Ubuntu 7.10)

2008-05-16 Thread Jordan Jan Jordanow
t-symbols. You may want to search the list archive > for details. > > Janos > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Jordan > Jan Jordanow > Sent: Thursday, May 15, 2008 7:35 AM > To: tinyos-help@millennium.ber

[Tinyos-help] Unable to install Blink on the micaz mote using the MIB510 (Ubuntu 7.10)

2008-05-15 Thread Jordan Jan Jordanow
Hello * i have a problem with installation of 'Blink' application on the micaz mote :-(. When i try to compile & install Blink code onto the mote i get an error : - mkdir -p build/micaz compiling BlinkAppC to a micaz binary ncc -o build/micaz/