• Joined on 2025-09-18
ChTheo created repository ChTheo/RFG_stm32_ADC_STM32F429 2025-12-21 17:21:44 +03:00
ChTheo renamed repository from RFG_stm32_ADC to ChTheo/RFG_stm32_ADC_receiver_GUI 2025-12-21 17:21:14 +03:00
ChTheo created branch master in ChTheo/RFG_stm32_ADC_receiver_GUI 2025-12-21 17:20:03 +03:00
ChTheo pushed to master at ChTheo/RFG_stm32_ADC_receiver_GUI 2025-12-21 17:20:03 +03:00
657da0d285 implemented data inversion if sync_detector phifts its phase (detects negative values and inverts all raw data( * -1))
8bcb8bdc40 works fine. Save
885c0a0611 fixed lousy xaxes titles and digits on waterfalls
ab82071781 manually fixed pads and labels
b86d2c082e now all charts looks good. Next fix: increase space between charts to fix text labels overlaying.
Compare 10 commits »
ChTheo created repository ChTheo/RFG_stm32_ADC_receiver_GUI 2025-12-21 17:19:28 +03:00
ChTheo pushed to master at ChTheo/RFG_Receiver_GUI 2025-12-02 16:43:45 +03:00
696887b4c7 implemented averagignd and subtracting avg from B-scan. Control byBG_AVG_WINDOW_SEC = 5.0
be059bad2a implemented ignorance of incomplete datafiles. Now files with lower than 100 F0 -- points are rejected
8584349450 decreased window size. Now it fits small screen well
990fbbb26b decreased DEFAULT_FILE_POLL_INTERVAL_MS to 40 ms (was 80 ms). Because new file appears approx every 50 ms
0645b7d0c5 removed gaussian filter. Now result data is more noisy but object is visible!
Compare 14 commits »
ChTheo created branch master in ChTheo/RFG_PCB_PC_controller_supersimple 2025-11-25 21:30:27 +03:00
ChTheo pushed to master at ChTheo/RFG_PCB_PC_controller_supersimple 2025-11-25 21:30:27 +03:00
aba5c00051 works: setup generator_PCB, set params (temps, currents, PI coeffs) (switches PCB to constant current on lasers), set current sweep params (switches PCB to varying laser currents).
ChTheo created repository ChTheo/RFG_PCB_PC_controller_supersimple 2025-11-25 21:29:53 +03:00
ChTheo created branch interactive_via_commands_from_file in ChTheo/E502_ADC_BF_PC_companion 2025-11-18 11:59:21 +03:00
c33ad367f3 implemented cleanup of streams every 10 run. Now it works stable and fast. Next step -- adjust runs_since_streams_clean max value
f0f8e4e6e6 implemented BF mode switching
6b2beafc86 examples of cmd files. If it is provided via CLI arg -- it sets run mode
196c872093 implemented atomary writing to the output files (by creating tmp file and renaming it).
e4194a8afa now chart is saved before showing. Because showing may be long
Compare 10 commits »
ChTheo created branch master in ChTheo/RFG_Receiver_GUI 2025-11-13 18:01:01 +03:00
ChTheo pushed to master at ChTheo/RFG_Receiver_GUI 2025-11-13 18:01:01 +03:00
2a30e12551 .csv parser implemented but csv processing still not works
385fda93f9 init
ChTheo created repository ChTheo/RFG_Receiver_GUI 2025-11-13 17:59:49 +03:00
ChTheo pushed to master at ChTheo/RadioPhotonic_PCB_PC_software 2025-11-13 17:17:51 +03:00
809f19bea4 comments
ChTheo pushed to master at ChTheo/RadioPhotonic_PCB_PC_software 2025-10-30 19:41:37 +03:00
dceae9e958 implemented adjusting window size. Now it should fit on 1024x768 screens, such as installed on new radar contrapion. (via codex)
ChTheo pushed to master at ChTheo/RadioPhotonic_PCB_PC_software 2025-10-28 16:34:45 +03:00
86a97aaba2 git tree cleanup .venv directory
5abac34b58 implemented deploy executable. It installs venv, activates it, install dependencies: FreeSimpleGUI, PySerial
Compare 2 commits »
ChTheo pushed to master at ChTheo/RadioPhotonic_PCB_PC_software 2025-10-28 15:37:23 +03:00
c695ee2d0c changed path in venv activate from absolute to generated relative
ChTheo created branch master in ChTheo/RadioPhotonic_PCB_PC_software 2025-10-22 18:16:02 +03:00
ChTheo pushed to master at ChTheo/RadioPhotonic_PCB_PC_software 2025-10-22 18:16:02 +03:00
aeb3d90aec completely working!
8b0c99ab96 fixed port issues on Linux systems. Now ttySx are ignored
f921bec1c3 initiated venv, installed FreeSimpleGUI and PySerial
434f9c0df3 init. Not working due to the malunction of PySimpleGUI lib