Projects

Interfacing Ultrasonic Sensor HC SR04 using PIC Microcontroller

Interfacing Ultrasonic Sensor HC-SR04 with PIC Microcontroller

For any project to come alive, we need to use sensors. Sensors acts as the eyes and ears for all embedded application, it helps the digital Microcontroller to understand what is actually happening in this real Analog world. In this tutorial we will be learning how to Interface Ultrasonic Sensor HC-SR04 with PIC microcontroller. The HC-SR04 is […]

Interfacing GPS Module using PIC Microcontroller

Interfacing GPS Module with PIC Microcontroller

GPS is the short-form of Global Positioning System. It is a system which provide accurate Altitude, Latitude, Longitude, UTC time and many more information, which are taken from 2, 3, 4 or more satellite. To read data from GPS, we need some Microcontroller and we already interfaced GPS with Arduino and with Raspberry Pi. We have selected G7020 GPS […]

Interfacing PIR Sensor with PIC Microcontroller

Interfacing PIR Sensor with PIC Microcontroller

Today we are simple going to interface PIR with PIC Microcontroller PIC16F877A. In this circuit if some moving objects comes in the range of PIR sensor, the buzzer will start beeping. Material Required PicKit 3 PIR Sensor. PIC16F877A IC 40 – Pin IC holder Perf board 20 MHz Crystal OSC Female and Male Bergstick pins 33pf Capacitor […]

Digital Thermometer using a PIC Microcontroller

Digital Thermometer using a PIC Microcontroller and DS18B20

Generally, the LM35 temperature sensor is used with microcontrollers to measure the temperature because it is cheap and easily available. But LM35 gives analog values and we need to convert them into digital using ADC (Analog to Digital Converter). But today we are using DS18B20 temperature sensor in which we don’t need an ADC conversion to get […]

Interfacing Joystick with PIC Micro controller

Interfacing Joystick with PIC Microcontroller

Input devices play a vital role in any electronics projects. These input device help the user to interact with the digital world. An input device can be as simple as a push button or as complicated as a touch screen; it varies based on the requirement of the project. In this tutorial we are going […]

virtual serial port driver

Implementing serial communication in embedded systems

Serial communication was once the most widely used method of transferring data between computers. Many computing devices that you have used over time employ serial communication. Some of the terms associated with this type of data transfer are FTDI chip, COM interface, the RS232 protocol, and serial port. Serial communication refers to data that is […]

Digital Thermometer using LM35 and PIC microcontroller

Digital Thermometer using LM35 and PIC Microcontroller

In this tutorial, we are making a Digital Thermometer using PIC microcontroller and LM35 Temperature Sensor. In this project, we will sense the temperature using LM35 and display it on 16×2 LCD. LM35 Temperature Sensor is accurate and cheaper and doesn’t require any external calibration. The output voltage is proportional to Celsius temperature scale and changes by 10mV […]

Interfacing RTC Module with PIC micro controller Showing Time and Date

Interfacing RTC Module (DS3231) with PIC Microcontroller: Digital Clock

Almost all embedded devices are designed to interact with the real world. They act as a bridge to communicate between the digital world and the real world. To make this process easier and efficient, the digital world would sometimes need to keep track of the time of and date of the real world. This way […]

4x4 Matrix Keypad Interfacing using PIC Microcontroller

4×4 Matrix Keypad Interfacing with PIC Microcontroller

Keypads are widely used input devices being used in various electronics and embedded projects. They are used to take inputs in the form of numbers and alphabets, and feed the same into system for further processing. In this tutorial we are going to interface a 4×4 matrix keypad with PIC16F877A. Before going into the detail logic and learn […]

PIC to PIC Communication using RF Module with Pic microcontroller

PIC to PIC Communication using RF Module

Hello everyone, Today in this project, we will interface RF Receiver and Transmitter module with PIC Microcontroller and communicate between two different pic microcontrollers wirelessly. In this project we will do following things:- We will use PIC16F877A for the Transmitter and PIC18F4520 for the Receiver section. We will interface Keypad and LCD with PIC microcontroller. On the transmitter side, we […]