[Tinyos-help] Node ID defined in Makefile

2010-01-27 Thread Ruben Rios
Hi all, is it possible to define the TOS_NODE_ID variable within the Makefile file?? I have tried to do it by adding a flag, like this: CFLAGS+=-DTOS_NODE_ID=255 But on compilation I get the following error: t...@tos-desktop:~/workspace/src/Sensor$ make telosb install mkdir -p build/telosb

Re: [Tinyos-help] Node ID defined in Makefile

2010-01-27 Thread Marcus Autenrieth
Hi, Am Wed, 27 Jan 2010 13:48:05 +0100 schrieb Ruben Rios ru...@lcc.uma.es: Hi all, is it possible to define the TOS_NODE_ID variable within the Makefile file?? I have tried to do it by adding a flag, like this: CFLAGS+=-DTOS_NODE_ID=255 But on compilation I get the following error: I

[Tinyos-help] Real light values from Telosb

2010-01-27 Thread David Conde
Hi, I am doing testing by getting lights values from TSR and PAR sensor from TElosb , but I would like to know if the values I get are valid values or not. If I get data from TOS_Msg and I use the next formula from (http://www.moteiv.com/community/Getting_Data_from_Tmote_Sky's_Sensors):

[Tinyos-help] Error in ADC configure

2010-01-27 Thread Nyan Naing
Dear All, When I compile my TinyOS program with ADC setup, i got error from Msp430A dc12ConfAlertC' as the following. Can get help how to remove the problem? In component `TestDisseminationAppC.AdcReadStreamClientC.Msp430AdcPlient.Msp430A dc12ConfAlertC':

[Tinyos-help] Need help

2010-01-27 Thread Madhuri Revalla
Hi, I am trying to run the test application tinyos-2.x\apps\tests\mts300\PhotoTemp. I compiled the application successfully. This is the sensor application to read temperature and photo using TempC and photoC. But I need help to run this application. I could not able to display the readings.

Re: [Tinyos-help] Error in ADC configure

2010-01-27 Thread Jan Hauer
The error means that you have wired to Msp430Adc12ClientAutoRVGC or Msp430Adc12ClientAutoDMA_RVGC and forgotten to wire to its AdcConfigure. Jan On Wed, Jan 27, 2010 at 2:29 PM, Nyan Naing nyan...@gmail.com wrote: Dear All, When I compile my TinyOS program with ADC setup, i got error from

[Tinyos-help] collecting information from mote

2010-01-27 Thread Sam azzaro
Hello all, i want to collect information from mote (telosb) to PC and display it using a serial connection.i taked a look at tutorials, and i note that i have to change some java code to read this data,like using the following methods to provide access to the backing array of mig generated

[Tinyos-help] Getting exception

2010-01-27 Thread Madhuri Revalla
Hi, I am getting the following error when I am trying to run the java aplication in cygwin. s...@localhost:9002 died - exiting (java.net.ConnectException: Connection refused: connect) I am using micaz and serial port in tinyos2.x Thanks in advance.

[Tinyos-help] Problems with TOSSIM.

2010-01-27 Thread francisco cassimiro
hi folks I'm having problems with TOSSIM when I try to run my python script. The error is this below: cassim...@cassimiro-laptop:/opt/tinyos-2.1.0/apps/Servico_padrao_V3/src/Sink_com_Source$ python simula.py Traceback (most recent call last): File simula.py, line 1, in module from TOSSIM

Re: [Tinyos-help] make micaz sim : Makefile:2: OSROOT/support/make/Makerules: No such file or directory

2010-01-27 Thread Jim Voulgarakis
I have not written any other files. I am only using those that were installed. I even checked the Makefiles and cannot find any problems. Any other ideas? -Original Message- From: Michiel Konstapel [mailto:m.konsta...@sownet.nl] Sent: Monday, January 25, 2010 3:44 AM To: Jim

[Tinyos-help] Memory doubt

2010-01-27 Thread Kiraneet sharma
Hello everyone.. I have a doubt related to the memory in T1.. The micaz datasheet says Program Flash Memory 128K bytes Measurement (Serial) Flash 512K bytes 100,000 Measurements Configuration EEPROM 4K bytes So which two of these is used by my program when put on a mote?

Re: [Tinyos-help] Memory doubt

2010-01-27 Thread Vikram vik76
Kiraneet, Your program has 128K bytes (Program Flash Memory) of memory..What you see * bytes in ROM uses this. What you see as bytes in RAM during the compilation, has 4K bytes (Configuration EEPROM) of memory available for use. This memory is used by the data variables and stack memory

Re: [Tinyos-help] Memory doubt

2010-01-27 Thread Manjunath Doddavenkatappa
Program Flash Memory: Your application code + OS components Measurement (Serial) Flash: It is the external falsh, which an appln can use to store data permanently. 4KB memory is the RAM which program stack (there is only a single stack in TinyOS) and global variables use. rgds, Manjunath D

[Tinyos-help] Timing analysis

2010-01-27 Thread Kiraneet sharma
Hello people... Can we carry out an accurate timing analysis for an entire network using a simulator ? Actually I just have access to software part..So right now I am programming in T1.. Now I want to know how the entire application will work when put on motes, specifically I am interested in