Projects

speedometer and odometer circuit using PIC

Digital Speedometer and Odometer Circuit using PIC Microcontroller

Digital Speedometer and Odometer Circuit using PIC Microcontroller Measuring the speed/rpm of a Vehicle or a motor has always been a fascinating project for us to try. So, in this project we are going to build one using the Industrial ready PIC microcontrollers. We will use a piece of magnet and a Hall Sensor to […]

PIC EEPROM Project 1

How to Save Data using EEPROM in PIC16F877A Microcontroller

Saving Data using EEPROM in PIC16F877A In this tutorial we will learn how easy it is to save data using the EEPROM present in the PIC16F877A Microcontroller. In most real time projects we might have to save some data which should not be erased even when the power is turned off. This might sound like […]

PIC Interrupt Tutorials 1

How to Use Interrupts in PIC16F877A Microcontroller

How to Use Interrupts in PIC16F877A Microcontroller In this tutorial we will learn how to use an External Interrupt in PIC Microcontroller and why/where we will need them. This is a part of the sequence of PIC Tutorials in which we started learning PIC Microcontrollers from scratch; hence this tutorial assumes that you are familiar […]

GSM interfacing with PIC microcontroller receiving call

GSM module Interfacing with PIC Microcontroller – Make and Receive Calls

GSM Interfacing with PIC Microcontroller PIC16F877A – Make and Receive Calls GSM modules are fascinating to use especially when our project requires remote access. These modules could make all actions that our normal mobile phone could do, like making/receiving a call, sending/receiving a SMS, connecting to internet using GPRS etc. You can also connect a […]

obstacle avoiding robot using pic microcontroller 1

Obstacle Avoiding Robot using PIC Microcontroller

Obstacle Avoiding Robot using PIC Microcontroller Obstacle Avoider Robot is another famous robot which spices up embedded projects. For those who are new Obstacle avoider robot, it is just a normal wheeled robot which could navigate its way without hitting on any obstacles. There are many way to build a Obstacle avoider robot in project […]

Line Follower Robot using PIC Microcontroller

Line Follower Robot using PIC Microcontroller

A Line Follower Robot is a simple yet fascinating robot for most students/hobbyists to build. In this tutorial we will learn How a Line Follower Robot Works and how we can build one using the PIC Microcontroller PIC16F877A. PIC16F877A is a 40-pin Multipurpose MCU from Microchip, we have used this IC in our complete PIC […]

9408151ba44d7dc769d0de59fcb25b06

PROJECT FINAL WRITE-UP

Our efforts in this project were to create a version of a Microchip mid-range PIC microcontroller in verilog to run on an Altera DE2 board.  It was primarily planned to create a machine that would follow a set of pre-determined instructions and perform computation, interpretation, and control of input and output ports.  In order to […]

A Alarm Clock

A PIC16F84A Alarm Clock

Here is a simple PIC16F84A alarm clock. This page summarizes this discussion (in french) in my forum, where Samir (aka numerique1) requested for help to build a weekly alarm clock for his school. Many thanks to him for his tests and patience. This clock counts seconds, minutes, hours and day of the week. Time is […]

F84 Programmer

Programmer using PIC16F84 microcontroller

Build a low-cost and very simple serial programmer for a PIC16F84 Microchip Flash Microcontroller. Below picture is my personal writer for F84 chip, it works very nice with Nigel WPicProg V1.20. Introduction I finally found a very nice universal window based software designed to work with any serial programmers for PIC16F84, i.e., WPicProg16 V1.20, written […]

Garage car detector without a microcontroller Schematic

Garage car detector without a microcontroller

At the end of this instructable you will be able to detect your car as it approaches the wall inside your garage, signalling you that the car is inside far enough so you can close the door. Most car sensors will use a microprocessor to help calculate the distance of an approaching car when entering […]