Post Go back to editing

ADALM-PHASER CN0566 Python Calibration

Thread Summary

The user encountered issues with the phase sweep plot not matching the desired plot from the CN0566 Calibration page while running the phaser_examples.py script. The problem was resolved by ensuring the HB100 was correctly oriented. For similar issues, lowering the max VCO frequency in the config.py file and using a USB C power supply rated at 3.5A or 4.0A are recommended.
AI Generated Content
Category: Hardware

When attempting to run the phaser_examples.py cal file, I am unable to get a phase sweep plot that matches the desired plot from the CN0566 Calibration page on the wiki as apart of lab 1. 


the phase sweep plot obtained after calibration

the final result using phaser_gui.py


the phaser is directly inline with the hb100, verfied by laser level.

Parents Reply
  • Ah ok!  It's always the last thing you check!  Glad it got worked out.  For anyone else struggling with an issue like this, the next two things I would have suggested to check are:

    1.  Lower the max VCO frequency.  Your HB100 was at 10.42GHz, so that plus the IF freq (normally 2.2 GHz) gives a max VCO freq of 12.62 GHz.  This is on the upper end of what the HMC735 can do (it is only guaranteed for operation between 10.5 and 12.2 GHz).  You can change the 2.2G to something like 1.9 G in the config.py file here:  https://github.com/analogdevicesinc/pyadi-iio/blob/master/examples/phaser/config.py

    2.  The last thing to check is the USB C power supply.  With everything powered up, we pull nearly 15W for the Phaser kit.  That is taxing for most USBC power supplies.  You really need one that is rated at 3.5A or 4.0A.  Otherwise, the 5V rail will droop, and that can manifest in a bunch of different problems.  Our favorite supply (and the one that now ships with all new Phaser kits) is the CanaKit Raspberry Pi 4 USB C supply.  It is rated at 3.5A, and it has always worked flawlessly.  The official Raspberry Pi USB C supply also works well.  But when something super weird is happening, and you can't figure out what it could be, it doesn't hurt to try a new USB C supply.    

Children
No Data