This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

reducing noise on ADC

Dear friends,
I am working with stm32f103RBT6 MCU. I have used AMS1117 3.3V regulator both for MCU VDD and also for the VDDA pin. due to noise from GPRS device I need a way to reduce this noise. ADC value is affected about 2% of input value when GPRS is sending or connecting to server.
I have a separate power switching regulator for GPRS and have used small signal capacitors as well as ferret beads.
I think I should isolate MCU by a DC/DC from power source or use a reference voltage IC for AVDD.
Is there any point other than these?

Parents
  • It's possible to get much, much better results with just a band-cap voltage reference and a bit of filtering. But even if you don't use a separate voltage reference you should manage much better than 2% since you do have a separate regulator for the radio module.

    Also remember that you need to keep an eye on the ground plane too.

Reply
  • It's possible to get much, much better results with just a band-cap voltage reference and a bit of filtering. But even if you don't use a separate voltage reference you should manage much better than 2% since you do have a separate regulator for the radio module.

    Also remember that you need to keep an eye on the ground plane too.

Children