TOP Contributors

  1. MIKROE (2656 codes)
  2. Alcides Ramos (354 codes)
  3. Shawon Shahryiar (307 codes)
  4. jm_palomino (112 codes)
  5. Chisanga Mumba (90 codes)
  6. S P (73 codes)
  7. dany (71 codes)
  8. MikroBUS.NET Team (35 codes)
  9. NART SCHINACKOW (34 codes)
  10. Armstrong Subero (27 codes)

Most Downloaded

  1. Timer Calculator (136888 times)
  2. FAT32 Library (70022 times)
  3. Network Ethernet Library (56002 times)
  4. USB Device Library (46308 times)
  5. Network WiFi Library (41934 times)
  6. FT800 Library (41209 times)
  7. GSM click (29017 times)
  8. PID Library (26432 times)
  9. mikroSDK (26399 times)
  10. microSD click (25386 times)
Libstock prefers package manager

Package Manager

We strongly encourage users to use Package manager for sharing their code on Libstock website, because it boosts your efficiency and leaves the end user with no room for error. [more info]

< Back
Project

Motor Direction Control using PWM for PIC18F46K22

Rating:

0

Author: Badhusha Arabusha

Last Updated: 2016-02-19

Package Version: 1.0.0.0

Category: Motor Control

Downloaded: 1241 times

Followed by: 2 users

License: MIT license  

In my Project i used to control the Direction of a DC motor (Clockwise/Anti-Clockwise) by the Pulse Width Modulation Technique. For doing this project the PIC Micro controller must have at least a single CCP Pin.

No Abuse Reported

Do you want to subscribe in order to receive notifications regarding "Motor Direction Control using PWM for PIC18F46K22" changes.

Do you want to unsubscribe in order to stop receiving notifications regarding "Motor Direction Control using PWM for PIC18F46K22" changes.

Do you want to report abuse regarding "Motor Direction Control using PWM for PIC18F46K22".

  • Information
  • Comments (0)
DOWNLOAD LINK RELATED COMPILER CONTAINS
mikroC PRO for PIC
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc

Project Blog

Blog currently doesn't exist!

ALSO FROM THIS AUTHOR

PIC based Flow Meter Proteus 8 Simulation

0

This is a Proteus 8 Simulation for Interfacing PIC MCU with Flow sensor.Please Note that the output of Flow sensor will be pulses. As we cannot find a Proteus Library for Flow sensor, we replaced that with a Pulse Source of some Frequency. If you can design a sweep generator circuit for Flow sensor output, it will be very nice.

[Learn More]

Water Flow Meter using PIC

0

A rotor inside the flow sensor rotates proportional to the quantity of water passing through it. for each rotation of the rotor a pulse is produced. Number of pulses for each second is calculated (i.e) frequency. the flow rate (L/min) can be obtained by dividing the frequency by 7.5.

[Learn More]

Digital Voltmeter using PIC18F46K22

0

This project may be helpful to measure the voltage in an electronic circuit.The Voltage Range can be altered by providing an external Resistive/stepdown circuit as the micro-controller cannot tolerate the higher voltage levels. The voltage can be read with higher level of precision and accuracy using float or double data types in the code.

[Learn More]