Submitted by RakeshRon on Mon, 11/02/2015 - 14:25
PIC18F4550 based tutorial for Controlling the speed of stepper motor using inbuilt 10 bit Analog to Digital Converter module along with project details, requirements, schematics , source code and Project Files. The Project is compiled with XC8 compiler.
Submitted by RakeshRon on Thu, 02/06/2014 - 05:04
A Tutorial for interfacing Stepper Motor with pic18F4550 microcontroller. The Projects shows a simple stepper motor interface with two examples of source code, demonstrating various modes of stepper motor stepping along with detailed logic diagrams and circuitry. The project is posted with necessary schematic, description and project files for download.
Submitted by RakeshRon on Wed, 02/05/2014 - 18:18
Schematics for Driving a Stepper motor using PIC18F4550 Microcontroller and ULN2003. The source Code posted here is used to drive a single 5 wire bipolar stepper motor.
Submitted by RakeshRon on Wed, 02/05/2014 - 04:42
Collection of Stepper Motor Drivers and Controller, Projects and Tutorials with complete source code, circuit diagram, description and Schematics for beginners.
Submitted by RakeshRon on Mon, 01/06/2014 - 05:50
This project shows how to drive and control a Stepper Motor using a USB Interface. It is controlled via USB interface where small software running on the computer can control the stepping sequence of the stepper motor connected over USB. The stepping sequence and delay between the stepping sequence can be controlled easily with software. USB Stepper Motor Driver project is inexpensively easy to make and can be easily modified to run various types of stepper motor. The project is posted with necessary schematic, description and project files.
Submitted by Asterisk on Tue, 09/10/2013 - 18:39
Motor controller Driver Schematic in Eagle ( layout designer) . Find and download the the Schematic for single motor interface , DC motor.
Submitted by RakeshRon on Fri, 08/16/2013 - 01:06
L293D Motor Driver IC
L293D, is a Motor Driver IC which allows the motor to drive on either direction. L293D is a 16-pin IC which can control a set of two DC motors simultaneously in any direction. It means that you can control two DC motor with a single L293D IC.The l293d can drive small and quiet big motors as well, Check the Voltage Specification at the end of this page for more info along with a sample project and L293D IC Logic Description.
Submitted by RakeshRon on Sun, 11/04/2012 - 21:57
Controlling a DC motor from computer with USB Interface.
This a small project on controlling DC motor with USB pic18f4550 interface board with L293D motor controller for beginners. In robotics and controlling stuffs one of the most basic thing is to control your own applications like DC Motors , Stepper Motors , Servo (with pwm) etc etc,In this tutorial A small application [C#] is controlling pic18f4550 USB interface board with computer, enabling to control my board with keyboard to interface with L293D motor driver.