Re: [Tinyos-help] Routing table construction

2009-05-11 Thread tarun sharma
Hi swetha I once implemented a routing algorithm that required a routing table. My routing table was different from the one u specified but it wasn’t static so I used a setup phase to create it at ever node. Now disadvantage of this is that it makes the whole system more complicated coz you need to

[Tinyos-help] if (call Read.read() != SUCCESS) for Microphone returns negative

2009-05-11 Thread Akankshu Dhawan
Hi All I have narrowed it down to this error part when I use the Oscilloscope for the MicC component. Somehow the Read.read method is not returning success and this is why I am not receiving any values. I would be grateful to anyone who can guide me with this. Regards Akankshu Dhawan -- First t

[Tinyos-help] Oscilloscope tinyos-2.x MicC not responding

2009-05-11 Thread Akankshu Dhawan
Hi All I would really appreciate if someone can help me with my work. I have been able to get the Oscilloscope application working for tinyos-2.x for the PhotoC sensor. But When I changed the Sensor to MicC I dont receive any data... could someone please guide me as what more changes need to be m

Re: [Tinyos-help] interface or component not found

2009-05-11 Thread Xiaohui Liu
Hi, Blink is compiled and installed without error. Actually I am in an effort to modify CTP(collection tree protocol), and I copy it from the original ctp folder(/tos/lib/net/ctp) to apps/ and modify, after which I get these errors complaining "interface not found". If I copy my modified code back

Re: [Tinyos-help] Enabling Inline security

2009-05-11 Thread JeongGil Ko (John Ko)
Aniket, It seems like you are not using the proper CC2420RecieveP.nc file and potentially many other files are not properly pulled. PLEASE pull the entire tree using git from the repository. This problem is not seen when the security tree is properly pulled. The cc2420sec branch deals with change

[Tinyos-help] Enabling Inline security

2009-05-11 Thread Aniket Gade
I tried implementing cc2420sec tree. But i got the following errors. I think the CC2420ReceiveP.nc has some problems. In component `CC2420ReceiveP': /opt/tinyos-2.x/tos/chips/cc2420/receive/CC2420ReceiveP.nc: In function `dec': /opt/tinyos-2.x/tos/chips/cc2420/receive/CC2420ReceiveP.nc:382: nx_s

Re: [Tinyos-help] main.exe

2009-05-11 Thread Alfred NOBEL
Thank you! 2009/5/11 Michael Schippling > Also, do a make install and save the output. > you can then reverse engineer the post-compile commands > and put them in a script file. > > MS > > Giri Baleri wrote: > >> You could use MoteConfig to install pre-compiled TinyOS apps into Motes. >> For mor

Re: [Tinyos-help] main.exe

2009-05-11 Thread Alfred NOBEL
Thank you! 2009/5/11 Faisal Aslam > I use UISP (http://www.nongnu.org/uisp/) to install programs on my mica2. > I should also work for micaz as both have AVR-ATMega processors. > > best regards, > Faisal > > > > Alfred NOBEL wrote: > >> Hi all! >> I would like to install a main.exe program on my

[Tinyos-help] FW: HMC1002 magnetic sensor question

2009-05-11 Thread MURAT ARSLAN
From: mura...@live.com To: a...@cs.berkeley.edu Subject: HMC1002 magnetic sensor question Date: Thu, 7 May 2009 20:03:03 +0300 Dear Alec Woo We are a research group in Middle East Technical University, Turkey, working on a WSN project. In our project, at some point, we'll use the magne

Re: [Tinyos-help] Routing table construction

2009-05-11 Thread Swetha R
I have one more question. If i create a static topology that means i know the location of all the nodes in my network and the topology will not change till the end of the simulation. Then can i manually store the routing table information at every node about the hop numbers to other neighboring n

Re: [Tinyos-help] imote2 help

2009-05-11 Thread roberto pagliari
Hi Giri, I fixed the problem. When trying to program the imote2 I get the error Device not detected Device not connected to USB. Retry. I installed the usb driver I found in the cd provided by crossbow but I get the same error. Do you know how to fix this problem? Thanks On Mon, May 11, 2009 at

Re: [Tinyos-help] Exception in thread "main"

2009-05-11 Thread Michael Schippling
You probably don't have the javax comm library installed. There are some vague hints here: http://docs.tinyos.net/index.php/Java_cygwin and also search the install instructions and this list for more info. In general, if you have a specific error string, stuffing it into google will provide a lot

[Tinyos-help] instantiation of generic modules

2009-05-11 Thread Pablo Mazzara
Hi, I am trying to read from two serial TMP175 I2C sensors, using only one Resource interface, on Telosb. I have two instances of a generic module, each one with a Read interface: generic configuration I2CAppC(uint16_t devAddr){ provides interface Read as Temperature; } implementation { compon

Re: [Tinyos-help] main.exe

2009-05-11 Thread Michael Schippling
Also, do a make install and save the output. you can then reverse engineer the post-compile commands and put them in a script file. MS Giri Baleri wrote: > You could use MoteConfig to install pre-compiled TinyOS apps into Motes. > For more details regarding MoteConfig GUI, please refer to > > h

Re: [Tinyos-help] TelosB TinyOS 2.x TinyOS 1.x communication with 802.15.4

2009-05-11 Thread Michael Schippling
I think the messages slightly different sizes (and thus content). Find the AM.h files which define them and compare and contrast. For T1 telos I believe it is TOS_Msg in: tos/platform/telos/AM.h I also remember some discussion here a while ago, so try searching back on this list. MS Antonio Gal

Re: [Tinyos-help] main.exe

2009-05-11 Thread Giri Baleri
You could use MoteConfig to install pre-compiled TinyOS apps into Motes. For more details regarding MoteConfig GUI, please refer to http://www.xbow.com/Support/Support_pdf_files/MoteConfig_Users_Manual.pd f Giri From: tinyos-help-boun...@millennium.berkele

Re: [Tinyos-help] imote2 help

2009-05-11 Thread Giri Baleri
There is a dedicated user's forum for Imote2 that you might want to consult with regarding TinyOS help. http://tech.groups.yahoo.com/group/intel-mote2-community/ Giri From: tinyos-help-boun...@millennium.berkeley.edu [mailto:tinyos-help-boun...@millennium.

Re: [Tinyos-help] Building RPM-Packages for TinyOS toolchain

2009-05-11 Thread Simon Kellner
* B.A.f.H. [2009-05-11 15:29 +0200]: > > now I have build a new toolchain. The people especially Ruud Vlaming > from the avr-gcc mailing list supported me. The toolchain consists > of avr-binutils-2.19, avr-gcc-4.3.3 and avr-libc-1.6.4 with patches, > for details look at the install_toolchain scri

Re: [Tinyos-help] Building RPM-Packages for TinyOS toolchain

2009-05-11 Thread B.A.f.H.
Hi, now I have build a new toolchain. The people especially Ruud Vlaming from the avr-gcc mailing list supported me. The toolchain consists of avr-binutils-2.19, avr-gcc-4.3.3 and avr-libc-1.6.4 with patches, for details look at the install_toolchain script from FemtoOS. Compiling simple C fil

Re: [Tinyos-help] main.exe

2009-05-11 Thread Faisal Aslam
I use UISP (http://www.nongnu.org/uisp/) to install programs on my mica2. I should also work for micaz as both have AVR-ATMega processors. best regards, Faisal Alfred NOBEL wrote: > Hi all! > I would like to install a main.exe program on my motes. How could I > fulfill that directly without u

Re: [Tinyos-help] interface or component not found

2009-05-11 Thread Javier M Mora Merchan
Xiaohui Liu wrote: > I got a lot of debug errors, saying some interfaces (or components) can > not be found, which are actually under some TinyOS folders. After I > manually add in Makefile "PFLAG += -IMYDIR", now interfaces under > "MYDIR" can be located. Unfortunately, the compiler appears to

Re: [Tinyos-help] TinyOS: RadioDriver RF2xx

2009-05-11 Thread Miklos Maroti
Dear Lars, On Mon, May 11, 2009 at 2:01 PM, Lars Schor wrote: > Dear Miklos, > > Sorry for the late reply, but I wanted to discuss the subject first with the > guys who wrote the platform files of the meshbean900. > >> Would be nice to know what ack timeout you need for communication >> between r

Re: [Tinyos-help] TinyOS: RadioDriver RF2xx

2009-05-11 Thread Lars Schor
Dear Miklos, Sorry for the late reply, but I wanted to discuss the subject first with the guys who wrote the platform files of the meshbean900. > Would be nice to know what ack timeout you need for communication > between regular nodes. We need around 2550 microseconds. So it is not much better

[Tinyos-help] main.exe

2009-05-11 Thread Alfred NOBEL
Hi all! I would like to install a main.exe program on my motes. How could I fulfill that directly without using make micaz install.nodeid COMport? Any help? -- Best regards, Alfred.Nooobel ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu

Re: [Tinyos-help] about tinyos

2009-05-11 Thread Eric Decker
I added a link from the Tutorials page to the Ipsn2009-tutorial. Are there other video tutorials that should get added? eric On Sun, May 10, 2009 at 10:47 PM, Omprakash Gnawali wrote: > On Sun, May 10, 2009 at 10:43 PM, Gautham V wrote: > > i am new to this tinyos. I don't know where to star

Re: [Tinyos-help] regarding deluge

2009-05-11 Thread Leon Steenkamp
Oh crap, yes. My mistake, must have missed the "Done". Late Friday afternoon mistake. Thanks 2009/5/10 Chieh-Jan (Mike) Liang > Hi Leon, > > "ReprogramGuard.okToProgramDone" is an event signaled by other components. > Maybe you were confused with "ReprogramGuard.okToProgram()" command called >

[Tinyos-help] TelosB TinyOS 2.x TinyOS 1.x communication with 802.15.4

2009-05-11 Thread Antonio Galia
Hi All, currently we're working with the TelosB platform. We've just the 60% of the applications we need developed with the TelosB with TinyOS 1.x, and the remaining developed on TelosB on the TinyOS 2.x. Few days ago we tried to make them all communicate but we encountered some problems because th