tos\platform\mica2\CC1000Control.nc has the same interface but the
argument values are different:

  /**
   * Set the transmit RF power value.  The input value is simply an arbitrary
   * index that is programmed into the CC1000 registers.  Consult the CC1000
   * datasheet for the resulting power output/current consumption values.
   *
   * @param power A power index between 1 and 255.
   *
   * @result SUCCESS if the radio power was adequately set.
   *
   */
  command result_t SetRFPower(uint8_t power);   

MS

mehmet kaplan wrote:
we had same problem, too. We tried "call CC2420Control.SetRFPower(uint8_t power);" on a msp430 mote, TinyOS 1.15 and it worked.
thanx a lot.
----- Original Message ----
From: Hamdi Roumani <[EMAIL PROTECTED]>
To: sougata sen <[EMAIL PROTECTED]>
Cc: [email protected]
Sent: Thursday, April 26, 2007 5:51:33 PM
Subject: Re: [Tinyos-help] Changing Transimision power

Does this work for the mica2?

Thanks!!
--
Regards,
Hamdi


Quoting sougata sen <[EMAIL PROTECTED]>:

> http://www.xbow.com/Support/Support_pdf_files/MPR-MIB_Series_Users_Manual.pdf
 >
 > call CC2420Control.SetRFPower(uint8_t power) where power is an 8-bit code
 >
 > On 4/26/07, Hamdi Roumani <[EMAIL PROTECTED]> wrote:
 >>
 >> Hello,
 >>
 >> Is there anyway to change the transimission power onboard the mica2
 >> without re-programming it i.e. on the fly - so for example I want to
 >> send one message with power 01 and another with FF?
 >>
 >> Thanks!
 >> --
 >> Regards,
 >> Hamdi
 >>
 >>
 >>
 >>
 >>
 >> ----------------------------------------------------------------
 >> This message was sent using IMP, the Internet Messaging Program.
 >>
 >> _______________________________________________
 >> Tinyos-help mailing list
 >> [email protected]
>> https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
 >>
 >
 >
 >
 > --
 > Sougata Sen
 > Bangalore



----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.


_______________________________________________
Tinyos-help mailing list
[email protected]
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help


------------------------------------------------------------------------
Ahhh...imagining that irresistible "new car" smell?
Check out new cars at Yahoo! Autos. <http://us.rd.yahoo.com/evt=48245/*http://autos.yahoo.com/new_cars.html;_ylc=X3oDMTE1YW1jcXJ2BF9TAzk3MTA3MDc2BHNlYwNtYWlsdGFncwRzbGsDbmV3LWNhcnM->


------------------------------------------------------------------------

_______________________________________________
Tinyos-help mailing list
[email protected]
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
_______________________________________________
Tinyos-help mailing list
[email protected]
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to