Re: [Tinyos-help] Number of node ids

2010-01-22 Thread Qiyuan Zhang
Hi,all. There is also a group id, so is it OK to say that the same id can be reused across the network? Best regards, Qiyuan Zhang On Fri, Jan 22, 2010 at 3:13 PM, Faisal Aslam < as...@informatik.uni-freiburg.de> wrote: > It is two bytes long field. Hence you can assign ids to 2^16 = 65536. >

[Tinyos-help] Micaz Data rate

2010-01-22 Thread YUSNAIDI MD YUSOF
Hi All, I came across the MicaZ datasheet and found that the data rate for MicaZ is 250 kbps. Thus, it came into my thought, if I set the Timer as Timer.startPeriodic(1000) which is to fire every 1 second, does that mean every 1 second there is amount of 250 kilobit data sent? A simple explana

[Tinyos-help] Problem with TinyOS 2.1 and MTS300CB.

2010-01-22 Thread Daniel Garcia Aubert
Hi all! I tried to get temperature of MTS300CB in Micaz using TinyOS 2.1 and always returns 0. I know that this problem isn't new but I don't get any solution. I saw this solution for TinyOS 1.x: In "sensoroard.h" change: TOSH_ALIAS_PIN(TEMP_CTL, INT2) to TOSH_ALIAS_PIN(TEMP_CTL, PW0) But I

Re: [Tinyos-help] Problem with TinyOS 2.1 and MTS300CB.

2010-01-22 Thread Faisal Aslam
The board is MTS300CB but what sensor you have used that return always 0? best regards, -- Faisal Aslam Daniel Garcia Aubert wrote: > Hi all! > > I tried to get temperature of MTS300CB in Micaz using TinyOS 2.1 and > always returns 0. I know that this problem isn't new but I don't get > an

Re: [Tinyos-help] Problem with TinyOS 2.1 and MTS300CB.

2010-01-22 Thread Daniel Garcia Aubert
Hi! Is temperature sensor. In my application I use the component TempC() in event readDone() returns always 0. I hope to explain well. Thanks for your help. Regards. ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millenni

Re: [Tinyos-help] Problem with TinyOS 2.1 and MTS300CB.

2010-01-22 Thread Daniel Garcia Aubert
Hi! Sorry, I just read in manual of Crossbow that the thermistor is Panasonic ERT-J1VR103J on the MTS300 and MTS310 sensorboards. Best regards. -- Daniel García Aubert Universidad Carlos III de Madrid. ___ Tinyos-help mailing list Tinyos-help@millenni

[Tinyos-help] Problems with the component CC2420TransmitP

2010-01-22 Thread Luiz Raupp
Hi guys, I'm trying to use the component CC2420TransmitP to send a msg, but when I try to compile the program I'm getting the following error: In file included from /home/raupp/Documentos/tinyos/cc2420/src/cc2420C.nc:7: In component `CC2420TransmitP': /opt/tinyos-2.1.0/tos/chips/cc2420/transmit/C

[Tinyos-help] Deluge T2 reprogramming problem

2010-01-22 Thread Vikram vik76
Hello, I have installed initially GoldenImage default program on all the motes (MICAz). Then I reprogrammed over-the-air all the motes it with a test Blink program. It worked. Subsequently, I reprogrammed the motes again with an another application. I included the volumesxxx.xml file for the delug

Re: [Tinyos-help] Can an interrupt handler preempt a task?

2010-01-22 Thread Mido
That makes sense. Thanks a lot. I should had checked the source. Regards. From: Eric Decker [mailto:cire...@gmail.com] Sent: Thursday, January 21, 2010 9:33 PM To: Mido Cc: Tinyos-help@millennium.berkeley.edu Subject: Re: [Tinyos-help] Can an interrupt handler preempt a task? Whe

Re: [Tinyos-help] Micaz Data rate

2010-01-22 Thread Paul Johnson
Yusnaidi, You may have misunderstood, nothing is transmitted by the mote unless the program calls the appropriate method (AMSenderC.send() in most cases). If you make a timer with Timer.startPeriodic(1000) and do nothing inside the Timer.fired() event, nothing will be sent over the radio. The

Re: [Tinyos-help] Deluge T2 erase command and overwriting images

2010-01-22 Thread Razvan Musaloiu-E.
Hi! On Fri, 22 Jan 2010, Erwing Sánchez wrote: Thank you Razvan, it works impeccably with the latest update. Great! :-) -- Razvan ME On Thu, Jan 21, 2010 at 6:07 PM, Razvan Musaloiu-E. wrote: Hi! Can you please make sure you are running la latest CVS/GIT? In my attempt to fix some issue

Re: [Tinyos-help] Can an interrupt handler preempt a task?

2010-01-22 Thread Kevin Klues
One other thing to note is that McuSleep.sleep() breaks the atomic block semantics and actually enables interrupts just before putting the microcontroller to sleep. Once woken up, it immediately re-disables interrupts. Kevin On Fri, Jan 22, 2010 at 4:27 AM, Mido wrote: > That makes sense. > > T

Re: [Tinyos-help] FTSP and LPL

2010-01-22 Thread Peter Stalling
Hello, thank you a lot, I checked out CVS from 07/17/2009, that was the correct date when FtpsLpl first appeared. It is working fine, still some packages get lost but I think this is due to collisions, the Motes are in sync now. I am using TimeSyncC instead of TimeSync32kC cause i want to use M

Re: [Tinyos-help] TOS-Threads/Events interleaving

2010-01-22 Thread Kevin Klues
Thats right, any code that tries to block within event based code is going to fail in one way or another. There is currently no good way to check if you are making a blocking call from within event based code. I could imagine doing it programatically, by interposing on all blocking calls a check t

[Tinyos-help] [OUT-OF-TOPIC] Border Patrol application

2010-01-22 Thread Agnelo Silva
Sorry the out-of-topic message in this forum. I would to know if someone knows about any network solution (commercial or not), WSN-based or not, for Border Patrol. Regards, Agnelo R. Silva ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu