[Tinyos-help] bcast in XMesh

2008-12-05 Thread milos rovcanin
Hi again! I was wondering: If I can't send a message to a specific address (except BASE_STATION_ADDRESS) what happens if I send a message using broadcast address because my motes does not signal any reception. I have set green LED to toggle when they receive a message, but nothing happens. WHat if

[Tinyos-help] Problem when using PoolC

2008-12-05 Thread behnaz . bostanipour
Hi, While using interface Pool as below: module MyP { . . . interface Queue as SendQueue; interface Pool as SendPool; . . } . . . task void sendDataPkt() { CADataMsg_t* carm; message_t* newmsg = call SendPool.get(); i

[Tinyos-help] How to make build file for iris from Xubuntos

2008-12-05 Thread Ravish Kumar
Hello Giri, Currently I am using IRIS Platform mote and I have developed application using moteworks . Now I want to run this application on Xubuntos OS. But problem is that Xubuntos does not support make iris command. It support other platform such as micaz.. So please tell me how to make b

[Tinyos-help] makesmac file!

2008-12-05 Thread milos rovcanin
Hi,everyone! I want to implement SMAC protocol in a network so I have downloaded SMAC source code from: http://www.isi.edu/ilense/software/smac/download.html. When I try to compile my application cygwin says: ../Makesmac:12: SMACDIR is not defined, asuuming ../..tos. ..Makesmac:43: /opt/MoteWorks/

[Tinyos-help] TinyOS CCTV

2008-12-05 Thread Juan Alberto Cirez
Is there any project out there using tinyOS for CCTV/Surveillance/Cameras applications...? -- =*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*= Juan Alberto Cirez, CFAA/CFAT, CIPS/ISP, HSA(e), CSD(e) Sr. Field Service Technician/Project Manager J. A. Cirez Integrated Technologies, In

Re: [Tinyos-help] mac protocols?

2008-12-05 Thread Nitin Sharma
http://sing.stanford.edu/pubs/sing-08-00.pdf On Tue, Dec 2, 2008 at 8:09 AM, Vinayak Ramesh <[EMAIL PROTECTED]>wrote: > Hi, > > I'm a bit confused about the different mac protocols and what is currently > being implemented. Is it correct that the default mac protocol on tinyos-2.x > is a combinat

Re: [Tinyos-help] GPIO and radio

2008-12-05 Thread Saikat Ray
It is micaz mote. I have dug further. It seems that whenever I run PortE6.makeOutput() (in order to make the E4 pin an output pin), the radio gets stuck (i.e., the radio communication stops). I can use, without problem, Ports E4 (INT0), E5 (INT1), E7 (INT3). It is the INT2 that is causing problem.

[Tinyos-help] Matchbox help

2008-12-05 Thread wolfgangmi
Hi, I wonder if anyone has ever used the TestMatchbox application that is located in the tinyos-1.x\apps\ folder. I want to test the performance of the Matchbox file system now, but I don't quite understand this application without a Readme. Could anyone give me some more information on this appli

[Tinyos-help] TelosB CCR Creating Clock Help

2008-12-05 Thread Shaun Lawrence
I need to create a 10khz clock on an external pin using the TelosB. I've read that this can be done using the Timer Capture/Compare registers but not sure where to go from there. Does anyone have any code examples on how to create an external clock on the TelosB? Thanks, Shaun

Re: [Tinyos-help] GPIO and radio

2008-12-05 Thread Michael Schippling
I'll be danged...in the Users Manual there is a sketchy schematic of the micaz -- sketchy in that it shows only the parts that are different from the mica2 bits later in the manual -- that shows INT2 as being connected to the "Micaz Radio Module" FIFOP pin, as well as some strange "noload" resistor

Re: [Tinyos-help] How to make build file for iris from Xubuntos

2008-12-05 Thread Janos Sallai
You need tinyos version 2.1 to have out-of-the-box iris support. Please follow the installation instructions at http://docs.tinyos.net/index.php/Installing_TinyOS_2.1 Janos On Fri, Dec 5, 2008 at 5:00 AM, Ravish Kumar <[EMAIL PROTECTED]> wrote: > > Hello Giri, > > Currently I am using IRIS Platfo

[Tinyos-help] Using PoolC

2008-12-05 Thread behnaz . bostanipour
Hi, While using interface Pool as below: module MyP { . . . interface Queue as SendQueue; interface Pool as SendPool; . . } . . . task void sendDataPkt() { CADataMsg_t* carm; message_t* newmsg = call SendPool.get();

[Tinyos-help] c based serialforwarder

2008-12-05 Thread Branislav Kusy
guys, the new _WIN32 support in serialsource.* doesn't compile for me under cygwin (see the attched log). could you add a compile time flag which would make using the _WIN32 optional? the old version of serialsource* compiles and works fine (ie. when i comment out the _WIN32 stuff). brano --

[Tinyos-help] CC2420 Stack (with LPL) for TOSSIM in tinyos 2.0

2008-12-05 Thread Manish Kumar Singh
Hi, I was just wondering if there is a CC2420 Stack ( with LPL) implementation for TOSSIM in tinyos2.0. If not, is anyone working on that? Any help or suggestion would be greatly appreciated. Thanks, Manish MS, CE Texas A&M University ___ Tinyos-help m

[Tinyos-help] Transmission rate micaz

2008-12-05 Thread Daniel Patrick
Hi All, What is the transmission rate of micaz? Thanks all ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Re: [Tinyos-help] CC2420 Stack (with LPL) for TOSSIM in tinyos 2.0

2008-12-05 Thread Chieh-Jan (Mike) Liang
We have implemented several enhancements for TOSSIM. These include CC2420 interface support and services such as PacketLink. However, we don't have LPL now. If you are interested, the TinyOS tree with the code is in our GIT repository. The URL is "http://hinrg.cs.jhu.edu/git/?p=mike/tinyos-2

[Tinyos-help] How could I Know the radio channel frecuency and power transmitted and establish other using TinyOs 2.x?

2008-12-05 Thread Jose Carlos Reyes Guerrero
Hi, How could I Know the radio channel frecuency and power transmitted and establish other using TinyOs 2.x? I use TinyOS 2.x in my Linux Ubuntu OS. How could I Know the radio channel frecuency I am using and establish which I choice. What about power transmitted? Thank you very much. Sicerely,

Re: [Tinyos-help] Transmission rate micaz

2008-12-05 Thread Michael Schippling
The low-level bit rate is in the chip spec sheet and probably touted on various "features" pages. The actual comm speed is (by my partially scientific guestimates) around 200 messages per second over the entire system. MS Daniel Patrick wrote: > Hi All, > > What is the transmission rate of micaz

Re: [Tinyos-help] c based serialforwarder

2008-12-05 Thread Branislav Kusy
compiles fine now. thanks david! brano David Gay wrote: > On Fri, Dec 5, 2008 at 11:00 AM, Branislav Kusy <[EMAIL PROTECTED]> wrote: >> guys, >> >> the new _WIN32 support in serialsource.* doesn't compile for me under cygwin >> (see the attched log). could you add a compile time flag which would

[Tinyos-help] failure of signal

2008-12-05 Thread Ng Teng Jie
hi all,    Does anyone knows what is the cause of the failure of a signal? Specifically in my context:  m_p_rx_buf = signal Receive.receive( m_p_rx_buf, m_p_rx_buf->data, rxFrameLength ); Receive.receive interface: event message_t* receive(message_t* msg,

[Tinyos-help] can current task be pre-emptible by any _sync_ event?

2008-12-05 Thread JD
Greetings, What would happen if scheduled timer fires (Timer.fired event) OR message is rececied (Receive.receive event) while current _sync_ event is being executed? I believe following would happen, "Because current event is of type _sync_, it executes in _task_ context, which is non-preemptive

[Tinyos-help] Unable to install Blink application to irismote using MIB520 contoller and tiny os 2.x

2008-12-05 Thread Rahul Iyer
Hi, I am trying to compile and install the blink application for an irismote using MIB520 and tinyos-2.x I can get the application to compile. But I can't get it to install. I am not sure what to do. Any suggestions? I have tried install.0, install.42 etc - I get the same output... The output is

[Tinyos-help] How to put mote to sleep

2008-12-05 Thread 씨티정보기술
Hello all, I'm using telosb mote and trying to put it to sleep in tinyos 2.x with Null application(%TOS/apps/Null) listed below. I think my mote will go to sleep after booted by scheduler but the current draw is about 31mA. How do I to put my mote to sleep? Thanks. J. Jeong. //