# detector **Repository Path**: sympny/detector ## Basic Information - **Project Name**: detector - **Description**: RF power detector board design files - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-09-26 - **Last Updated**: 2022-12-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 1 MHz - 10 GHz RF power detector with USB connection. Based on AD8319 power detector and LPC11U68 microcontroller. Hardware: hardware: KiCad files of the board. Firmware: lpc_chip_11u6x lpc_board_detector detector Compile with LPCXpresso IDE. Software: detector.py: Main code. ad8139cal.py: Voltage to dBm calibration table. scalar_vna.py: Scalar network analyzer using two power sensors, two directional couplers and VNA as a signal source. VNA code can be got from: https://github.com/Ttl/vna. analysis.py: Reflection tracking calibration and plotting the results of scalar network analyzer measurements.