Re: [Tinyos-help] make Tmote

2006-04-06 Thread Andres Aberasturi
Hi, Thanks Cory. You are right, the install did not succeed. I have tried again, but I have noticed that Boomerang install TinyOS 1.1.15. In my PC, the updates do not work, the only one which works is TinyOS 1.1.7. Other updates, like Boomerang, say something like (sorry for the translation b

Re: [Tinyos-help] Help on XSensorMDA300

2006-04-06 Thread Harri Siirtola
Hi John and Chandresh, the XMESH apps do multihop. They're identical with respect to message structure etc. I've been using them a lot. You can find them in contrib/xbow/apps/XMesh Regards, Harri At 02:02 PM 4/6/2006 -0400, [EMAIL PROTECTED] wrote: Chandresh, I am also using mica

Re: [Tinyos-help] FlashWP.nc

2006-04-06 Thread Jonathan Hui
The purpose of FlashWP is to set and clear the write protect bit on the ST M25P. See the datasheet for more details on the write protect bit. -- Jonathan W. Hui [EMAIL PROTECTED] http://www.cs.berkeley.edu/~jwhui/ On 4/6/06, nic <[EMAIL PROTECTED]> wrote: > Hi, I was wondering about flashWPC.nc t

Re: [Tinyos-help] How can I know the RAM usage of a module?

2006-04-06 Thread Cory Sharp
Those scripts can only report static heap usage. Arrays declared in functions are dynamically allocated on the stack. - Cory On 4/6/06, An Liu <[EMAIL PROTECTED]> wrote: > Hi, > > I found that my module has no RAM usage by check_size.pl script. > Even the functions in my module use large array

[Tinyos-help] FlashWP.nc

2006-04-06 Thread nic
Hi, I was wondering about flashWPC.nc that can be found in tos/lib/flash. What is the purpose/role of this? I see it is used during the process that formats the flash as seen in the flashformat application under apps/TestDeluge but it the function it performs isn't clear to me. Cheers, Nic _

[Tinyos-help] How can I know the RAM usage of a module?

2006-04-06 Thread An Liu
Hi, I found that my module has no RAM usage by check_size.pl script. Even the functions in my module use large array and other variables, the RAM size showed after my compilation is only 19. That's impossible because the size of array in my function is 60 bytes. Does anyone have this problem.

[Tinyos-help] msp410

2006-04-06 Thread Paolo Ascione
Hi all,   I am trying to study msp410CA software but I cannot find any source files!!! Can someone help me? I need to use PIR sensors and Quad detection sensor but I have no idea where to find source files.   please help me.   Thanks in advance   Paolo Ascione

Re: [Tinyos-help] Control of multiple motes per USB

2006-04-06 Thread Cory Sharp
It sounds like, minimum, you want to open a SerialForwarder per mote, so that multiple connections can be made per device. There's a number of ways to do that. You could take a look at tinyos-1.x/contrib/nestfe/java/net/tinyos/sfmultiplex/ which has a small amount of documentation here http://nes

Re: [Tinyos-help] make Tmote

2006-04-06 Thread Cory Sharp
Andreas, Moteiv Boomerang installs exclusively into /opt/moteiv/. If the install succeeded, /opt/moteiv and its children such as /opt/moteiv/tinyos-1.x/tools/make should absolutely exist. If you do not have these directories, then Boomerang is not installed and I recommend you try installing aga

[Tinyos-help] Is the serial communication supported by tossim in tinyos2.x ?

2006-04-06 Thread lvlei
 Hi,    I compile and execute the OscilloscopeAppC application ,but the serialforwarder tool cann't receive any packet. I check the source,and think the tossim not to simulate the serial communcation ? Are you right?   By the way ,I read the README.txt in the apps/Oscilloscope dire

Re: [Tinyos-help] Help on XSensorMDA300

2006-04-06 Thread davisj2
Chandresh, I am also using mica2s+MTS400CA, and hence using XSensorMTS400. I have used this, and correctly received packets, and built my own version of Listen to display and convert data. I have been trying to figure out which components need to be implemented in this to perform multi hop netw

[Tinyos-help] Help : adding a new sensor of my own

2006-04-06 Thread chandresh parekh
Hi all,   Has any one ever successfully added an external sensor (any other than temp/light/accel/magnet/sounder/humidity... etc. that are available on standard sensor borards) to  tinyos?   Help is urgently needed to implement my strain gage sensor with MDA300+Mica2.   Thanx in advance.  

[Tinyos-help] Help on XSensorMDA300

2006-04-06 Thread chandresh parekh
Hi all,   I am using Mica2+MDA300. My application requires use of one differential precision analog channel where I connect my sensor, Strain gage. I program motes with MDA300 using XSensorMDA300 And Base station (the mote connected to PC via serial cable) using TOSBase.   This works fine with

[Tinyos-help] wireless communication protocol tinyos

2006-04-06 Thread Sharmistha Maitra
Hello, Could anybody give me a pointer where can I get a good document/article on the tinyos SMAC protocol. Actually I am trying to map the seven layers of network to the wireless communication layers that are provided in tinyos for running message communication on motes. Any good paper on the com

[Tinyos-help] Operation of Oscilloscope GUI

2006-04-06 Thread Abhishek
Hi,   I have installed OscilloscopeRF application on two nodes like this.   MIB510=/dev/ttyS0 make install.1 mica2   for node1 MIB510=/dev/ttyS0 make install.2 mica2   for node2   After this , i have installed the TosBase application on the mote which is connected to the gate

[Tinyos-help] AVR debugger jtag

2006-04-06 Thread André Cunha
Hello, Does anyone has any experience with a jtag debugger? Does it help? Is there any correlation between the data received by the debugger and Tinyos programming? This is the links for it http://www.atmel.com/dyn/products/tools_card.asp?tool_id=3353 Thanks Andre Cunha ___

Re: [Tinyos-help] Control of multiple motes per USB

2006-04-06 Thread Jose L. Ponce
Hi all, funnily enough, now it seems to work. I guess after playing with the USB connections and stuff may jam them up a bit after a while. I tried again after a fresh restart and everything works. So, like I commented yesterday, I wanted to develop some kind of SerialForwarder for multiple motes

[Tinyos-help] A question about the MAC address of WSN

2006-04-06 Thread garfunkle
Hi   This is my question:   In WSN route layer, MoteID is the address of the mote, just like IP address in the Internet.Right?   I just wonder that, under the route layer, whether there is a process looks like "ARP" when a mote send msg to another.   Every mote maintains a table for MAC-MoteID tran

Re: [Tinyos-help] GIO -- Output Voltage.

2006-04-06 Thread Dongyan Chen
Pinky, You may use the MSP430GeneralIO interface for telosb/tmote. Suppose you are using P6.3 to control your sensor: In your module: ... uses { interface MSP430GeneralIO as P63; ... } ... call P63.selectIOFunc(); call P63.makeOutput(); call P63.setHigh(); ... In your c

Re: [Tinyos-help] GIO -- Output Voltage.

2006-04-06 Thread pinky tejwani
Hi all, Thanks for all the help with Digital output voltage. I recently moved from 1.1.13 version to 1.1.15 version and now the same code does not work. I looked in to the hardware.h file under telosb platform, it says TOSH command are not used anymore. Instead use the commands like P2OUT = 0x0

[Tinyos-help] deluge documentation

2006-04-06 Thread Andrea Pacini
Is deluge-manual.pdf in /doc folder sufficient to understand Deluge and how to use it ? If not, where can I find more documentation ? Thanks Andrea ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU https://mail.millennium.berkeley.edu/cgi-

[Tinyos-help] display packets on the PC from UART

2006-04-06 Thread wyd
Hello,EveryOne! Can I receive the packet which I sent to the UART on the mote besides sink's mote? That is,only the sink's mote can send packets to the UART where we can receive the packet using some software(such as SerialForwarder) installed in the PC? Any reply will be helpful. Thanks in a

[Tinyos-help] Not getting the results from TinyDB GUI

2006-04-06 Thread Abhishek
Hi ,   I am running the tinyos-1.x version and installed TinyDBApp given in apps/ directory of tinyos installation.   I have installed the application like this   For node 0 : MIB510=/dev/ttyS0 make install.0 mica2   For node 1: MIB510=/dev/ttyS0 make install.1 mica2   like

Re: [Tinyos-help] make Tmote

2006-04-06 Thread Andres Aberasturi
Hi, Thanks for your help Cory. I have found 5 differents files called Makerules. I do not have the /opt/moteiv/tinyos-1.x/tools/make/ folder, so I have written: @2109-26 /opt/moteiv/apps/Delta $ export MAKERULES=/opt/moteiv/tools/make/Makerules And then I have been changing Makerule file in