# RedPitaya_LockInAmplifier **Repository Path**: kengcc/RedPitaya_LockInAmplifier ## Basic Information - **Project Name**: RedPitaya_LockInAmplifier - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-02-16 - **Last Updated**: 2022-02-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # RedPitaya Lock-In Amplifier **Discontinued - I'd recommend to use PyRPL instead, which can also act as a lock in amplifier** Lock in amplifier implementation running on the RedPitaya's FPGA To edit the project enter `source RedPitaya_LockInAmplifier.tcl` after navigating to the project folder in the Vivado TCL console To just use the lock in amplifier copy the file onto the RedPitaya's SD card and enter `cat "path"/LockIn.bit > /dev/xdevcfg` after connecting to your RedPitaya via SSH (`ssh root@yourIP`, password is "root"), where "path" is the location of LockIn.bit on your SD card Still in a really early stage, so there are timing issues and no GUI To change settings while running use the Red Pitaya's monitor tool after connecting to it via SSH The address for the input gain is `0x41220000`, the output gain `0x41210000`, the phase `0x41200000`, the frequency `0x41230000`, for the low pass filter frequency `0x41240000` and for the oscillation amplitude `0x41250000`