Proteus Archives - electroSome https://electrosome.com/tag/proteus/ You Inspire.....We Create..... Sun, 10 May 2020 14:04:03 +0000 en-US hourly 1 https://wordpress.org/?v=6.1.1 Digital Alarm Clock using PIC Microcontroller and DS3234 RTC https://electrosome.com/digital-alarm-clock-pic-microcontroller-ds3234-rtc/ https://electrosome.com/digital-alarm-clock-pic-microcontroller-ds3234-rtc/#comments Sat, 11 Apr 2020 14:44:29 +0000 https://electrosome.com/?p=13663 Here is a digital alarm clock made using PIC 18F4520 Microcontroller and DS3234 RTC (Real Time Clock). This project is for educational purposes or can be used as a reference for integrating DS3234 RTC. DS3234 is a very accurate RTC IC with integrated on chip temperature compensated crystal oscillator. It can be integrated with a […]

The post Digital Alarm Clock using PIC Microcontroller and DS3234 RTC appeared first on electroSome.

]]>
https://electrosome.com/digital-alarm-clock-pic-microcontroller-ds3234-rtc/feed/ 14
Using ADC of PIC Microcontroller – MPLAB XC8 https://electrosome.com/adc-pic-microcontroller-mplab-xc8/ https://electrosome.com/adc-pic-microcontroller-mplab-xc8/#comments Thu, 12 Nov 2015 07:25:55 +0000 https://electrosome.com/?p=11418 In this tutorial we will learn, how to use the ADC module of a PIC Microcontroller using MPLAB XC8 compiler. For demonstration we will use the commonly available PIC 16F877A microcontroller. Every physical quantity found in nature like temperature, humidity, pressure, force is analog. We need to convert these analog quantities to digital to process […]

The post Using ADC of PIC Microcontroller – MPLAB XC8 appeared first on electroSome.

]]>
https://electrosome.com/adc-pic-microcontroller-mplab-xc8/feed/ 28
Custom Characters on LCD using PIC – MikroC https://electrosome.com/custom-characters-lcd-pic-mikroc/ https://electrosome.com/custom-characters-lcd-pic-mikroc/#comments Mon, 05 Jan 2015 10:47:03 +0000 https://electrosome.com/?p=10297 I hope that you already go through our tutorial, Interfacing Character LCD with PIC Microcontroller – MicroC Pro. These character based LCDs are commonly made using HD44780 compatible controllers. It allows us to define 8 custom characters in addition to the standard pre-programmed characters. In this tutorial we will learn to define our own custom […]

The post Custom Characters on LCD using PIC – MikroC appeared first on electroSome.

]]>
https://electrosome.com/custom-characters-lcd-pic-mikroc/feed/ 6
Interfacing LCD with PIC Microcontroller – CCS C https://electrosome.com/lcd-pic-microcontroller-ccs-c/ https://electrosome.com/lcd-pic-microcontroller-ccs-c/#comments Sun, 07 Dec 2014 10:14:36 +0000 https://electrosome.com/?p=10102 In this tutorial we will see How to interface a 16×2 character LCD Module with PIC 16F877A Microcontroller using CCS C Compiler. 16×2 character LCD is a very commonly used LCD module in electronic projects and products. 16×2 means it can display 2 rows of 16 characters. It is a very basic and low cost […]

The post Interfacing LCD with PIC Microcontroller – CCS C appeared first on electroSome.

]]>
https://electrosome.com/lcd-pic-microcontroller-ccs-c/feed/ 4
Interfacing EM-18 RFID Module with PIC Microcontroller https://electrosome.com/em-18-rfid-module-pic/ https://electrosome.com/em-18-rfid-module-pic/#comments Sun, 16 Nov 2014 06:43:47 +0000 https://electrosome.com/?p=8101 EM-18 RFID Reader ModuleĀ is the one the most commonly used module for Radio Frequency Identification Projects. It features Low Cost, Small Size, Low Power Consumption and Easy to use. It can be directly interfaced with microcontrollers using UART communication. Software UART can be used for microcontrollers having no UART modules. In this tutorial we will […]

The post Interfacing EM-18 RFID Module with PIC Microcontroller appeared first on electroSome.

]]>
https://electrosome.com/em-18-rfid-module-pic/feed/ 70
Using Push Button Switch with PIC Microcontroller – CCS C https://electrosome.com/switch-pic-microcontroller-ccs-c/ https://electrosome.com/switch-pic-microcontroller-ccs-c/#respond Sat, 18 Oct 2014 16:40:33 +0000 https://electrosome.com/?p=8647 I hope that you already go through our first tutorial of CCS C Compiler, Getting Started with PIC Microcontroller – CCS C Compiler. In that tutorial we learn how to use an output pin of PIC Microcontroller by blinking an LED with a delay of 1 second. In this tutorial we will learn how to […]

The post Using Push Button Switch with PIC Microcontroller – CCS C appeared first on electroSome.

]]>
https://electrosome.com/switch-pic-microcontroller-ccs-c/feed/ 0
Using UART of PIC Microcontroller – MPLAB XC8 https://electrosome.com/uart-pic-microcontroller-mplab-xc8/ https://electrosome.com/uart-pic-microcontroller-mplab-xc8/#comments Fri, 03 Oct 2014 11:01:27 +0000 https://electrosome.com/?p=8641 UART stands for Universal Asynchronous Receiver / Transmitter. It is a very popular serial communication interface which provides Full Duplex communication between two devices. UART uses two data lines for sending (TX) and receiving (RX) data. Ground/Reference of both devices should be made common. As the name indicates it is an asynchronous communication interface, which […]

The post Using UART of PIC Microcontroller – MPLAB XC8 appeared first on electroSome.

]]>
https://electrosome.com/uart-pic-microcontroller-mplab-xc8/feed/ 54
Getting Started with PIC Microcontroller – CCS C Compiler https://electrosome.com/getting-started-pic-ccs-c/ https://electrosome.com/getting-started-pic-ccs-c/#comments Tue, 02 Sep 2014 16:52:24 +0000 https://electrosome.com/?p=8520 You are at the right place if you are a beginner to the field of microcontrollers. In this tutorial you will learn How to Blink an LED using PIC Microcontroller. PIC is a family of microcontrollers manufactured by Microchip Technology Inc. PIC stands for Peripheral Interface Controller. It is also referred to as Programmable Interface […]

The post Getting Started with PIC Microcontroller – CCS C Compiler appeared first on electroSome.

]]>
https://electrosome.com/getting-started-pic-ccs-c/feed/ 11
Interfacing Servo Motor with PIC Microcontroller – MPLAB XC8 https://electrosome.com/servo-motor-pic-mplab-xc8/ https://electrosome.com/servo-motor-pic-mplab-xc8/#comments Sun, 24 Aug 2014 11:33:19 +0000 https://electrosome.com/?p=8503 Servo Motor is an ordinary geared dc motor equipped with closed loop servo mechanism which uses position feedback to control exact angular position of the rotor. These are commonly used in robotic arms, legs etc. Servo Motors do not rotate continuously, their rotation is limited to fixed angles. Usually these motors have rotation limit from […]

The post Interfacing Servo Motor with PIC Microcontroller – MPLAB XC8 appeared first on electroSome.

]]>
https://electrosome.com/servo-motor-pic-mplab-xc8/feed/ 7
Interfacing LCD with PIC Microcontroller – MPLAB XC8 https://electrosome.com/lcd-pic-mplab-xc8/ https://electrosome.com/lcd-pic-mplab-xc8/#comments Mon, 18 Aug 2014 12:40:03 +0000 https://electrosome.com/?p=8468 In this tutorial we will see How to Interface a 16×2 character LCD module with PIC 16F877A Microcontroller using MPLAB X IDE and MPLAB XC8 C Compiler. 16×2 Character LCD is a very basic and low cost LCD module which is commonly used in electronic products and projects. 16×2 means it contains 2 rows that […]

The post Interfacing LCD with PIC Microcontroller – MPLAB XC8 appeared first on electroSome.

]]>
https://electrosome.com/lcd-pic-mplab-xc8/feed/ 136