Microcontroller based FM transmitter

Thread Starter

Xkyve

Joined Nov 30, 2012
32
I'm trying to build a microcontroller based FM transmitter which can change frequencies on the fly (88 - 108 Mhz) and is able to transmit 20-30 meters to cover my house. I know I can do this with analog c0mponents only, but I want to build it using a micro for educational purposes.

Basically the microcontroller will sample an audio signal or will receive that audio signal through Bluetooth and will output a signal to the RF frontend for FM transmission.

I have basic knowledge of electronics but I'm new to the RF domain. Could you guide me to build the RF frontend? I imagine I need a configurable oscillator that is able to communicate with the microcontroller to set the carrier frequency and modulate a signal received from the microcontroller (through DAC?) Can you recommend me any components or do you have links to similar projects?

P.S.: I've seen this can be done with a Rasberry Pi, but I wish to use a simpler microcontroller, perhaps an NXP LPC13xx or LPC17xx.

Thank you
 

Thread Starter

Xkyve

Joined Nov 30, 2012
32
Ok, so a programmable PLL or oscillator should do the trick (any more links are welcome). What about the output stage? Could I wire the antenna directly to the output pin of the oscillator which gives the clock? What methods are there to amplify the signal at the output of the oscillator? What would be the ideal antenna length?

Later edit:
I found this device:
http://www.farnell.com/datasheets/273003.pdf
It says it can be programmed, but I can't figure out how.
 
Last edited:

bertus

Joined Apr 5, 2008
22,278
Hello,

It looks like the CSX series are one time programmable.
The frequency should be given at the order.

The silabs chip can give the frequency given by I2C commands.

Bertus
 

Thread Starter

Xkyve

Joined Nov 30, 2012
32
Can you give me some alternatives to Si570? I'm having trouble finding a supplier for Europe. My main suppliers are farnell.com and tme.eu
 

Thread Starter

Xkyve

Joined Nov 30, 2012
32
Hello,

Here I found a UK based webshop that sells the Si571:
http://www.sdr-kits.net/Webshop/products.php?55

Bertus
Thanks for the link.
Wow, that component is really expensive :)
Maybe I will try a microcontroller with a high speed clock generator to try and build something like the PiFm for the Raspberry Pi.

Later edit:
I'll leave here a message just in case anyone has the same goal as me.
I found some Si4713 chips at farnell and I will use those.
 
Last edited:
Top