[Tinyos-help] telosb computing

2010-09-28 Thread Omar Cheikhrouhou (yahoo)
Hello, The telosb has a 16-bit micro-controller. What is the biggest number that it can treat? And How it achieve the treatment of bigger number ex 32 bits number? Thanks for help ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu http

[Tinyos-help] asynchronously calls

2010-09-28 Thread wasif masood
Hi All, I am having such warnings: RadioAnalyzer.logStart' called asynchronously from `startDone any suggestions what should be done to get rid of them? Thanks, ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.ber

Re: [Tinyos-help] UserButtonC on Atmel1281 based node

2010-09-28 Thread Zsolt Varady
Dear Janos, Thank you for the answer, the information about wiring directly to HplAtm128GeneralIOC helped a lot. So I moved forward, but I am still lost. Now I have: HplUserButtonC.nc ** configuration HplUserButtonC { provides interface GeneralIO as Gene

Re: [Tinyos-help] telosb computing

2010-09-28 Thread Manjunath Doddavenkatappa
Operations involving bigger numbers can be handled by the compiler (assembler). Manjunath D **

[Tinyos-help] Integrating Routing protocol with key predistribution algorithm

2010-09-28 Thread mojtaba raznahan
Hi all, How can i modify a routing protocol such as Tymo so that it can consider mutual keys between nodes ? For example node1 only can send a message to neighbors which are in the listening distance of node1 and also have a mutual key with node1.(the nature of key is not important for me) Your h

Re: [Tinyos-help] UserButtonC on Atmel1281 based node

2010-09-28 Thread Janos Sallai
Most probably, SwitchToggleC doesn't have interfaces called GeneralIOUB1 and GpioInterruptUB1. Janos On Tue, Sep 28, 2010 at 6:18 AM, Zsolt Varady wrote: > Dear Janos, > > Thank you for the answer, the information about wiring directly to > HplAtm128GeneralIOC helped a lot. So I moved forward,

Re: [Tinyos-help] UserButtonC on Atmel1281 based node

2010-09-28 Thread Zsolt Varady
It has... *** generic module SwitchToggleC() { provides interface Get; provides interface Notify; uses interface GeneralIOUB1; uses interface GpioInterruptUB1; } implementation { ... Zsolt On Tue, 2010-09-28 at 09:26 -0500, Janos Sallai wrote: > Most probab

[Tinyos-help] Tiny 2.1.1 : TimeSyncMessage problem (TimeSyncPacket.eventTime)

2010-09-28 Thread Massimo Marra
Hi! I use a Tmote Sky (telosb) on TinyOS 2.1.1 I find a problem in the CC2420TimeSyncMessageC component. When I call the "TimeSyncPacket.eventTime(msg)" command in a compute intensive application sometimes it returns a not valid value (even if "TimeSyncPacket.isValid(msg)" return TRUE). The problem

Re: [Tinyos-help] UserButtonC on Atmel1281 based node

2010-09-28 Thread Janos Sallai
Then it's the types of the interfaces that don't match. I suggest that you read Chapter 5 of "TinyOS Programming" by Phil Levis (http://csl.stanford.edu/~pal/pubs/tinyos-programming.pdf)and the nesC language reference manual first. Janos On Tue, Sep 28, 2010 at 9:33 AM, Zsolt Varady wrote: > I

[Tinyos-help] Geographic Routing

2010-09-28 Thread Nahr Elk
Hi all! Please, is there any existing geographic routing protocol code in Tinyos (1 or 2) or in Tinyos Contrib folder? Thanks for your help Best regards, Nahr Elk ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.

[Tinyos-help] Problem with mts310CA Microphone

2010-09-28 Thread MUNEERA A. ALBABTAIN
Hello there, I'm using tinyos-2.1 and I have been working on mts310CA sensor board with micaz for several weeks. However, I am struggling with the microphone. I downloaded and modified Mts300SensorTester from SourceForge.com, which will read samples and send 5 of them to the baseStation node d