[Tinyos-help] CC2420Control issue

2006-10-27 Thread André Egners
Hi. My little problem is about wiring the CC2420Control stuff. The program should do multiphop, therefore I want to be able to alter the radio strength which is done through CC2420Control (I'm using the Teleob mote). Is the wiring the right one? LedDronesM.CC2420Control -

Re: [Tinyos-help] CC2420Control issue

2006-10-27 Thread André Egners
Hi. my .nc file looks like this: - configuration LedDrones { } implementation { components Main, TimerC, LedDronesM, LedsC, RandomLFSR, GenericComm as Comm, CC2420RadioC; Main.StdControl - TimerC.StdControl;