Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Wireless Sensor Network, TinyOS, and Micaz platform question

Status
Not open for further replies.

zeeshanzia84

Full Member level 3
Joined
May 29, 2006
Messages
166
Helped
35
Reputation
70
Reaction score
17
Trophy points
1,298
Location
Pakistan / Germany
Activity points
2,680
tinyos platform

Hi,

I am using the Crossbow Micaz motes in a Wireless Sensor Network project. My mote uses CC2420 as its transceiver.

I was wondering if it is possible to change the transmission frequency (channel) at runtime? i.e. while the program is running.

I know how to do this using the parameter DCC2420_DEF_CHANNEL in the Makefile...however, I am willing to know if this can also be done on the fly.

Thanks a whole lot in advance.
 

micaz

hi zeeshanzia84 ,

You can change the frequency of operation by changing the content of FSCTRL register. refer datasheet of CC2420 Pg.50 on how to change the frequency of operation. Please be minfull of local RF regulations.

With Regards
S.rajesh Kumar
 
atas platform on tinyos

I believe there is also a command in the TinyOS to do that while it is running.

This is the command definition:

Code:
command result_t TunePreset(uint8_t freq);

Its part of the RadioControl interface.

Hope it helps...
 

Re: Wireless Sensor Network, TinyOS, and Micaz platform ques

pls i urgently need assistance to how i can use TOSSIM TinyOS simulator to simulate and compare a number of deployment algorithms,pls i need assistsnce asap .
thankyou
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top