How To Interface Seven Segment Display With 8051 Microcontroller

Introduction: Seven-segment displays are commonly used to display numbers and characters in various electronic devices. They are easy to read, low-cost, and consume very little power. Interfacing a seven-segment display with a microcontroller like the 8051 is a simple task that can be accomplished with minimal hardware and software requirements. In this blog post, we … Read more

How to use external Interrupts on 8051

8051 intrrupts

This is a supporting blog post for a video tutorial on how to use external interrupts on 8051 microcontroller. This post consists of required code, documents and any support material to support the learning following the video. Circuit Diagram of how to use external interrupts on 8051 Microcontroller C Code of how to use external … Read more