[Tinyos-help] How do you debug Deluge?

2007-10-14 Thread David Henry
I have a problem running Deluge on my home built hardware platform. Its supposed to be Telosb compatible but obviously has a bug somewhere. Even if you compile the smallest Deluge enabled application, its too big and cannot be debugged using gdb. Has anyone out there ever faced, and solved, this

Re: [Tinyos-help] How do you debug Deluge?

2007-10-14 Thread Chieh-Jan (Mike) Liang
What version of TinyOS are you running? Mike David Henry wrote: I have a problem running Deluge on my home built hardware platform. Its supposed to be Telosb compatible but obviously has a bug somewhere. Even if you compile the smallest Deluge enabled application, its too big and cannot be

[Tinyos-help] I could not do 'make telosb' in XubunTOS

2007-10-14 Thread Derek Tarm
I've just install the XubunTOS, but I found every worked fine except the make telosb. Here is the message: [EMAIL PROTECTED]:/opt/tinyos-2.x/apps/Blink$ sudo make telosb mkdir -p build/telosb compiling BlinkAppC to a telosb binary ncc -o build/telosb/main.exe -Os -O -mdisable-hwmul -Wall

[Tinyos-help] tossim and powertossim power consumption

2007-10-14 Thread sante gennaro
Hi, I'm a Politecnico di Milano student who's working on a thesis about power consumption in wsn. I'm using both powertossim and avrora with my code to evaluate mica2 energy consumptions. I've noticed, editing the base Blink code in tinyos-1.x, that if i use a TIMER_ONE_SHOT when calling a timer

[Tinyos-help] Turn off the radio...is possible?

2007-10-14 Thread Roberto
Hi all, I'm developing a communication protocol which reduce the cost of energy. In spite of this, how can I turn off the radio of my Micaz motes? I use TinyOS 2 Thanks in advance -- Platform: Linux Fedora TinyOS version: 2.x Programmer: MIB510 Device(s): Micaz, Stargate

[Tinyos-help] CTP

2007-10-14 Thread behnaz . bostanipour
Hi, I have a basic question about CTP. Actually,I have a node for which I want to find the best set of neighbors in a network and updating this set periodically using CTP .How should I proceed? Thanks, RGDS, B. ___ Tinyos-help mailing list

Re: [Tinyos-help] I could not do 'make telosb' in XubunTOS

2007-10-14 Thread Chad Metcalf
Did you alter your path? Or change something in the environment? Because a standard XubunTOS install has all the packages needed to build telosb. We test this fairly intensively before we release. Chad On 10/14/07, Derek Tarm [EMAIL PROTECTED] wrote: I've just install the XubunTOS, but I found

[Tinyos-help] I need Help on Lesson 10 (Platforms)

2007-10-14 Thread mejda chouaieb
Hello All, Can someone help me on understanding this part of .platform : ___ @opts = qw( -gcc=msp430-gcc -mmcu=msp430x1611 -fnesc-target=msp430 -fnesc-no-debug

[Tinyos-help] TOS_Msg size

2007-10-14 Thread Bhavish Aggarwal
Hi, I've been trying to send a TOS_Msg struct over wires between 2 tmote sky nodes. One thing I am not sure about is what is the size of TOS_Msg packet that will be transmitted? I will be extremely thankful for any help on this issue. To transmit, I am doing the following: typedef struct{

[Tinyos-help] Leds issue

2007-10-14 Thread Bhavish Aggarwal
Hi, I am facing a very strange issue with Leds. In the following code, the leds light up when i give a constant value. But not when I give a variable. Can somebody help me with this. Bhavish The code is: uint8_t count = 0; while(!(call UartControl.isRxIntrPending())); length = call

[Tinyos-help] How to get data from MTS400?

2007-10-14 Thread Bo Xu
Dear all: I am trying to get the temperature, humidity, Dual-axis Accelerometer, and Pressure data from MTS400 sensor board. I used make mica2 install to upload the program (which is provided by xbow in the folder XSensorMTS400) to the mote and I uploaded TOSBase to ther other mote which is

Re: [Tinyos-help] I could not do 'make telosb' in XubunTOS

2007-10-14 Thread Chad Metcalf
After further review the XubunTOS team noticed you are using sudo. sudo make telosb Won't work. Please try again without the sudo. You should have read/write access to the tinyos directories so you shouldn't need to ever use sudo when compiling or general development. You might need it for

[Tinyos-help] tinyos 2.x compile errors

2007-10-14 Thread Chan kenniel
Dear all, I have just installed tinyos 2.x from rpm file, and I have configured all the settings according to the tutorial. However, I still can not pass the complilation on Blink apps. Mine OS is windows 2003, and all the nesC and cygwin are the latest version. can anybody help me out with