Skip to content

This is my PWM car project with STM32F4 and L298 motor controller .

Notifications You must be signed in to change notification settings

jiahonglin/PWM_Car_Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

#PWM_Car_Project

#Developer's Note

  • 2013/09/17 Implement Go() function

  • 2013/09/12 Finish 3 basic functions to control ONE motor

    • Go forward
    • Go backward
    • Stop the car

#Pin connection of STM32 and L298

  STM32           L298         Note
  
   3V              ENA         Always enable motor A
   
   3V              ENB         Always enable motor B
   
   PD6             in1         in1 control forward rotation
   
   PD8             in2         in2 control backward rotation  
   
   PD10            in3         in3 control forward rotation
   
   PD11            in4         in4 control backward rotation  
   
   GND             GND         common ground

#Reference

About

This is my PWM car project with STM32F4 and L298 motor controller .

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published