Re: [Tinyos-help] how to measure the Rssi with mica2

2008-06-10 Thread Ittipong Khemapech
I think it should be better to send questions to the group. That message was sent to the list several months ago. I tried to adapt the transmission power in TOSSIM. Now I am using TinyOS 2.x. I think CC1000RadioC is what you are looking for (If I still remember). Ittipong 2008/6/10 王薇 [EMAIL

Re: [Tinyos-help] how to measure the Rssi with mica2

2008-06-09 Thread Gary Lee
Hi, I tried to run RssiDemo under Tinyos 2.x. I copied all the files to the directory. However, when I type make telosb, it says that there is a conflicting type for RadioIntercept.forward error. Anyone can help? Regards, Gary On Mon, Jun 9, 2008 at 1:41 PM, Ittipong Khemapech [EMAIL

Re: [Tinyos-help] how to measure the Rssi with mica2

2008-06-09 Thread Varun Jain
Hi Gary, I had a similar problem, if you see the intercept has the following event: event bool forward(message_t* msg, void* payload, uint8_t len); Some 8 months ago, there was The big interface switchover for Packet, Send, Receive, and AMSend. So you got to update these interfaces if