[Tinyos-help] no match problem

2012-06-03 Thread Maissa Ben Jamaa
Hello, I have implemented a nc application which is composed of different components (many modules files). When I tried to build my application, a no match error has been shown. Please, can you tell me what can be the source of this error. I should note that, this error appears only with

[Tinyos-help] header intact

2012-06-03 Thread Stephen Sun
2012/6/3 tinyos-help-requ...@millennium.berkeley.edu Mailing list subscription confirmation notice for mailing list Tinyos-help We have received a request from 114.95.105.34 for subscription of your email address, supsol...@gmail.com, to the tinyos-help@millennium.berkeley.edu mailing list.

Re: [Tinyos-help] confirm 402889117abf6e8eea8727e1a37706d6ba3fd57b

2012-06-03 Thread Stephen Sun
2012/6/3 tinyos-help-requ...@millennium.berkeley.edu Mailing list subscription confirmation notice for mailing list Tinyos-help We have received a request from 114.95.105.34 for subscription of your email address, supsol...@gmail.com, to the tinyos-help@millennium.berkeley.edu mailing list.

Re: [Tinyos-help] Tinyos Ram shortage

2012-06-03 Thread Johny Mattsson
On 4 June 2012 09:09, Oldrine Lewis ole...@sutron.com wrote: I also noticed that all my const array of structs are being stored in RAM. Is there any way to force const them into program memory Yes, but that might not be what you really want. Since the Iris uses an AVR chip, you have a Harvard

Re: [Tinyos-help] Tinyos Ram shortage

2012-06-03 Thread Eric Decker
send me the program and I'll look at it. Not sure about what exactly you are doing, but normally const do get put into ROM Why do you think they are in RAM? Need more information about toolchain, cpu, etc. On Sun, Jun 3, 2012 at 4:09 PM, Oldrine Lewis ole...@sutron.com wrote: I also noticed

Re: [Tinyos-help] Periodic AMsend problem

2012-06-03 Thread Ali Saoud
Hello, I want to send messages periodically through this program, the messages are broadcasted fine and I get a sendDone message, but the problem is that these messages are not recieved well, I would really appreciate any help to find out where the problem is? includes lqer; module lqer_M{