Does any one know the best form of changing mote transmission power during simulation? Cooja is a wireless sensor network simulator based on Contiki (http://www.contiki-os.org/start.html).
Hi Edielson
I believe the default transmission power of tmote sky in cooja is the
maximum available radio output power level which is 31. In any case you can
control transmission power level according to your needs using the function
call cc2420_set_txpower(desired_power_level), where desired_power_level
could be any of the following values (in the increasing order of intensity):
3, 7, 11, 15, 19, 23, 27, 31
Best Regards
Hi, Again Edielson
(Note: If you just want to increase the transmission range of ALL nodes,
you can do so in the Visualizer plugin, by activating the radio medium
skin, and right-clicking a node.)
The default output power COOJA simulates is whatever Contiki is
configured to use (which is by default the maximum: 0dB).
COOJA alters the transmission range of simulated nodes depending on the
configured tx power.
You can change Contiki's transmission power using:
--------
/**
* \param power Between 1 and 31.
*/
void cc2420_set_txpower(uint8_t power);
int cc2420_get_txpower(void);
#define CC2420_TXPOWER_MAX 31
#define CC2420_TXPOWER_MIN 0
This is useful if you want different nodes to have different range, but
do not want to use another simulated radio medium (more difficult to
configure).
:)
What are the the best link quality metrics for Wireless Sensor Networks and how they are related to the nodes transmission rate and link capacity?
25 November 2015 6,101 4 View
Hi Community, I'm facing the issue of integration/compiling a new routing protocol in a WSN simulator. The final goal is to successfully add, configure this routing protocol in hardware devices...
01 March 2021 9,332 6 View
Dear Researchers I am trying to perform a PIL simulation using STM32F4 Discovery board and comunication serial USB TO TTL. During simulation I receive the following timeout error: An error...
01 March 2021 2,327 1 View
Hello researchers, Hello Castalia3.2 researchers I am a beginner with Castalia, I work on optimization of RFID systems used in wireless body networks. I simulated a WBAN with 10 nodes and one...
28 February 2021 400 1 View
Does data from contact tracing help in establishing patterns of behavior and social interactions that lead to infections? There are cases here in the Philippines where patients have no travel...
25 February 2021 9,002 13 View
I am currently working on gene clustering based on co-expression pattern in mouse brain. The problem is I do not have some solid way to test my result. Are there any suggestions for databases...
22 February 2021 4,374 3 View
Hello great researchers, I am working on a wireless pressure monitoring project where sensing part is actually an LC resonance sensor and I am using a planar coil as a reader to get wireless...
11 February 2021 4,148 5 View
I am working on a landslide model...i need an optical sensor to determine the amount of pore pressure and other values..i am thinking of using a microbend sensor. Can anyone please provide me with...
11 February 2021 5,911 2 View
Hello, When using a Deep Belief network (DBN) for images classification, how could we choose the number of hidden layers (number of Restricted Boltzmann Machines) and nodes (RBM size) in a hidden...
09 February 2021 4,618 5 View
Am searching for a stand-alone permanently in-ground soil-moisture sensor with an installed GSM module, for outdoor use. The idea is for the sensor to send a moisture reading via a cellphone text...
04 February 2021 2,047 4 View
Hi there, I have a network where I have used different aggregation methods for its nodes. Now I want to see if these aggregation methods changed their ranking of importance and their importance...
28 January 2021 5,513 3 View