You can set the power of each transmitted packet by using the command cc2420Packet.setPower(value); before sending each packet. Or if you want to set it to a constant value for all packets then in you Makefile you can include the statement CFLAGS+= -DCC2420_DEF_RFPOWER = <value>. Note that using the command inside the program overrides the makefile command if used together.
> Hi guys, > I am working on a WSN project.Currently i encountered an > issue > regard transmission power. I would like to know how to set the base Tx > power (micaz) and Rx power cause i will to get a wide receiving range for > the base ?. Is there any default value for that? > > Can i program the base just to receive the information that is desire? > > > Pls Help me ... :( > > Thanks for ur time > > lance > > -- > This message has been scanned for viruses and > dangerous content by MailScanner, and is > believed to be clean. > > _______________________________________________ > Tinyos-help mailing list > [email protected] > https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
