PIC Microcontroller MikroC Tutorials. MikroC is the best compiler for beginners as it provides a lot of built in libraries. https://electrosome.com/category/tutorials/pic-microcontroller/mikroc/ You Inspire.....We Create..... Sat, 02 May 2020 10:04:21 +0000 en-US hourly 1 https://wordpress.org/?v=6.1.1 Blinking LED using PIC Microcontroller – MikroC https://electrosome.com/led-blinking-pic/ https://electrosome.com/led-blinking-pic/#comments Sun, 06 May 2012 05:40:10 +0000 https://electrosome.com/?p=1423 Welcome to the world of PIC Microcontrollers. You are in the right place if you are a beginner in the filed of microcontrollers. MikroC is the best compiler for beginners as it contains built in functions for most of the commonly used tasks. But MikroC is less efficient and the hex file generated will be […]

The post Blinking LED using PIC Microcontroller – MikroC appeared first on electroSome.

]]>
https://electrosome.com/led-blinking-pic/feed/ 40
LED Chaser using PIC Microcontroller https://electrosome.com/led-chaser-pic/ https://electrosome.com/led-chaser-pic/#comments Sun, 06 May 2012 18:07:45 +0000 https://electrosome.com/?p=1437 LED Chaser is a simple project for beginners that can build using PIC microcontroller. In this 8 LED are running like a Ring Counter. It is very simple and you can create different patterns as you like just by modifying the MikroC program. Here I am using PIC16F877A, one of the most popular PIC microcontroller. […]

The post LED Chaser using PIC Microcontroller appeared first on electroSome.

]]>
https://electrosome.com/led-chaser-pic/feed/ 34
Using Push Button Switch with PIC Microcontroller https://electrosome.com/push-button-switch-pic-microcontroller/ https://electrosome.com/push-button-switch-pic-microcontroller/#comments Mon, 07 May 2012 12:32:53 +0000 https://electrosome.com/?p=4371 Introduction This article is meant for beginners in the field of microcontrollers. When I started with microcontrollers, as everyone I also need to learn how to interface a switch with microcontroller. Here we use PIC Microcontroller 16F877A and MikroC Pro compiler. This tutorial assumes you have basic knowledge about programming PIC Microcontroller, else you read the article […]

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

]]>
https://electrosome.com/push-button-switch-pic-microcontroller/feed/ 148
LCD interfacing with PIC Microcontroller – MikroC https://electrosome.com/lcd-pic-interfacing/ https://electrosome.com/lcd-pic-interfacing/#comments Wed, 09 May 2012 17:54:33 +0000 https://electrosome.com/?p=1554 A PIC Microcontroller can  be easily made to communicate with LCD by using the built in Libraries of MikroC. Interfacing between PIC and LCD can be 4-bit or 8-bit. The difference between 4-bit and 8-bit is how data are send to the LCD. In the 8-bit mode to write an 8-bit character to the LCD module, ASCII data […]

The post LCD interfacing with PIC Microcontroller – MikroC appeared first on electroSome.

]]>
https://electrosome.com/lcd-pic-interfacing/feed/ 85
Analog to Digital Converter (ADC) in PIC Microcontroller https://electrosome.com/analog-to-digital-converter-pic/ https://electrosome.com/analog-to-digital-converter-pic/#comments Mon, 14 May 2012 06:40:18 +0000 https://electrosome.com/?p=1635 ADC module of PIC microcontroller have usually 5 input for 28 pin devices and 8 inputs for 40 pin devices. The conversion of analog signal to PIC ADC module results in corresponding 10 bit digital number. PIC ADC module has software selectable high and low voltage reference input to some combination of VDD, VSS, RA2 and RA3. […]

The post Analog to Digital Converter (ADC) in PIC Microcontroller appeared first on electroSome.

]]>
https://electrosome.com/analog-to-digital-converter-pic/feed/ 79
Multiplexing of Seven Segment Displays with PIC Microcontroller https://electrosome.com/multiplexing-seven-segment-displays/ https://electrosome.com/multiplexing-seven-segment-displays/#comments Wed, 23 May 2012 02:20:52 +0000 https://electrosome.com/?p=1732 When a Seven Segment Display is interface with PIC Microcontroller it needs minimum 7 pins to display a value. But real time applications like Digital Clock, Calculator, Digital Watch requires 3-6 seven segment displays. Lets assume that we need 6 digit display, ie we need 7 segment * 6 Display = 42 pins. Thus we actually […]

The post Multiplexing of Seven Segment Displays with PIC Microcontroller appeared first on electroSome.

]]>
https://electrosome.com/multiplexing-seven-segment-displays/feed/ 24
Interfacing Real Time Clock (RTC) DS1307 with PIC Microcontroller https://electrosome.com/rtc-ds1307-pic-microcontroller/ https://electrosome.com/rtc-ds1307-pic-microcontroller/#comments Thu, 24 May 2012 03:02:30 +0000 https://electrosome.com/?p=1794 DS1307 is a low power serial real time clock with full binary coded decimal (BCD) clock/calendar plus 56 bytes of NV SRAM (Non Volatile Static Random Access Memory). Data and Address are transferred serially through a bidirectional I2C bus. The RTC provides year, month, date, hour, minute and second information. The end date of months is automatically adjusted […]

The post Interfacing Real Time Clock (RTC) DS1307 with PIC Microcontroller appeared first on electroSome.

]]>
https://electrosome.com/rtc-ds1307-pic-microcontroller/feed/ 56
Interfacing DC Motor with PIC Microcontroller using L293D https://electrosome.com/dc-motor-l293d-pic-microcontroller/ https://electrosome.com/dc-motor-l293d-pic-microcontroller/#comments Tue, 05 Jun 2012 06:46:29 +0000 https://electrosome.com/?p=2157 This tutorial explains ” How to interface DC Motor with PIC Microcontroller ? “. DC Motor and L293D We can’t drive a DC Motor (depends) directly with a Microcontroller, as DC Motors requires high current and high voltage than a Microcontroller can handle. Microcontrollers usually operates at +5 or +3.3V supply and it I/O pin […]

The post Interfacing DC Motor with PIC Microcontroller using L293D appeared first on electroSome.

]]>
https://electrosome.com/dc-motor-l293d-pic-microcontroller/feed/ 141
Interfacing Matrix Keypad with PIC Microcontroller https://electrosome.com/matrix-keypad-pic-microcontroller/ https://electrosome.com/matrix-keypad-pic-microcontroller/#comments Sun, 10 Jun 2012 16:00:10 +0000 https://electrosome.com/?p=2241 This tutorial explains ‘What is a Matrix Keypad ?’ and ‘How to Interface Matrix Keypad with PIC Microcontroller ?’. Matrix Keypad Matrix Keypad is a very useful and userfriendly when we want to design certain applications like Calculator, Telephone etc. Matrix Keypad is made by arranging push button switches in rows and columns. Just imagine, if you want […]

The post Interfacing Matrix Keypad with PIC Microcontroller appeared first on electroSome.

]]>
https://electrosome.com/matrix-keypad-pic-microcontroller/feed/ 17
Reading Multiple Pressed Keys from Matrix Keypad using PIC Microcontroller https://electrosome.com/reading-multiple-pressed-keys-matrix-keypad-pic-microcontroller/ https://electrosome.com/reading-multiple-pressed-keys-matrix-keypad-pic-microcontroller/#comments Mon, 11 Jun 2012 14:17:24 +0000 https://electrosome.com/?p=2280 I have already post about Interfacing Matrix Keypad with PIC Microcontroller. I suggest to read that article before reading this. In some applications it may require to scan more than one key at a time. Reading Multiple Pressed Keys from Matrix Keypad is not simple as reading Single key. We want to change the program as […]

The post Reading Multiple Pressed Keys from Matrix Keypad using PIC Microcontroller appeared first on electroSome.

]]>
https://electrosome.com/reading-multiple-pressed-keys-matrix-keypad-pic-microcontroller/feed/ 21