The user asked how to set up and use the temperature sensor on the AD9361. The final answer indicates the question was resolved offline or with a multi-part answer. Key points: the AuxADC should be disabled for temperature measurements, and measurements can be triggered manually via SPI or set to periodic readings using a timer. The temperature is calculated from the register 0x00E value using the equation: Temperature Word = 1.1 * Temperature + K, where K is a constant offset.
AI Generated Content
How do I setup and use the temperature sensor? How do I tell it to take a measurement?