[Tinyos-help] sqrt in MSP430?

2007-11-08 Thread SANG Junjun
Is there a implementation of sqrt function for MPS430? -- Best Regards, SANG JUNJUN ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Re: [Tinyos-help] Install TinyOS on Mac OS 10.5 Intel

2007-11-08 Thread Xiaofan Jiang
Yes. I have t2 installed on leopard successfully. Follow kevin's guide except use darwinport to install the avr toolchain instead of using fink. -fred On Nov 8, 2007, at 10:34 PM, Nitish Jha <[EMAIL PROTECTED]> wrote: has anybody been able to successfully install TinyOS 1.x or 2.x on Mac

[Tinyos-help] Install TinyOS on Mac OS 10.5 Intel

2007-11-08 Thread Nitish Jha
has anybody been able to successfully install TinyOS 1.x or 2.x on Mac OSX 10.5 leopard. ? I have tried to follow the instructions for the tiger version and have had not much success. thanks nkj ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley

Re: [Tinyos-devel] Re: [Tinyos-help] Question about printf

2007-11-08 Thread Alban Hessler
Hi all, small comment about the new PrintF. If TOS_DATA_LENGTH is defined too large, then the condition Queue.size() > 5* sizeof(printfmsg) might always be false, because Queue.size is only a uint8_t.. Maybe you could find another way to computer the condition for flushing.. Well, I agree that it

RE: [Tinyos-help] Fwd: "__attribute__ ((signal, spontaneous, C))" and " __attribute__ ((interrupt, spontaneous, C))"

2007-11-08 Thread Janos Sallai
Regarding C and spontaneous: these are nesc specific attributes. Check the nesc manual (section 10.3) for details. The URL is http://nescc.cvs.sourceforge.net/*checkout*/nescc/htdocs/papers/nesc-ref.p df?revision=1.1.1.1 Signal and interrupt are gcc attributes. There are explained at http://gcc

[Tinyos-help] Fwd: "__attribute__ ((signal, spontaneous, C))" and " __attribute__ ((interrupt, spontaneous, C))"

2007-11-08 Thread jiwen zhang
Hello all: I have some question about the codes below: 1. what are the functions of "__attribute__ ((signal, spontaneous, C))" and " __attribute__ ((interrupt, spontaneous, C))"? 2.what are the meanings of "singanl","spontaneous","C" and "interrupt"? 3.what are the differences betw

Re: [Tinyos-help] Send --> SendDone

2007-11-08 Thread Michael Schippling
Make sure you are getting a SUCCESS from the send(), otherwise the message is not sent and no sendDone() is to be expected. As to reliability, you can use various kinds of ACKs. The choices depend on your platform, so google around a bit. I also did some brute force testing and a resend protocol

[Tinyos-help] Send --> SendDone

2007-11-08 Thread Nicole Caruso
Hi All, For some reason my motes are having a hard time going to AMSend.sendDone() after calling the command AMSend.send(). This makes no sense because I think AMSend.sendDone() is called at the end of AMSend.send(). Do you think that this has anything to do with hardware unreliability or batteri

[Tinyos-help] Basestation - tinyos 2.0.1 vs 2.0.2

2007-11-08 Thread David Moss
Yup. BaseStationCC2420 is deprecated because the CC2420 stack has the ability to enable/disable auto-acks and address recognition at compile time. There's no longer a need to maintain two separate portions of the CC2420 stack. -David -Original Message- From: [EMAIL PROTECTED] [mailto:[E

[Copfilter] Copy of quarantined email - *** SPAM *** [11.6/5.0] [Tinyos-help] Basestation - tinyos 2.0.1 vs 2.0.2

2007-11-08 Thread [EMAIL PROTECTED]
Just checking, did BasestationCC2240 get removed from 2.0.1 when updating to 2.0.2? I just installed 2.0.2 and that directory seemed to go away... Kurt ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU https://www.millennium.berkeley.ed

[Tinyos-help] Texas instruments sample applications

2007-11-08 Thread Octav Chipara
Hi, There are several application examples from TI for the MSP430. I'm particularly interested in deploying the UART examples on a TMOTE SKY. I was wondering if anyone succeeded and if there any kind of instructions on how you may go about doing it? Thanks, -- Octav _

RE: [Tinyos-help] TSR reading in Oscilloscope application

2007-11-08 Thread Saif A. Al-Hiddabi
Thanks for the help. The TSR is Total Solar Radiation (TSR) sensor. I am new to TinyOS what goes into version, interval, id, count and reading. Also how to wire OscilloscopeC.Read to the sensor (I guess I need to wire it to HamamatsuC.TSR). Do I need to write new file for wiring? I am using Tmote S

Re: [Tinyos-help] single send function / queue for multiple message types / structs ?

2007-11-08 Thread Michael Schippling
There used to be a QueuedSend interface in the T1 lib tree... MS Murray, Ben wrote: Hi I need to send multiple types (am_id_t / len) of mesage but I need to store them up in a Queue until the mote has permission to send. How best can I store multiple messages, of varying types/lenths, and subs

Re: [Tinyos-help] MDA400 relative distance

2007-11-08 Thread Michael Schippling
I googled this: TOS RSSI localization and got this: http://www.cs.berkeley.edu/~jortiz/papers/ee290q_localization.pdf which may be useful or have relevant refs... MS cyberkiwy wrote: hi! is there a possibility to get the relative distance between 2 motes MDA400, and to know if a mote

Re: [Tinyos-help] Energy consumption on telosb

2007-11-08 Thread Michael Schippling
It does seem counter-intuitive...when transmitting you are throwing perfectly good energy into the ether...but I guess this is a good example of the relationship between Information and Entropy... thx MS Siirtola Harri wrote: You seem a bit surprised about receive power consumption being highe

Re: [Tinyos-help] About MoteIV support information

2007-11-08 Thread Michael Schippling
Actually, it contains everything (or as much as Joe could upload). For some reason the nascent TOS Doc WG didn't want to announce that we had it all online again...but you found it none-the-less. MS Jeonghoon Kang wrote: FYI, Surprising TinyOS Wiki contains something. http://docs.tinyos.net/i

[Fwd: Re: [Tinyos-help] routing papers in TinyOS]

2007-11-08 Thread Manel López
Take a look to these papers "Modelling data-centric routing in wireless sensor networks" B. Krishnamachari, D. Estrin, S. Wiker, IEEE INFOCOM 2002 "A new taxonomy of routing algorithms for wireless mobile ad hoc networks: The component approach",M. Jong Lee, J. Zheng, X. Hu, H. Juan,... IEEE Comm

Re: [Tinyos-help] tmote sky docs ...

2007-11-08 Thread Joe Polastre
FYI, All the documentation is available at http://www.sentilla.com/moteiv-endoflife.html and http://docs.tinyos.net The code is now checked into TinyOS CVS http://tinyos.cvs.sourceforge.net/tinyos/tinyos-1.x/contrib/boomerang/ -Joe On Nov 8, 2007 8:23 AM, Andrew Parson O'Brien <[EMAIL PROTECTED]

[Tinyos-help] tmote sky docs ...

2007-11-08 Thread Andrew Parson O'Brien
Hello, here http://www.cems.uvm.edu/~aobrien/tmote/ you can find ISO images of the driver and documentation CDs, data sheets for the tmote-sky and tmote-connect as well as the quickstart guide for the tmote-sky. Thanks go to Charley Robinson here at UVM for having the good sense to d/l

[Tinyos-help] Mobile phone as mote base with Tmote Mini or other motes?

2007-11-08 Thread Cindy K Harnett
Is anyone out there working on using a mobile phone as their base station for data collection, and willing to share software/equipment that works for you? I have an outdoor sensor project where this would be very convenient (more so than dragging a laptop into the woods to collect data). I have

[Tinyos-help] Restart time of Tossim serial forwarder

2007-11-08 Thread Chan kenniel
Dear all, Is there any method to make Tossim serial forwarder wait for a certain longer seconds before restarting again if there's no packet received? -- Best wishes, Kenneth Chan Wish you have a good day! ___ Tinyos-help mai

[Tinyos-help] "__attribute__ ((signal, spontaneous, C))" and " __attribute__ ((interrupt, spontaneous, C))"

2007-11-08 Thread jiwen zhang
Hello all: I have some question about the codes below: 1. what are the functions of "__attribute__ ((signal, spontaneous, C))" and " __attribute__ ((interrupt, spontaneous, C))"? 2.what are the meanings of "singanl","spontaneous","C" and "interrupt"? 3.what are the differences betw

Re: [Tinyos-help] About MoteIV support information

2007-11-08 Thread Jeonghoon Kang
FYI, Surprising TinyOS Wiki contains something. http://docs.tinyos.net/index.php/Boomerang -jh.kang- 2007/11/8, Urs Hunkeler <[EMAIL PROTECTED]>: > It might be possible to access large parts of the original web site > through this link: > http://web.archive.org/web/20070715062122/http://moteiv.

[Tinyos-help] single send function / queue for multiple message types / structs ?

2007-11-08 Thread Murray, Ben
Hi I need to send multiple types (am_id_t / len) of mesage but I need to store them up in a Queue until the mote has permission to send. How best can I store multiple messages, of varying types/lenths, and subsequently send them - do I still require multiple AMSend.send functions but use the queue

[Tinyos-help] telosb with cygwin compiling error

2007-11-08 Thread mattia
Hello , I have the following problem when trying to make the blink application on a telosb mote $ make telosb mkdir -p build/telosb compiling BlinkAppC to a telosb binary ncc -o build/telosb/main.exe -Os -O -mdisable-hwmul -Wall -Wshadow -DDEF_TOS_AM_ GROUP=0x7d -Wnesc-all -target=telosb -fnes

Re: [Tinyos-help] routing papers in TinyOS

2007-11-08 Thread Marco Antonio Lopez Trinidad
This would be a good first step. http://www.cs.berkeley.edu/~awoo/sensys_awoo03.pdf --marco. Quoting Tao Wu <[EMAIL PROTECTED]>: > Hi, > > I am working on routing implementation in TinyOS. Although I found some > protocols in > TinyOS 1.x, yet I do not find many papers published in this field,

[Tinyos-help] Fwd: MTS400 relative distance

2007-11-08 Thread cyberkiwy
hi! is there a possibility to get the relative distance between 2 motes MTS400, and to know if a mote is near another mote? i need some nesC code or similar source files.. thank you a lot! -- Cyb3rk1wy!! ___ Tinyos-help mailing list Tinyos-help@Millenn

[Tinyos-help] MDA400 relative distance

2007-11-08 Thread cyberkiwy
hi! is there a possibility to get the relative distance between 2 motes MDA400, and to know if a mote is near another mote? i need some nesC code or similar source files.. thank you a lot! -- Cyb3rk1wy!! ___ Tinyos-help mailing list Tinyos-help@Millenn

Re: [Tinyos-help] About MoteIV support information

2007-11-08 Thread Urs Hunkeler
It might be possible to access large parts of the original web site through this link: http://web.archive.org/web/20070715062122/http://moteiv.com/ However the archive is relatively slow and some parts might not be included (especially the areas where a subscription was required). Also the most re

RE: [Tinyos-help] Energy consumption on telosb

2007-11-08 Thread Siirtola Harri
You seem a bit surprised about receive power consumption being higher than transmit power. It's normal with these radios. Decoding requires much more processing than encoding. Regards, Harri -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Michae