Re: [Tinyos-help] Problem about sending a string in nesC with Oscilloscope apps

2007-05-14 Thread Chan kenniel
I got a problem, when I add char mystring in the OscopeMsg.h, and set the value for it in the OscilloscopeM.dataTask(), the serialforwarder can listen and get the packet, then when I set mystring as a string defined like this char mystring[SIZE]; and I also set the value in the dataTask like

[Tinyos-help] A simple problem about BusyWait.

2007-05-14 Thread eamin_winfor
Hi All I 'm working with tinyos2.0, and a problem about interface A name=busywaitBusyWait/A has puzzled me for a few days. The problem is : i want a mote sleep for a few moment, so i used the interface BusyWait provided by BusyWaitCounterC. but when i compile my code i got an error

RE: [Tinyos-help] Radio communication problem issue

2007-05-14 Thread Oussama Chougna
Hi Michael, greenON means that the buffer where i store the Messages for transmission is full. This could happen because the sending task is much slower than the speed at which new packets are generated. This led never lights up so the buffer is never overflowed. (This buffering algorythm is the

Re: [Tinyos-help] Error: undefined reference to `log'

2007-05-14 Thread Marcin Foks
Hi I tried ncc -v and it seems to be fine, however in order to be sure I pasted it below so that more experienced user could verify it. As I am working in cygwin I have also tried to write a simple c program using log function and it was working good. I also have another question. Could anyone

[Tinyos-help] preprocessor command from make?

2007-05-14 Thread Inderjit Singh
Hi, Is it possible to pass a preprocessor command from terminal i.e $make XXX BASE. And in the code there are pre-processor definitions like: #ifdef BASE ... #endif What I'm trying to do is that there are some different routines for a BASE station and the other motes. BASE transmitts the

Re: [Tinyos-help] TOSSIM - real modules and simulation modules

2007-05-14 Thread Nuno Fonseca
Hi! I have the same problem and i haven't any ideia to solve this. Why T2 still can't find SplitControlPowerManagerC? Thanks in advance. Nuno Fonseca On 09/05/07, Hugo Sousa [EMAIL PROTECTED] wrote: forgot to CC this to tinyos-help list On 5/9/07, Hugo Sousa [EMAIL PROTECTED] wrote: About

[Tinyos-help] No signal on RS232 connector

2007-05-14 Thread Javier Almansa Sobrino
Hi. I'm testing BaseStation application on a mica2 mote with MIB510 PC interface and using seriallisten C application to read RS232. BaseStation is compiled for tinyOS 2. My problem is I don't receive any data from the RS232 port. I'm using minicom to talk directly with MIB510 but I can't. On the

Re: [Tinyos-help] No signal on RS232 connector

2007-05-14 Thread Urs Hunkeler
The switch on the MIB510 board should be in the off position. Cheers, Urs Javier Almansa Sobrino schrieb: Hi. I'm testing BaseStation application on a mica2 mote with MIB510 PC interface and using seriallisten C application to read RS232. BaseStation is compiled for tinyOS 2. My problem is I

Re: [Tinyos-help] No signal on RS232 connector

2007-05-14 Thread Javier Almansa Sobrino
On Mon, 14 May 2007 13:28:27 +0200 Urs Hunkeler [EMAIL PROTECTED] wrote: The switch on the MIB510 board should be in the off position. Opps :-S That's all right, jeje. Thanks -- Nunca confies en un S.O. del que no tienes código fuente ;-) Javier

[Tinyos-help] Display Receive Message

2007-05-14 Thread [EMAIL PROTECTED]
Hi, i am going to the directory opt\tinyos-1.x\tools\src but i didn't understand well what do i do? can you(Michael Schippling) explain me which is the procedure to display data? Thanks -- Leggi GRATIS le tue mail con il telefonino i-mode™

[Tinyos-help] Help regarding Multihop routing protocol in TinyOs1.x !!!!!!

2007-05-14 Thread aS iF
Hi, I want to know if anybody have or know about multihop routing protocol in TinyOs1.x on top which i can run my application. There is one available in TinyOs2.x (Tymo). but i want same for TinyOs1.x. Please write me what ever information you have about this. I want to find it out before i

[Tinyos-help] Debugging the TMote Sky with GDB and JTAG (using USB FET)

2007-05-14 Thread Markus Becker
Hi Matt, hi list, first thanks for the good howto on debugging the tmote sky with GDB and JTAG. It helped me a lot. In the last few days I found out how to use the USB version of the FET with gdb. Prerequisite for this is a recent kernel (=2.6.20) because of an update in the ti kernel module.

Re: [Tinyos-help] Help regarding Multihop routing protocol in TinyOs1.x !!!!!!

2007-05-14 Thread Vizi Péter
Hello Asif! You can find one multihop implementation in the tos/lib/Route directory of tinyos-1.x. If you have Crossbow motes with their contrib directory, you can find more in contrib/xbow/ReliableRoute or contrib/xbow/ReliableRoute_Low_Power etc. The example application of these modules is the

[Tinyos-help] RE: TOSSIM - real modules and simulation modules

2007-05-14 Thread Venkatesh S.
The tos/lib/power directory was not included for the search list by default. One option is giving the search path to the application Makefile -I $TOSROOT/lib/power, but since it is for simulation, it searches $TOSROOT/lib/power/sim which doesnot exit. The method below is little hard coded

[Tinyos-help] error conncting to server mib600

2007-05-14 Thread ahmed dehbi
Hi, I' having a weird problem with my MIB600. Although I'm able to ping it, when I try make micaz (re)install eprb,IP_ADDRESS I get the message Error connecting to server.: IP_ADRESS Make: *** [program] Error 2 Do you have please any idea what's going on here? Thanks! Ahmed

Re: [Tinyos-help] Help with Surge application

2007-05-14 Thread Vizi Péter
Hello Murtuza! As the Makefile states in contrib/xbow/apps/Surge_Low_Power, CC1000ControlM.nc is searched in the directory ../../tos/CC1000RadioPulse (which is contrib/xbow/tos/CC1000RadioPulse). GetPower() is defined in line 96 of contrib/xbow/tos/CC1000RadioPulse/CC1000RadioIntM.nc 96

Re: [Tinyos-help] Help with Surge application

2007-05-14 Thread Vizi Péter
Hello Murtuza! As the Makefile states in contrib/xbow/apps/Surge_Low_Power, CC1000ControlM.nc is searched in the directory ../../tos/CC1000RadioPulse (which is contrib/xbow/tos/CC1000RadioPulse). GetPower() is defined in line 96 of contrib/xbow/tos/CC1000RadioPulse/CC1000RadioIntM.nc 96

[Tinyos-help] looking for contrib/xbow/ReliableRoute example code.

2007-05-14 Thread aS iF
Hi, I am not using crossbow motes, i am using Tmote invent. Some friend told that there is some example available in crossbow. If you have Crossbow motes with their contrib directory, you can find more in contrib/xbow/ReliableRoute or contrib/xbow/ReliableRoute_Low_Power

[Tinyos-help] looking for contrib/xbow/ReliableRoute

2007-05-14 Thread aS iF
Hi, I am not using crossbow motes, i am using Tmote invent. Some friend told that there is some example available in crossbow. If you have Crossbow motes with their contrib directory, you can find more in contrib/xbow/ReliableRoute or contrib/xbow/ReliableRoute_Low_Power IF ANYBODY CAN SEND

[Tinyos-help] Re: TOSSIM - real modules and simulation modules

2007-05-14 Thread Nuno Fonseca
It's works thanks very much. Regards, Nuno On 14/05/07, Venkatesh S. [EMAIL PROTECTED] wrote: The tos/lib/power directory was not included for the search list by default. One option is giving the search path to the application Makefile -I $TOSROOT/lib/power, but since it is for

[Tinyos-help] Little confusion!!!! Surge Program Help!!!!!

2007-05-14 Thread aS iF
Hi, I want to one thing regarding surge program. How does every mote receives Broadcast message from Base? i am talking of the motes who are out of range of base. I am really confused at this point. I want to know if motes broadcast msg. again. Please write me i will be waiting for replies

Re: [Tinyos-help] Problem about sending a string in nesC with Oscilloscope apps

2007-05-14 Thread Michael Schippling
did you make sure that the whole OscopeMsg is 29 or fewer bytes? In other words did you lower BUFFER_SIZE? MS Chan kenniel wrote: I got a problem, when I add char mystring in the OscopeMsg.h, and set the value for it in the OscilloscopeM.dataTask(), the serialforwarder can listen and get the

RE: [Tinyos-help] Line Powering motes

2007-05-14 Thread Giri Baleri
Hi Nagaraj, It is possible to power MICAz Motes externally via 2-pin Molex connector (white connector at J4). The Motes can accept 2.7V-3.3V and hence your 5% error margin should be fine. However, it is not possible to make the Mote automatically switch to battery power without additional

Re: [Tinyos-help] preprocessor command from make?

2007-05-14 Thread Michael Schippling
short answer: yes... more complicated answer, to be take with a grain of salt because I've probably forgotten something... There is a make variable CFLAGS which is passed to the compiler. You can stick anything you want in there and hope that it works right. Since other bits and pieces may be

Re: [Tinyos-help] No signal on RS232 connector

2007-05-14 Thread Michael Schippling
The stupid MIB510 slide switch (opposite the serial connector) should be in the OFF position... And the leds should be flashing (I think basestation does this) when you get messages. MS Javier Almansa Sobrino wrote: Hi. I'm testing BaseStation application on a mica2 mote with MIB510 PC

Re: [Tinyos-help] Display Receive Message

2007-05-14 Thread Michael Schippling
sorry I haven't used any of it...it should be fairly similar to using the JAva tools which are described in the tutorial. MS [EMAIL PROTECTED] wrote: Hi, i am going to the directory opt\tinyos-1.x\tools\src but i didn't understand well what do i do? can you(Michael Schippling) explain me which

Re: [Tinyos-help] error conncting to server mib600

2007-05-14 Thread Michael Schippling
you are using the actual ip address (like you used with ping) not IP_ADDRESS, right? MS ahmed dehbi wrote: Hi, I' having a weird problem with my MIB600. Although I'm able to ping it, when I try make micaz (re)install eprb,IP_ADDRESS I get the message Error connecting to server.:

Re: [Tinyos-help] Line Powering motes

2007-05-14 Thread Michael Schippling
What I have done, in a more complicated scenerio, is use rechargeable batteries and just drop the charger across them when it's available. My more complicated part is that I have 9v's of bats and a regulator on the Mote supply, but with a little caution (maybe a protective zener to clamp the max

Re: [Tinyos-help] Debugging the TMote Sky with GDB and JTAG (using USB FET)

2007-05-14 Thread Robert Szewczyk
Hi Markus, Thanks for this helpful info. I will include it in the Moteiv howto with appropriate acknowledgments. Cheers, Rob On 5/14/07, Markus Becker [EMAIL PROTECTED] wrote: Hi Matt, hi list, first thanks for the good howto on debugging the tmote sky with GDB and JTAG. It helped me a

[Tinyos-help] Radio Compatibility

2007-05-14 Thread Federico Spadini
If I were to choose to use a MicaZ which has the Atmel RF radio and a Telos which has the cc2420 in the same tinyos network, would they be able to communicate? Both of the radios claim to be 802.15.4 compatibile, what do you guys think? --Federico

[Tinyos-help] Many problems when programming the motes

2007-05-14 Thread Bernardo Avila Pires
Hi! Please someone help me... I am almost giving up programming these motes. I have the following errors when using the commands: make micaz reinstall mib510,/dev/ttyS0 make mica2 reinstall mib510,/dev/ttyS0 What happens is that, for reasons I cannot determine, these error

Re: [Tinyos-help] Help with NesC and TOSSIM

2007-05-14 Thread Bernardo Avila Pires
The tutorials in the tinyOS site are very good. Try them out, it worked well for me. 2007/5/11, khawla Lahamar [EMAIL PROTECTED]: Hi, I'm trying to write a small application for temperature sensor with NesC. After, I would like to simulate it with TOSSIM. I am a beginner in this kind of

[Tinyos-help] Re: Many problems when programming the motes

2007-05-14 Thread Bernardo Avila Pires
BTW, I am using Fedora 6. 2007/5/14, Bernardo Avila Pires [EMAIL PROTECTED]: Hi! Please someone help me... I am almost giving up programming these motes. I have the following errors when using the commands: make micaz reinstall mib510,/dev/ttyS0 make mica2 reinstall

Re: [Tinyos-help] error conncting to server mib600

2007-05-14 Thread ahmed dehbi
Yes, I only modified the settings of serial ports 10001 and 10002 respectively to 115200 and 57600 b/s via Lantronix. Thanks. Ahmed From: Michael Schippling [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: ahmed dehbi [EMAIL PROTECTED] CC: tinyos-help@Millennium.Berkeley.EDU Subject: Re:

RE: [Tinyos-help] Many problems when programming the motes

2007-05-14 Thread Giri Baleri
Hi Bernardo, You would see this error message (Probably the AVR MCU is not in the RESET state) in 2 cases: 1. The Mote is not properly plugged into the MIB510 (or even when completely unplugged). 2. The CPU of the Mote itself somehow got mis-configured/damaged. The question is are you seeing

Re: [Tinyos-help] Many problems when programming the motes

2007-05-14 Thread Bernardo Avila Pires
But what exactally is sits firmly? I have tried with many motes and with many of them the LEDs were on... And for different units I got diffrent LED combinations... 2007/5/14, Giri Baleri [EMAIL PROTECTED]: Hi Bernardo, You would see this error message (Probably the AVR MCU is not in the RESET

[Tinyos-help] Serial communication with C SDK

2007-05-14 Thread kmalasri
Hello, I'm trying to write a simple serial listener application in C, using the tools provided in /support/sdk/c. I've successfully compiled the tools and run the example seriallistener program. However, I'm having trouble getting my own programs to compile. I have a simple test program

Re: [Tinyos-help] Serial communication with C SDK

2007-05-14 Thread Michael Schippling
open_serial_source() -- and probably some other necessary functions -- must be defined somewhere in the example C programs, or perhaps in a library they use. You need to include these functions with your new code, either brute force copy the source into your test.c file, or link with .o or .a

[Tinyos-help] problem to find PrintBigMsg code

2007-05-14 Thread rachit pathak
sir, can anyone please help me in sending me the link for the program PrintBigMsg as i cannot find it on the specified links on cvs. i have the code for Text2Wav but havent got hold for that if anyone could please link me to the same it would be of great boost for me. thanking you

[Tinyos-help] Look for a summer intern

2007-05-14 Thread Adam
Sensorweb Research Lab in Washington State University is offering a summer internship position to students, who have at least 6-month tinyos programming experiences. http://sensorweb.vancouver.wsu.edu If interested, please send resume to [EMAIL PROTECTED]

RE: [Tinyos-help] Some problem about the interrupt in Tinyos

2007-05-14 Thread liangjing
Hi Michael Thank you for your reply and code . I read atmega-128 manual and found that some questions. In pin configurations page, the PIN 25 is defined as (SCL/INT0) PD0 and I wonder if the number 25 is relevant to #define SIG_INPUT_CAPTURE3 _VECTOR(25) ,if not, where could I know

Fwd: [Tinyos-help] Regarding MAC protocol switching

2007-05-14 Thread ankur jain
Note: forwarded message attached. - Office firewalls, cyber cafes, college labs, don't allow you to download CHAT? Here's a solution! ---BeginMessage--- Hi all, I was trying to do some practical hans-on with the applications provided with tinyos

[Tinyos-help] Unsubscribe me from the mailing list

2007-05-14 Thread Supratik Dey
Hi Please remove my name from the mailing list of tinyos-help. I want to unsubscribe myself from the list. Thanks. -- Supratik Dey email:[EMAIL PROTECTED] ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU

[Tinyos-help] TinyOS 1.1.15 on Tmote Sky : UART0/Radio bug due to clock source setting

2007-05-14 Thread Harish Prabhu
Hi All, This is regarding usage of UART0 and radio on Tmote Sky under TinyOS 1.1.15. I was using UART(at 9600 baud) on USART0 and the radio in sequence, periodically. I observed the following quirky behaviour : Once we transition from UART mode to radio mode, if we call a Send.send ,