top of page
Search
8051
How to use bluetooth with 8051
<p>This Project is Suitable for Everyone Including student and Professional Bluetooth-based relay control using an 8051-based microcontroller involves using Bluetooth communication to remotely control the switching of a relay. Here’s a general overview of the system: The software for this system involves two main parts: Overall, this system provides a wireless means of controlling a […]</p>
Amit Rana
Sep 1, 20232 min read
0 views
0 comments
How To Interface Seven Segment Display With 8051 Microcontroller
<p>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 […]</p>
Amit Rana
Sep 1, 20233 min read
0 views
0 comments
LCD Interfacing With 8051Microcontroller in 4 Bit Mode
<p>Introduction Interfacing an LCD (Liquid Crystal Display) to a microcontroller is a common task in embedded systems design. we are making its simplicity and ease of use. In this blog post, we will discuss how to interface an LCD to an 8051 microcontroller in 4-bit mode. LCD Basics LCD is a display that uses the […]</p>
Amit Rana
Sep 1, 20234 min read
0 views
0 comments
How to use external Interrupts on 8051
<p>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 […]</p>
Amit Rana
Aug 31, 20232 min read
0 views
0 comments
The NuvoTon W78E052D controller Code downloading Steps
<p>In this tutorial series, we are using “Nuvoton ISP-ICP Utility software” to program the target MCU. Download Nuvoton ISP-ICP Utility software. Now open the Nuvoton ISP-ICP Utility software and follow the below steps. Select the ISP by COM port option for flashing the .hex file through a COM port. Select the COM port from the […]</p>
Amit Rana
Jul 6, 20191 min read
0 views
0 comments
bottom of page