How to interface DC motor with PIC microcontroller?

How to interface DC motor with PIC microcontroller? How to interface DC motor with PIC microcontroller? DC motors are electrical devices that run on DC electricity. DC converts electrical energy into mechanical energy.  They are used in wide range of Read More …

Arduino Project: How to control the speed of DC motor?

DC motor speed control using Arduino

In this article we have described about Arduino Project: How to control the speed of DC motor? ABSTRACT For numerous applications, speed control of direct current (DC) motors is critical. Setting a speed DC motor as the driving equipment, in Read More …

How to Perform Packed BCD to ASCII Conversion?

conversion between ASCII and packed BCD

In computers, all the information is represented in 0s and 1s, binary pattern must assign letters and other symbols or characters. Standard representation of this pattern was established in 1960 who names as ASCII which is stands for American Standard Code for Information Interchange. The great advantage of this system

Serial Communication in PIC Microcontroller and Computer Systems

Introduction to serial communication How to perform serial communication on PIC microcontroller? There are two main types of communication: Serial Transfer and Parallel Transfer. In parallel transfer, a chunk of data is transmitted at a time. While in serial transfer, Read More …