Skip to content

Commit 4bee612

Browse files
authored
Update README.md
Links, command args
1 parent 5f32a87 commit 4bee612

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

README.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,16 @@ Possible capture examples:
5555
## Costs
5656

5757

58+
> [!TIP]
59+
> You can support the development and production of the MISRC platform [here](https://github.com/Stefan-Olt/MISRC/wiki/Donations).
60+
5861
- PCB: 20-30USD
5962

6063
- Parts 100-150USD
6164

6265
- Single unit total production cost is currently 260-300USD.
6366

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)
6568

6669

6770
## Hardware
@@ -287,11 +290,15 @@ Example RAW:
287290

288291
Example with FLAC compression:
289292

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
291298

292299
You can also define its directory path of each RF stream manually:
293300

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
295302

296303
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.
297304

@@ -338,11 +345,10 @@ MISRC is loosely based on the [Domesday Duplicator (DdD)](https://github.com/sim
338345

339346
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.
340347

341-
342348
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.
343349

344350

345351
## License
346352

347353

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

Comments
 (0)