Hi, I am using the ardunio support package in MATLAB to generate pwm pulses, but when I checked the PWM pulses at arduino digital pin with DSO it is not showing the correct frequency as 4kHz instead it shows smth around 200Hz. Can anyone suggest?

3 views (last 30 days)
Is there is problem with support package or arduino, I am using arduino uno.

Accepted Answer

Arpita Agrawal
Arpita Agrawal on 23 Feb 2018
PWM frequency is not programmable in Arduino. Depending on which pin you are using to generate PWM the frequency may vary. Refer to Arduino documentation for more details: https://www.arduino.cc/reference/en/language/functions/analog-io/analogwrite/
-Arpita

More Answers (0)

Communities

More Answers in the  Power Electronics Control

Categories

Find more on Arduino Hardware in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!