init commit

This commit is contained in:
Ayzen
2026-03-05 14:42:33 +03:00
commit fd4618b20d
964 changed files with 325114 additions and 0 deletions
+114
View File
@@ -0,0 +1,114 @@
{
"radar": {
"model": "librevna",
"serial": "",
"driver_mode": "mock",
"mock_signal_hz": 5000000.0,
"sweep": {
"start_hz": 1000000.0,
"stop_hz": 6000000000.0,
"points": 201,
"if_bandwidth_hz": 50000.0,
"stimulus_power_dbm": -10.0
}
},
"switches": {
"port1": {
"name": "port1",
"driver_mode": "mock",
"driver": "h7992",
"radar_port": 1,
"positions": 4,
"default_position": 0,
"gpio_chip": "/dev/gpiochip0",
"pin_a": 17,
"pin_b": 27,
"invert_logic": false
},
"port2": {
"name": "port2",
"driver_mode": "mock",
"driver": "hmc349a",
"radar_port": 2,
"positions": 2,
"default_position": 0,
"gpio_chip": "/dev/gpiochip0",
"pin_a": 22,
"pin_b": -1,
"invert_logic": false
}
},
"run": {
"settling_ms": 0,
"idle_sleep_ms": 2,
"continuous": true,
"processing_live_config_path": "python_app/runtime/processing_live.json",
"combos": [
{
"input": 0,
"output": 0
},
{
"input": 1,
"output": 0
},
{
"input": 0,
"output": 1
},
{
"input": 1,
"output": 1
},
{
"input": 0,
"output": 2
},
{
"input": 1,
"output": 2
},
{
"input": 0,
"output": 3
},
{
"input": 1,
"output": 3
}
]
},
"preprocess": {
"calibration_set": "smoke_cal",
"reference_set": "smoke_ref",
"calibration_bundle_path": "/home/europa/Documents/radar_system/python_app/runtime/calibration_bundle.bin",
"reference_bundle_path": "/home/europa/Documents/radar_system/python_app/runtime/reference_bundle.bin"
},
"rings": {
"raw": {
"name": "/radar_raw_smoke_1703912_791574940686872",
"capacity": 32,
"slot_size_bytes": 2097152
},
"raw_tap": {
"name": "/radar_raw_tap_smoke_1703912_791574940693657",
"capacity": 32,
"slot_size_bytes": 2097152
},
"preprocessed": {
"name": "/radar_preprocessed_smoke_1703912_791574940694423",
"capacity": 32,
"slot_size_bytes": 2097152
},
"preprocessed_tap": {
"name": "/radar_preprocessed_tap_smoke_1703912_791574940694970",
"capacity": 32,
"slot_size_bytes": 2097152
},
"results": {
"name": "/radar_results_smoke_1703912_791574940696951",
"capacity": 32,
"slot_size_bytes": 2097152
}
}
}