Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

24VDC.....5A DC motor control

Status
Not open for further replies.

rikotech8

Member level 1
Joined
Apr 22, 2012
Messages
36
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Activity points
1,591
Hello. I have to design a simple DC controller. I am going to use PIC16F628's PWM peripheral. The code is the easiest part. I am the programmer. But when it comes to PCB design, I am not that rich. So till now two general questions comes up in my mind: What should be the PWM frequency? What should be the inductance of the choke (it depends on the frequency I guess)? May be some principal scheme would answer the most of my questions.
Thank u in advance!
 

I did the similar project with LCD displaying the percentage of speed (actually pwm signal's :) ). I did the project with Pic16f877a, but all will be same except for pic's part.
Here is all project files (PCB designs, schematics, Program file in PicCCS C )
I hope this will be informative for you.

View attachment Mesut Turk.rar
 
  • Like
Reactions: kiyana

    kiyana

    Points: 2
    Helpful Answer Positive Rating
PWM rate must be faster than commutation rate of the motor contact speed with Brushes but not too high that increases Eddy Current losses and not too low that causes audible noise. anything >20 kHz ought to be fine. I prefer twisted pair power wires to reduce inductive crosstalk noise and perhaps ferrite beads or better clamped ferrite shell around the pair, so you dont see any stray 1's and 0's to any input signals in your software. If you use 5kHz you can hear it on an AM radio. USe the lowest RdsON MOSFET's you can afford.
 
The pdf versions of the projects are here..
 

Attachments

  • dcmotor_speed_Control_layouts.rar
    118.3 KB · Views: 117

Thank you both for the valuable information!
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top