Posts by Ibrar Ayyub:
Line following Robotic Vehicle using Microcontroller
Posted on: 25 Dec 2022
The project is designed to develop a robotic vehicle that follows a specific path. This project uses a microcontroller of 8051 family for its operation. A pair of photo sensors comprising IR transmitter and photo diode is interfaced to the controller to detect the specified path for its movement. Line follower robot is a useful […]
PIC 16F88 Microcontroller PIC based Tengu
Posted on: 24 Dec 2022
Tengu derives its name from a mythical Japanese creature known for getting into mischief. Our Tengu, however is more earthly in nature. It responds to voice and sounds and takes on different facial features depending on the intensity of the sound. If no sound is heard for some time, it changes from a happy face to a sad […]
LM386 based stereo audio amplifier with digital volume control using PIC18F2550
Posted on: 24 Dec 2022
Due to its simplicity (requires minimum external components) and high availability, LM386 is very popular among hobbyists for use in low-voltage audio amplification applications. Most of the time a potentiometer is used at the input side of LM386 to provide a volume control in the output speaker. The potentiometer does not control the gain of the […]
Microchip PIC Serial Port Programmer
Posted on: 23 Dec 2022
About the Programmer This is a Simple com port based Microchip PIC microcontroller Programmer,This Programmer is based on JDM programmer.The entire programmer is built around commonly available components Features Does not support the usb to serial converter. Works with most of PIC mcu. Works with 18F2550 and other 18F series mcu. Connections to the Target MCU […]
How to Build your Own USB PIC Programmer?
Posted on: 23 Dec 2022
This DIY PIC programmer is a continuation of our PIC programming basics tutorial. By using this USB PIC programmer, you can program microchip PIC series of 10F, 12F, 16F, 18F, 24F, 30F. This is also an EEPROM programmer as it supports 12Cxx EEPROM. The main component of this PIC microcontroller programming circuit is a PIC182550 […]
PIC Microcontrollers By Lucio Di Jasio E-Book
Posted on: 22 Dec 2022
Book Introduction: The Newnes Know It All Series takes the best of what our authors have written over the past few years and creates a one-stop reference for engineers involved in markets from communications to embedded systems and everywhere in between. PIC design and development a natural fit for this reference series as it is […]
Serial Controlled RGB LED PWM Driver PIC12F629 based PWM controller for RGB LEDs
Posted on: 22 Dec 2022
Description If you want to build your own multiple RGB LED display that you can control from either a PC or a dedicated controller then this project will let you do just that. The project on this page came about when while I was developing a more complex intelligent driver. During that work I put […]
[Simple] Generating Pulse Width Modulation using PIC Microcontroller – Mikro C & Proteus Simulation
Posted on: 21 Dec 2022
How to generate Pulse Width Modulation (PWM) using PIC microcontroller? This is going to be a continuation of our microcontroller online tutorial series. This article covers the detailed explanation and simulation of PWM generation using PIC16F877A microcontroller.What is a Pulse Width Modulator? A PWM has series of pulses with variable pulse width. We have used Mikro C […]
PWM DC Motor Speed Controller Circuit Using PIC16F877A Microcontroller
Posted on: 21 Dec 2022
In our last PIC online tutorial we have covered PWM generation using PIC Microcontroller. As I told earlier PWM has wide application in electronics and robotics engineering.In this article I’m gonna show you one of the important applications of PWM in Robotics, it is called Pulse Width Modulation motor speed control. The method of generation […]
DC Motor Interfacing With PIC Microcontroller Using L293 Motor Driver IC
Posted on: 20 Dec 2022
L293d is an H Bridge bidirectional motor driver IC used to interface DC motor and stepper motors to Microcontrollers. CircuitsGallery.com already discussed about the working principle of L293 IC with an example of bidirectional motor driver circuit.It is very easy to make a DC motor control using microcontroller. In this article I’m gonna show you […]