[Tinyos-help] Automatic TX Power Setting

2008-03-11 Thread Ittipong Khemapech
Hi, I am working on automatic TX power setting. I have the following codes: implementation { message_t pkt; bool busy = FALSE; // Used to check if mote is still busy sending uint16_t sentpkts = 0; // Number of sent packets uint8_t current_tx;//

RE: [Tinyos-help] Automatic TX Power Setting

2008-03-11 Thread Janos Sallai
: tinyos-help Subject: [Tinyos-help] Automatic TX Power Setting Hi, I am working on automatic TX power setting. I have the following codes: implementation { message_t pkt; bool busy = FALSE; // Used to check if mote is still busy sending uint16_t sentpkts = 0

Re: [Tinyos-help] Automatic TX Power Setting

2008-03-11 Thread Ittipong Khemapech
e only after that. > > > > Janos > > > > *From:* [EMAIL PROTECTED] [mailto: > [EMAIL PROTECTED] *On Behalf Of *Ittipong > Khemapech > *Sent:* Tuesday, March 11, 2008 11:00 AM > *To:* tinyos-help > *Subject:* [Tinyos-help] Automatic TX Power Setting > > >

Re: [Tinyos-help] Automatic TX Power Setting

2008-03-13 Thread Ittipong Khemapech
; > > > *From:* [EMAIL PROTECTED] [mailto: > > [EMAIL PROTECTED] *On Behalf Of *Ittipong > > Khemapech > > *Sent:* Tuesday, March 11, 2008 11:00 AM > > *To:* tinyos-help > > *Subject:* [Tinyos-help] Automatic TX Power Setting > > > > > > > &