boomerlen / arduino-vidor-dsp

Experiments on implementing some basic DSP algorithms on the Arduino MKR Vidor
0 stars 0 forks source link

Arduino Vidor project #1

Open boomerlen opened 8 months ago

boomerlen commented 8 months ago

Core issue for project.

Core specifications:

  1. Standardise communication method with Vidor FPGA through the Ardunio Vidor USB connection.
  2. Implement PCIe communication (included with the board) to a host machine
  3. Implement some DSP algorithm suite in HDL. Ideally use both an IP block and own implementation of common algorithm. FFT is tempting.
  4. Bonus: Implement wifi connection and basic server (may be best accomplished with a combination of the onboard MCU and FPGA) to apply DSP algorithms as a service.

Challenging! Longer-term project.

boomerlen commented 8 months ago

Giving above points issues:

boomerlen commented 8 months ago

May want to explore i2c expansion using this board. Contains a cable header etc that could be interesting to use