How to Interface 7 Segment Display with 8051

Introduction Hi guys, in this article we will see how to interface 7 segment display with 8051 microcontroller. Components Required 8051 Microcontroller – 1 8051 Program Dumper- 1 7 Segment display – 1 Breadboard – 1 Jumper wires A seven segment consists of eight LEDs which are aligned in a manner so as to display digits from 0 to…

Read More

How to Interface Button with 8051

Introduction Hi guys in this article we will see how to interface switch with 8051 microcontroller. Whenever the switch is pressed LED glows. Let’s see how to do it. Components Required 8051 Microcontroller – 1 8051 Program Dumper- 1 LED – 1 Push Button – 1 Breadboard – 1 Jumper wires Switch Input/output devices are…

Read More

LED Interfacing with 8051

Introduction Hi everyone, in this article we will see how to interface LED with 8051 using Keil IDE and proteus. Components Required LED Light Emitting Diode. These are the semiconductor light sources, Commonly used LEDs will have a cut-off voltage of 1.7V and current of 10mA. When an LED is applied with its required voltage…

Read More

8051/8052

MICROCONTROLLER     Microprocessors and microcontrollers are widely used in embedded systems products. Microcontroller is a programmable device. A microcontroller has a CPU in addition to a fixed amount of RAM, ROM, I/O ports and a timer embedded all on a single chip. The fixed amount of on-chip ROM, RAM and number of I/O ports in…

Read More

How to Blink an Led Using PIC Microcontroller

In this tutorial we will learn How to Blink an LED with PIC Microcontroller using MPAB XC16 Compiler. Recently Microchip released a series of development tools including MPLAB X IDE and MPAB XC Compilers. MPLAB X IDE is a software that runs on a computer intended to develop applications for Microchip’s Microcontrollers and Digital Signal Controllers. It can be used…

Read More

STM32 Realtime Clock Example

Real-time clock A real-time clock (RTC) is an electronic device (most often in the form of an integrated circuit) that measures the passage of time. Although the term often refers to the devices in the personal computer, servers and embedded system, RTCs are present in almost any electronic device which needs to keep accurate time. Components Required: STM32F303CB/STM32 blue pill boards –…

Read More

How to use ADC in STM32F103C8T6/STM32F303

A/D Converters (ADC) In this tutorial, I will show you how to use ADC in STM32F303CBT6/STM32F103C8T6 to measure the Input Analog Voltages. Analog to Digital Converters (ADC) translate analog electrical signals for data processing purposes. With products matching performance, power, cost, and size needs, Analog Devices offers the industry’s largest A/D converter portfolio. As the…

Read More

How to Interface AMG8833 Thermal Camera with Arduino Nano

Introduction What is thermal camera Thermal imaging cameras are devices that translate thermal energy (heat) into visible light in order to analyze a particular object or scene. The image produced is known as a thermogram and is analyzed through a process called thermography. How does a thermal camera work? Thermal cameras detect temperature by recognizing and capturing different levels…

Read More