Rishabhrkaushik/dcMotorPIDControl: Closed Loop Control For ... - GitHub

Skip to content Dismiss alert {{ message }} / dcMotorPIDControl Public
  • Notifications You must be signed in to change notification settings
  • Fork 1
  • Star 2

Closed loop control for speed of DC motor. Arduino and Processing

License

MIT license 2 stars 1 fork Branches Tags Activity Star Notifications You must be signed in to change notification settings
  • Code
  • Issues 1
  • Pull requests
  • Actions
  • Projects
  • Security

    Uh oh!

    There was an error while loading. Please reload this page.

  • Insights
Additional navigation options rishabhrkaushik/dcMotorPIDControl  masterBranchesTagsGo to fileCode

Folders and files

NameNameLast commit messageLast commit date

Latest commit

 

History

14 Commits
Arduino SketchArduino Sketch  
AssemblyAssembly  
GUIGUI  
LICENSELICENSE  
README.mdREADME.md  
View all files

Repository files navigation

  • README
  • MIT license
dcMotorPIDControl

Closed loop control for speed of DC motor. Arduino and Processing

Closed loop control system for controlling speed of DC motor. Motor is controlled by Arduino which sends PWM signal to Motor driver. Motor driver in turn drives motor. On the shaft of motor a wheel is attached over which a magnet is pasted. Over the assembly a hall effect sensor is mounted which produces an external interrupt whenever the magnet crosses below it. This interrupt signal is used by arduino to calculate current speed of motor and recalculate required PWM value. Arduino communicates via UART with PC ie reading desired speed, new constants values etc and printing all values on serial for debugging and graphing purposes.

The front end GUI is written in Processing which reads serial and plots the graph of speed and PWM value. It also has panel to send new values to arduino. It also stores the readings in a CSV file to plot later.

About

Closed loop control for speed of DC motor. Arduino and Processing

Resources

Readme

License

MIT license

Uh oh!

There was an error while loading. Please reload this page.

Activity

Stars

2 stars

Watchers

1 watching

Forks

1 fork Report repository

Releases

No releases published

Packages

No packages published

Languages

  • Processing 71.3%
  • Other 28.7%
You can’t perform that action at this time.

Tag » Arduino Dc Motor Closed Loop Speed Control