markondej / fm_transmitter

Raspberry Pi as FM transmitter
1.32k stars 292 forks source link

Frequency range? #158

Open justfeel1338 opened 2 years ago

justfeel1338 commented 2 years ago

Hello. I have a question, is it possible to implement broadcasting on several frequencies at the same time?

markondej commented 2 years ago

In theory, assuming cruccial source code modifications, its possible to use PCM as DREQ source for DMA engine, so it may be possible to broadcast on two frequencies simultaneously as there are two general purpose clock sources on RPi. But this is theory, requiring rewriting transmitter core.