Post Go back to editing

adrv9002 monitor mode setting parameter

Thread Summary

The user is using the ADRV9002 in a custom device setup and wants to use monitor mode, but is concerned about the minimum detection and sleep times being 10ms. The final answer confirms that 10ms is the minimum timing in TES, but it can be set lower using the API with caution. The relevant API functions are adi_adrv9001_powerSavingAndMonitorMode_SystemPowerSavingAndMonitorMode_Configure and adi_adrv9001_powerSavingAndMonitorMode_SystemPowerSavingAndMonitorMode_Inspect.
AI Generated Content
Category: Software
Product Number: ADRV9002
Software Version: 26.0

Hi....

I'm currently using adrv9002 as custom in device setup. I want to use monitor mode, but I'm worried that it doesn't seem to support it except for dmr at the moment.

I was able to reset it to dmr and set detection time and sleep time in monitor mode.
However, it seems that detection time and sleep time cannot be set to less than 10 ms.

Is the dmr setting or later, the minimum detection time and sleep time in monitor mode 10ms correct? Is it possible to set it lower with api?

Thank you.

  • Hi JML09,

    We'll look into this for you.

    Kind Regards,
    Michał

  • Hi 

    Yes the monitor mode is available for the DMR profile. In TES the minimum time for detection and sleep timing is 10ms. It is possible to change the timing using API below 10ms but one has to be careful and considerate the time need for the configuration to store in the memory before device goes to sleep and time for retrieving the configuration during the detection time. Since this feature is under development we have kept the timing to 10ms. Please refer to the table (Table 88. Power-Down Modes and Related Power-Down Components) under the chapter 'POWER SAVING AND MONITOR MODE' for details regarding the power up timing. Please find the API for configuring power saving and monitor mode 

    adi_adrv9001_powerSavingAndMonitorMode_SystemPowerSavingAndMonitorMode_Configure

    adi_adrv9001_powerSavingAndMonitorMode_SystemPowerSavingAndMonitorMode_Inspect

    Regards

    Rahul