[Tinyos-help] blink compies BUT device not attached in iMote2

2007-01-17 Thread Panos Kampanakis
We are using the lates CVS version of TinyOS1.1.15 and the latest nesC compiler. We want to switch to iMote2. After following the instructions installing Wasabi and MAS and everything etc we try to run Blink. It compiles fine but isn't loaded. In the end it gives the error "Connecting to targ

[Tinyos-help] imote2 data collect

2007-01-18 Thread Panos Kampanakis
Hello, I am trying to collect some data from Imote2. For micas we were using the Serial Forwarder to collect data from the serial port and was working fine. But how is it done in imote2? There is not enough documentation or examples of how we could achieve that. Please help because it is very

[Tinyos-help] Msg.send always fails

2007-02-23 Thread Panos Kampanakis
Hi, I have the following code in TinyOS: event result_t Msg1.sendDone(TOS_MsgPtr sent, result_t success) { call TP.functionTest(); // takes 10 secs call Msg2.send(TOS_UART_ADDR, sizeof(tp_time_msg), &report); return SUCCESS; } When I am trying to send a message after the call functio

Re: [Tinyos-help] Msg.send always fails

2007-02-23 Thread Panos Kampanakis
supposed to just delay the call of Msg2.send, which it does, but how can it influence it's succees or not? Anyway, I will try it to see how it goes. PK - Original Message - From: "Michael Schippling" <[EMAIL PROTECTED]> To: "Panos Kampanakis" <[E