[Tinyos-help] Command line help

2008-01-22 Thread chris gungaloo
Hello I wanted to ask about displaying data on a command line in tinyOS I'm having trouble understand the commands involved in showing readings on the command line. Also is there a way of doing it in the program rather than using the MOTECOM listen tool on the command line which is what you

Re: [Tinyos-help] Modifying the AMtype field of serial AMPackets

2008-01-22 Thread Andreas Reinhardt
Thanks, Omprakash - that was what I was looking for. Another few lines fixed the missing group ID: task uartSendTask() { [...init variables...] am_group_t group; [...read RadioAMPacket fields...] group = call RadioAMPacket.group(msg); [...write UartAMPacket source address...] call

[Tinyos-help] Question related to Tmote Sky schematics: pin 6 of JTAG connector

2008-01-22 Thread Nelisse, M.W. (Martin)
The Tmote Sky schematics show that pin 6 of U8 (JTAG connector) is not connected. However we get the impression that something is connected to this pin. We used pin 6 of U8 to pass an additional signal to an add-on board (since all signals on the U2 and U28 expansion connector have already been

[Tinyos-help] Tossim compilation error using CollectionC/LinkEstimationP

2008-01-22 Thread Unterfinger Jérémy
hi all, When i want to compile an application using the component CollectionC (for exemple: EasyCollection, TestNetwork, MultiHopOscilloscope), it works fine for an simple make micaz. But when i want to compile it for Tossim (make micaz sim), i always receive the same error linked to

Re: [Tinyos-help] Tossim compilation error using CollectionC/LinkEstimationP

2008-01-22 Thread Greg Hackmann
Unterfinger Jérémy wrote: At the line 70 in the component LinkEstimatorP is written: // INFINITY = 0xff, // I tried to understand why i have this problem, and nobody never spoke about it on the mailing list, but i'm not workimg with Tinyos for a long time and i

Re: [Tinyos-help] Tossim compilation error using CollectionC/LinkEstimationP

2008-01-22 Thread Omprakash Gnawali
Thanks for the bug report - I have committed a fix to the problem you reported: rename INFINITY to VERY_LARGE_EETX_VALUE. - om_p On Jan 22, 2008 8:37 AM, Greg Hackmann [EMAIL PROTECTED] wrote: Unterfinger Jérémy wrote: At the line 70 in the component LinkEstimatorP is written:

[Tinyos-help] Which means, and to what use the word reserved INLINE?

2008-01-22 Thread Tiago Wanderley
-- Tiago de Lima Wanderley Grad. Ciencia da Computacao Departamento de Sistemas e Computacao Universidade Federal de Campina Grande ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu

[Tinyos-help] point-to-point or publish/subscribe algorithm for TinyOS

2008-01-22 Thread Kalil Araujo Bispo
Hi, I'm a Master Student from Center of Informatics - Federal University of Pernambuco, Brazil. My research area is Wireless Sensor Networks and i'm using TinyOS and Mica Motes. How can I implements a point-to-point or publish/subscribe algorithm in TinyOS? Is there a existent code? Regards,

Re: [Tinyos-help] point-to-point or publish/subscribe algorithm for TinyOS

2008-01-22 Thread Kevin Klues
I know there was work being done for publish-subscribe at TU-Berlin. I dont know where they put they're code, but the person to ask is Jan Hauer. Kevin On Jan 21, 2008 9:10 AM, Kalil Araujo Bispo [EMAIL PROTECTED] wrote: Hi, I'm a Master Student from Center of Informatics - Federal University

Re: [Tinyos-help] tinyOS problem

2008-01-22 Thread Peizhao Hu
It is not really a big problem, you just need to configure the path for tinyos. please check the mailing list for further assistance. regards; Peizhao Hu 詹閔超 wrote: Hello,my name is Jan,I come from Taiwan. I got some troble when i install the tinyOS. Could you tell me how can i install

Re: [Tinyos-help] avr-libc failure

2008-01-22 Thread Peizhao Hu
Hi Kevin; My MacBook is Intel Core2Duo. and I followed your comments last time to install TinyOS on my Tiger 10.4 without any problem. but I recently upgraded to Leopard 10.5, then I experienced the same problem that other people suggested. regards; Peizhao Hu Kevin Klues wrote: I've

Re: [Tinyos-help] avr-libc failure

2008-01-22 Thread Kevin Klues
Does it work now with the new instructions? kevin On Jan 22, 2008 4:42 PM, Peizhao Hu [EMAIL PROTECTED] wrote: Hi Kevin; My MacBook is Intel Core2Duo. and I followed your comments last time to install TinyOS on my Tiger 10.4 without any problem. but I recently upgraded to Leopard 10.5, then

Re: [Tinyos-help] CC2420 LQI/RSSI bug fix

2008-01-22 Thread Tal Rusak
Hi, Can anyone say if this bug impacted the RssiSample application? (/tinyos-2.x-contrib/stanford-sing/apps/RssiSample/) Thanks, Tal Dane Murdock here at Rincon discovered an edge case bug with the CC2420 receive branch when applying TUnit unit testing to CC2420ReceiveP. This edge

Re: [Tinyos-devel] Re: [Tinyos-help] CC2420 LQI/RSSI bug fix

2008-01-22 Thread Philip Levis
On Jan 22, 2008, at 8:31 PM, Tal Rusak wrote: Hi, Can anyone say if this bug impacted the RssiSample application? (/tinyos-2.x-contrib/stanford-sing/apps/RssiSample/) It shouldn't. That app just reads the RSSI register and doesn't process packets. Phil

Re: [Tinyos-help] avr-libc failure

2008-01-22 Thread Peizhao Hu
Sorry Kevin; I didn't know there an updated instruction. so now it is not using MacPort. I will try now and let you know soon. regards; Peizhao Hu Kevin Klues wrote: Does it work now with the new instructions? kevin On Jan 22, 2008 4:42 PM, Peizhao Hu [EMAIL PROTECTED] wrote: Hi

Re: [Tinyos-help] avr-libc failure

2008-01-22 Thread Peizhao Hu
Hi Kevin, I have had the MSP430 package installed. so stow: CONFLICT: /opt/local/stow/msp430/lib/libiberty.a vs. /opt/local/lib/libiberty.a when I tried to stow the MSP430 binary. regards; Peizhao Hu Kevin Klues wrote: Does it work now with the new instructions? kevin On Jan 22, 2008

[Tinyos-help] ncg for boomerang/moteiv

2008-01-22 Thread David Henry
The subject says it all. Is there and updated version that supports tmoteinvent? ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] tinyos over msp430

2008-01-22 Thread mohammed shareef
Hi.. Am trying to port tinyos onto a msp430f2x with the help of a msp-FET430UIF USB-Debug-Interface. When i connect the device to a usb port it identifies it as a TI product.. but when i run motelist it says No devices found. Moreover the /dev/ttyUSB* file is not created. am working on linux. The