Re: [Tinyos-help] Error 57

2010-07-24 Thread Simon Kellner
* John [2010-07-16 15:19 -0400]: I tried installing tinyos onto a different computer than the one I was originally using but now I keep getting an error: make: ***[program] Error 57. This only occurs when I try installing the program to a mote. If just build the program then I get no

[Tinyos-help] hi

2010-07-24 Thread Haripriya priya
hi , will power tossim be supported for iris motes also? How to use powe tossim? Cpu cycles are measured for some ciphers using this ... how is id done? Has any one done before using it? What is the way ? Can you give me the steps in detail? Thanks in advance... -- Regards, S.Haripriya

[Tinyos-help] transmit power

2010-07-24 Thread Fekete Tamás
Hello I need help. I would use MICA2 in my simulation. I know it uses 10mA during the transmission, but how I can calculate the transmit power out? I would like to know the power consumption and the probability of successful transmitting at the same time. Thanks. Tamas ps. for example

[Tinyos-help] Tossim

2010-07-24 Thread Surfman19
hello, i try to activate the debug messages (0: LEDS: Yellow off. 0: LEDS: Green off. 0: LEDS: Red off.) to see the status of the LEDs as described in the following tutorial: http://www.tinyos.net/tinyos-1.x/doc/tutorial/lesson5.html i used the command: export DBG=am,led but it didnt work for

Re: [Tinyos-help] Problem with the param jiffies when I try to read two channels simultaneosly

2010-07-24 Thread Mario Torrecillas Rodríguez
Ok, the problem is a signaled conversionTimeOverflow() when I try to read the ADC with jiffies=600 or under. Why can't i increase the frequency? 2010/7/23 Mario Torrecillas Rodríguez mariot...@gmail.com Hi all; After lot of efforts i've succeed in reading two channels in telosb. But, if I

[Tinyos-help] Radio Chip development DR3100

2010-07-24 Thread Shang Lin Chua
Hi guys, I've got a radio transceiver chip, DR3100, that isnt defined in the tinyos2 chip files. How should i proceed to develop it? it'll be sweet if someone could lead me in the right direction. Thanks ___ Tinyos-help mailing list

[Tinyos-help] SMCLK problem (TelosB / Tmote Sky)

2010-07-24 Thread jostargal
Hi to all! I want to change the SMCLK clock frequency in TelosB. I know this freq is 1MHz, because it selects the DCOCLK frequency (4MHz) and divides by 4 (DIVSx bits). I've seen this file: http://openwsn.berkeley.edu/browser/tinyos-2.x/tos/chips/msp430/timer/Msp430ClockP.nc In line 83 it selects

Re: [Tinyos-help] SMCLK problem (TelosB / Tmote Sky)

2010-07-24 Thread Eric Decker
Many other components use SMCLK. So if you change SMCLK then the drivers need to compensate. Also, the timing system is clocked off SMCLK and it is assumed that the basic tick is 1uis (binary micro second). In other words you have to make the appropriate modifications through out the system if