You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-5Lines changed: 11 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -55,13 +55,16 @@ Possible capture examples:
55
55
## Costs
56
56
57
57
58
+
> [!TIP]
59
+
> You can support the development and production of the MISRC platform [here](https://github.com/Stefan-Olt/MISRC/wiki/Donations).
60
+
58
61
- PCB: 20-30USD
59
62
60
63
- Parts 100-150USD
61
64
62
65
- Single unit total production cost is currently 260-300USD.
63
66
64
-
-[Order a V1.5 Development MISRC](https://www.pcbway.com/project/shareproject/MISRC_Multi_Input_Simultaneous_Raw_RF_Capture_Rev_1_0_998c1a4f.html)
67
+
-[Order a V1.5 Development MISRC](https://github.com/Stefan-Olt/MISRC/wiki/Fabrication)
65
68
66
69
67
70
## Hardware
@@ -287,11 +290,15 @@ Example RAW:
287
290
288
291
Example with FLAC compression:
289
292
290
-
misrc_capture -f -a video_rf.flac -b hifi_rf.flac
293
+
misrc_capture -p -f -a video_rf.flac -b hifi_rf.flac
294
+
295
+
Example with AUX pins capture ([PCM1802 audio example](https://github.com/Stefan-Olt/MISRC/wiki/PCM-Extract))
296
+
297
+
misrc_capture -p -f -a video_rf.flac -b hifi_rf.flac -x pcm1802.bin
291
298
292
299
You can also define its directory path of each RF stream manually:
293
300
294
-
misrc_capture -f -a /mnt/my_video_storrage/video_rf.flac -b ../../this/is/a/relative/path/hifi_rf.flac
301
+
misrc_capture -p -f -a /mnt/my_video_storrage/video_rf.flac -b ../../this/is/a/relative/path/hifi_rf.flac
295
302
296
303
Press <kbd>Ctrl</kbd>+<kbd>C</kbd> to copy and <kbd>Ctrl</kbd>+<kbd>P</kbd> to past your config from a notepad or txt file.
297
304
@@ -338,11 +345,10 @@ MISRC is loosely based on the [Domesday Duplicator (DdD)](https://github.com/sim
338
345
339
346
It is built around the AD9235 analogue to digital converter by Analog Devices and is heavily based on the evaluation board circuit given in its datasheet with the AD8138 Op-Amp providing adjustable fixed gain.
340
347
341
-
342
348
The MISRC like the DdD it originally used the [Cypress FX3 SuperSpeed Explorer board](https://www.infineon.com/cms/en/product/evaluation-boards/cyusb3kit-003/) for a USB 3.0 data connection, and using Sigronk for capture, with hopes to not use the DE0 FPGA, this ended with the adoption of the Tang Nano 20k and MS2130 "data over YUV" method being used.
343
349
344
350
345
351
## License
346
352
347
353
348
-
You can read the [License here](https://github.com/Stefan-Olt/MISRC/wiki/Licence).
354
+
You can read the [License here](https://github.com/Stefan-Olt/MISRC/wiki/Licences).
0 commit comments