16F877A Archives - electroSome https://electrosome.com/tag/16f877a/ You Inspire.....We Create..... Fri, 24 Apr 2020 04:25:50 +0000 en-US hourly 1 https://wordpress.org/?v=6.1.1 Getting Started with CloudX Development Board https://electrosome.com/getting-started-cloudx-development-board/ https://electrosome.com/getting-started-cloudx-development-board/#comments Fri, 19 Oct 2018 12:04:40 +0000 https://electrosome.com/?p=15378 CloudX M633 is one of the popular PIC based microcontroller development board designed by ByteHub Embedded, it comes with over 500 library functions which makes it very easy for beginners to start with embedded systems. In this tutorial we will see how to write our first “Hello World” program to blink an LED using the […]

The post Getting Started with CloudX Development Board appeared first on electroSome.

]]>
https://electrosome.com/getting-started-cloudx-development-board/feed/ 1
SPI Communication with PIC Microcontroller – MPLAB XC8 https://electrosome.com/spi-pic-microcontroller-mplab-xc8/ https://electrosome.com/spi-pic-microcontroller-mplab-xc8/#comments Mon, 01 May 2017 08:01:32 +0000 https://electrosome.com/?p=13670 SPI (Serial Peripheral Interface) is a full duplex synchronous serial communication interface used for short distance communications. It is usually used for communication between different modules in a same device or PCB. SPI devices communicates each other using a master slave architecture with a single master. SPI is called as a 4-wire bus as it requires […]

The post SPI Communication with PIC Microcontroller – MPLAB XC8 appeared first on electroSome.

]]>
https://electrosome.com/spi-pic-microcontroller-mplab-xc8/feed/ 2
I²C Communication with PIC Microcontroller – MPLAB XC8 https://electrosome.com/i2c-pic-microcontroller-mplab-xc8/ https://electrosome.com/i2c-pic-microcontroller-mplab-xc8/#comments Mon, 11 Apr 2016 17:02:37 +0000 https://electrosome.com/?p=11919 I2C or IIC or I2C stands for Inter-Integrated Circuit. It is a very popular multi-master, multi-slave serial communication interface developed by Philips. I2C uses two bidirectional open drain data lines, Serial Data (SDA) and Serial Clock (SCL) with pull up resistors as shown below. Unlike UART, you can connect and communicate to multiple devices using the same […]

The post I²C Communication with PIC Microcontroller – MPLAB XC8 appeared first on electroSome.

]]>
https://electrosome.com/i2c-pic-microcontroller-mplab-xc8/feed/ 69
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
Generating PWM with PIC Microcontroller – MPLAB XC8 https://electrosome.com/pwm-pic-microcontroller-mplab-xc8/ https://electrosome.com/pwm-pic-microcontroller-mplab-xc8/#comments Thu, 21 May 2015 13:00:52 +0000 https://electrosome.com/?p=11152 Pulse Width Modulation (PWM) is the one of the simple and most commonly used technique to produce analog voltages from digital signals. It has a wide variety of applications such as Digital to Analog Converter (DAC), DC Motor Speed Control, Sine Wave Inverters, Brightness control etc. PWM signals are ON – OFF signals (HIGH or […]

The post Generating PWM with PIC Microcontroller – MPLAB XC8 appeared first on electroSome.

]]>
https://electrosome.com/pwm-pic-microcontroller-mplab-xc8/feed/ 32
Custom Characters on LCD using PIC – MPLAB XC8 https://electrosome.com/custom-characters-lcd-pic-mplab-xc8/ https://electrosome.com/custom-characters-lcd-pic-mplab-xc8/#comments Tue, 10 Feb 2015 12:35:27 +0000 https://electrosome.com/?p=10647 I hope that you already go through our tutorial, Interfacing LCD with PIC Microcontroller – MPLAB XC8. HD44780 compatible controllers used in these LCDs allows us to define 8 custom characters in addition to the standard pre-programmed characters. In this tutorial we will learn, how to create custom characters on LCD using PIC Microcontroller and […]

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

]]>
https://electrosome.com/custom-characters-lcd-pic-mplab-xc8/feed/ 7