Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/davis-software/osci-pi

Basic DMA implemenation for the Raspberry Pi 3 and the AD9226 ADC
https://github.com/davis-software/osci-pi

Last synced: 27 days ago
JSON representation

Basic DMA implemenation for the Raspberry Pi 3 and the AD9226 ADC

Awesome Lists containing this project

README

        

#### Simple DMA Implementation on Raspberry Pi 3

> Requirements:
> - PiGPIO

##### Compile:
```sh
$ gcc -o dma rpi_adc_dma.c -lpigpio
```

or for the jf version:
```sh
$ gcc -o dma jfp_rpi_adc_dma.c -lpigpio -lm
```

##### Run:
```sh
$ sudo ./dma
```

or for the jf version:
```sh
$ sudo ./dma []
```
* The sample rate is in Samples per second
* The capture time is in milliseconds