Installation Guide for Keil C51 9.59 Programming Tool

Installation Guide for Keil C51 9.59 Programming Tool

Software | Introduction KEIL C51 is a PLC programming software based on uVision IDE, specifically designed for C language software development for the 51 series microcontrollers. It features the industrial standard Keil C compiler, macro assembler, debugger, real-time kernel, single-board computer, and simulator, supporting all 251 series microcontrollers. Installation | Overview 【Installation Process】: A total … Read more

What Software Is Used for Microcontroller Programming?

What Software Is Used for Microcontroller Programming?

Click the blue text to follow, reply with “Intro Materials” to get a comprehensive tutorial from beginner to advanced on microcontrollers. Written by | Wu Ji (WeChat: 603311638) Original | Article 50 of the series Approximately 791 words, reading takes about 3 minutes The software needed for microcontroller programming is actually not much. There are … Read more

Software Development Tools for Microcontroller Programming

Software Development Tools for Microcontroller Programming

Click the blue text to follow and learn embedded systems! Students often ask me if a certain microcontroller uses Keil for program design. In fact, this question requires consulting the official information of the relevant microcontroller, as any microcontroller will have some programming development environment provided by the official after its release. Otherwise, how would … Read more

Can C++ Be Used for Embedded Development?

Can C++ Be Used for Embedded Development?

Follow+Star Public Account Number, don’t miss out on exciting content Author | strongerHuang WeChat Public Account | strongerHuang Generally speaking, programming on microcontrollers is done in assembly or C language, while using C++ for development is rare. So, can C++ be used for microcontroller development? The answer is definitely yes. Below, based on Keil and … Read more

Embedded Development | Methods to Improve MCU Code Compilation Speed

Embedded Development | Methods to Improve MCU Code Compilation Speed

Follow+Star Public Account, don’t miss wonderful content Author | strongerHuang WeChat Public Account | strongerHuang Programmers doing software development hate one thing, which is the slow code compilation speed. Code for one minute, compile for ten minutes, who can stand that? Today, let’s talk about some common operations or methods to improve compilation speed in … Read more

Key Moments from Getting Started to Giving Up Embedded Development

Key Moments from Getting Started to Giving Up Embedded Development

Follow+Star Public Account, don’t miss out on exciting content Compilation | strongerHuang WeChat Public Account | Embedded Column The process from getting started to giving up is a torturous one, once you get started, this torturous process will gradually ease. So, what does it mean to have gotten started? In embedded development, I believe that … Read more

Why Embedded Development Is Not Suitable for macOS?

Why Embedded Development Is Not Suitable for macOS?

Follow+Star Public Account, don’t miss out on exciting content Author | strongerHuang WeChat Public Account | strongerHuang Is macOS Suitable for Embedded Development? From time to time, some friends ask me similar questions, and my answer is: Not Suitable! As for why, if you observe carefully the colleagues (classmates or friends) around you who are … Read more

Design of a Pauseable Eight-Way Buzzer Based on AT89C51 Microcontroller

Design of a Pauseable Eight-Way Buzzer Based on AT89C51 Microcontroller

Click the link below to read the original article or copy the link to your browser to obtain the Keil source code and Project Backups simulation images: https://gf.bilibili.com/item/detail/1107885063 C+15 Abstract With the advancement of society and technology, the application of electronic devices in various activities has become increasingly common. Buzzers, as a tool for answering … Read more

Design of LED Neon Light Controller Based on 51 Microcontroller

Design of LED Neon Light Controller Based on 51 Microcontroller

Design of LED Neon Light Controller Based on 51 Microcontroller (Heart-Shaped Flowing Light) Development Environment Simulation Software: Proteus 8.9 or above Program Code: KEIL4/KEIL5 Schematic: AD Design Number: A0005 Function Description Based on the actual situation, design an LED neon light controller using the 51 microcontroller. The system must meet the following functional requirements: Specific … Read more

51 Microcontroller Temperature And Humidity Controller Design

51 Microcontroller Temperature And Humidity Controller Design

51 Microcontroller Temperature And Humidity Controller Design (Proteus Simulation + Program + Schematic + Design Report + Explanation Video) Schematic: Altium Designer Simulation Version: Proteus 7.8 Compiler: Keil 4/Keil 5 Programming Language: C Design Number: S0013 Basic Functions: 1. This design is based on the STC89C51/52 microcontroller (compatible with AT89C51/52, AT89S51/52, can choose any); 2. … Read more