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…
How to Interface 16*2/16*4 LCD with 8051
Introduction Hi guys, in this article we will see how to interface LCD with 8051. Components Required 8051 Microcontroller – 1 8051 Program Dumper- 1 LCD – 1 10k Pot…
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…
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…
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…
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…
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…
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…
STM32f103 microcontroller Led on/off control with Push Button as Input
The post explains about how to use stm32 pins as input using stmcubeIDE. A simple led on/off tutorial with push button as input is made to explain the coding and…