Is a quartz crystal and capacitors necessary to run ATmega 328P on a breadboard?

I would like to run my applications on an ATmega 328P (which is more economical compared to buying a Nano or Uno each time).
Do I need to always use a quartz crystal and two capacitors (since, from what I understand, this setup is needed to program it) for it to function on a breadboard, or is simply powering it with 5V sufficient?
Thank you in advance for your answers. Camila
Solution
The crystal just helps you when you want to use other functions in the MCU that exceeds the normal internal clock. So it depends on your application and the firmware written. But generally it will still work nevertheless.
Was this page helpful?