In today’s rapidly evolving technology world, Embedded Systems are powering everything around us — from smart devices and automobiles to industrial automation, medical equipment, robotics, and IoT ...
Before we dive deep into the 8051 microcontroller, let’s first explore the fundamental components: the microcontroller itself, the CPU (central processing unit), memory, and the bus system that ...
Choosing the appropriate device as the foundation for your new design can be overwhelming. The need to make the right balance of price, performance, and power consumption has many implications.
Phil is a freelance writer and editor with 20+ years of experience. He has been writing for MakeUseOf since April 2021. With a focus on DIY making and electronics projects, he is passionate about ...
16×2 LCD module is a very common type of LCD module that is used in 8051 based embedded projects. It consists of 2 rows and 16 columns. In this project, Alphanumeric LCD module of type number JHD162A ...
The uncompressed unarchived files are not available via HTTP because HTTP, the protocol of the Web, doesn't have a way to refer to or deal with a group of files, like FTP can do with its MGET command.
Using a simple glitch attack, you can read the entire protected code memory. Each successful glitch allows to read up to 256 bytes of locked internal Flash. This document attempts to describe the ...
More than 7 years ago, Elektor published my 500 ppm LCR Meter AU2013. Since then I have developed a new LCR Meter, sacrificing a little on extreme accuracy for the sake of extended functionality. A ...
There are rumors of a cheap chip that does USB natively, has an Open Source toolchain, and costs a quarter. These aren’t rumors: you can buy the CH552 microcontroller right now. Surprisingly, there ...
The first program anyone writes for a microcontroller is the blinking LED which involves toggling a general-purpose input/output (GPIO) on and off. Consequently, the same GPIO can be used to read ...