From the Hackaday blog:
Ice, Ice, Radio Uses FPGA
Building a software defined radio (SDR) involves many trades offs. But one of the most fundamental is should you use an FPGA or a CPU to do the processing. Of course, if you are piping data to a PC, the answer is probably a CPU. But if you are doing the whole system, it is a vexing choice.
The FPGA can handle lots of data all at one time but is somewhat more difficult to develop and modify. CPUs using software are flexible–especially for coding user interfaces, networking connections, and the like) but don’t always have enough horsepower to cope with signal processing tasks (and, yes, it depends on the CPU).
[Eric Brombaugh] sidestepped that trade off. He used a board with both an ARM processor and an ICE FPGA at the heart of his SDR design. He uses three custom boards: one is the CPU/FPGA board, another is a 10-bit converter that can sample at 40 MSPS (sufficient to decode to 20 MHz), and an I2S DAC to produce audio. Each board has its own page linked from the main project.Z
The iceRadio project page has additional details:
- RXADC Board – 40MSPS 10-bit ADC for capturing HF-band RF signals.
- STM32F303 and ice5 Board – MCU and FPGA which implement the digital receiver.
- I2S DAC PMOD – Used for stereo audio output of demodulated signals.
Design files and source code are available on GitHub:
Discussions
Become a Hackaday.io Member
Create an account to leave a comment. Already have an account? Log In.