Previously shared CCS C sample application circuit code archive (C and Hex Isis) is a large archive with all source codes and proteus simulation circuits such as CCS C projects shared in the font…. Electronics Projects, CCS C Applications Proteus Simlations “microchip projects, microcontroller projects, pic16f876 projects, pic16f877 projects, pic18f2550 projects, pwm circuits, “ Previously shared CCS C sample […]
Projects
4 PLAYER PONG GAME PIC18F4550
The PIC18f4550 microprocessor based pong game PIC18f4550 The first player to reach 20 points in the Pong Game wins the fireworks animation with leds. The PIC18f4550 works at 8MHz, the display is made up…Electronics Projects, 4 Player Pong Game PIC18f4550 “microchip projects, microcontroller projects, “ The PIC18f4550 microprocessor based pong game PIC18f4550 The first player to reach 20 points in the Pong […]
Digital Ammeter Circuit using PIC Microcontroller and ACS712
Measuring the voltage and current will always be helpful while making or debugging any electrical system. In this project we are going to make our own Digital Ammeter using PIC16F877A Microcontroller and current sensor ACS712-5A. This project can measure both AC and DC current with a range of 0-30A with an accuracy of 0.3A. With few […]
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 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
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 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 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 […]
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
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 […]