Electronic – How much will a switching regulator influence the RF transmission

avrmicrocontrollerRFvoltage-regulator

Making a project using an ATMega328p and an RFM69W 433mhz radio module. I want to run the AVR at 3.3v to make interfacing with the RFM69W (which runs at 3.3v) possible without bidirectional logic level translation. My project has 8 buttons and a PS2-style analog stick. I'm considering using a switching boost converter to supply a steady 3.3v even as my coin cell batteries fade.

I know that the noise from switching regulators can negatively impact things such as radio transmission and reception. A linear regulator is obviously an option, but the quiescent current is typically much higher and the efficiency much lower for these.

Is the interference from these switching regulators noticeable? I don't need a lot of output current, and was planning on sticking to a smaller regulator – for example, the TPS61221 –
http://www.ti.com/product/tps61221/technicaldocuments?HQS=TI-null-null-octopart-df-pf-null-wwe

Best Answer

Assuming you do a halfway decent PCB layout, following the layout recommendations in the DC-DC converter datasheet, and use a ground plane to avoid nasty loops, you should be fine. Make sure you follow all the decoupling recommendations for the radio module.

Also pay attention to the switching frequency of your DC-DC converter (fsw) as compared with the frequency f0 and bandwidth BW of your RF signal. You will most likely see noise spikes at f0 +/- fsw. If the BW of you signal is wide enough that those spike occur within your signal, you may have increased risk of interference.

Unfortunately, there's just no way to calculate these things. My experience is that you will probably be ok, but there's no way to say for sure other than trying it out.


Also - From the datasheet linked, section 3.1:

"...to ensure a correct operation of the built-in voltage regulators"

As implied by the above quote, it's possible that the radio module already uses linear regulators on the most sensitive parts of its circuitry, which would help you out a lot.