DAC0808 8-bit Digital to Analog Converter
The DAC0808 IC is a monolithic digital to analog converter which takes an 8-bit digital data as an input and sends an analog signal at the output. It has high …
The DAC0808 IC is a monolithic digital to analog converter which takes an 8-bit digital data as an input and sends an analog signal at the output. It has high …
In this tutorial, we will learn to interface DHT22 temperature and humidity sensor with pic microcontroller. We will begin with an introduction of DHT22, its pinout diagram, Features, internal circuit. …
In this tutorial, you will learn how to interface the MAX7219 8-digit 7-segment controller IC with PIC Microcontroller. MAX7219 has a built-in circuit to control 8 seven-segment displays. Firstly, it …
Learn to interface 74HC595 with a 7-segment display and Pic microcontroller. By using a 74HC595 shift register to drive 7-segment displays with PIC16F877A microcontroller, we can save GPIO pins of …
In this in-depth guide, we will see how to interface 74HC595 shift register with pic microcontroller. 74HC595 is a serial-in and parallel-out shift register. It takes data serially and provides …
In this tutorial, we will design a digital temperature sensor using LM35 sensor and PIC16F877A microcontroller. Unlike the previous posts, we will use 7-segment displays to print measured temperature values …
In this tutorial, we will design a digital voltmeter using a 7-segment display and pic microcontroller. Usually, we use LCDs to display sensor data. In the last tutorial, we designed …
In this article, we will learn how to print adc value on 7 segment display using pic microcontroller. In the last two articles, we have seen how to use adc …
PWM using Pic Microcontroller with Examples, In this tutorial, you will learn to generate a PWM signal with the help of PIC microcontroller (PIC16F877A). We will provide pulse width modulation …
7 Segment Display Interfacing with Pic Microcontroller: In the last tutorials, we have seen how to use MPLAB XC8 Compiler and How to interface an LED with pic microcontrollers such as …