This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Manual energy level scan

Other Parts Discussed in Thread: PMP

Hi,

I am currently using zStack 2.5.0, HOLD_AUTO_START and start the network manualy after some configuration work is done on the device over UART.

Now I want to scan all available channels for their energy level for diagnostic reasons (does the RF part work properly after manufacturing). Currently I am using NLME_EDScanRequest(MAX_CHANNELS_24GHZ, 0x0E) and extrect the needed information from ZDNwkMgr_ProcessEDScanConfirm.

Calling EDScanRequest(MAX_CHANNELS_24GHZ, 0x0E) when the network is already started generates a response and in ZDNwkMgr_ProcessEDScanConfirm pEDScanConfirm->energyDetectList is 0 for every field and pEDScanConfirm->status is 0xFC. I was not able to find the meaning of this error code, so I hope you can help me out.

Is there an other (better) way to do an energy level scan and is there a way to do an energy level scan before network start?

Thanks

Felix