80 Examples of Microcontroller Programming

80 Examples of Microcontroller Programming

▍Note: If you need the Word source file, please reply “Admin” in the public account backend to get the material. *Example 70: Software Debounce Independent Keyboard Input Experiment #include<reg51.h> // Include header file defining 51 microcontroller registers sbit S1=P1^4; // Define S1 pin as P1.4 sbit LED0=P3^0; // Define LED0 pin as P3.0 /* Function: … Read more

Basic Knowledge Q&A on Microcontroller Programming

Basic Knowledge Q&A on Microcontroller Programming

Wu Jianying Microcontroller Development Board Address Store:【Wu Jianying’s Shop】 Address:【https://item.taobao.com/item.htm?_u=ukgdp5a7629&id=524088004171】 1. How Long Can 8-bit Machines Last! Answer: Currently, the main MCU products are still in the 8-bit field, mainly applied in six major markets: automotive applications, consumer electronics, computers and PC peripherals, telecommunications, office automation, and industrial control. Among these, the automotive market is … Read more

Why Use C Language for Microcontroller Programming

Why Use C Language for Microcontroller Programming

With the development of technology, there are more and more electronic products, which make our daily lives easier. Most electronic products have microcontrollers, and microcontrollers achieve functionality by executing software logic. The most suitable programming language for microcontroller programming is assembly language, but the most commonly used and widespread is C language. Why should microcontrollers … Read more

Microcontroller Programming Learning Guide

Microcontroller Programming Learning Guide

Click on the top“Big Fish Robot”, select“Top/Star Official Account” Benefit goodies, delivered to you first! Reading this article will take about 3 minutes. Currently, there is a surge in learning and applying microcontrollers in factories, schools, and enterprises. Engineers and technicians accustomed to traditional electronics are facing new challenges. If one cannot learn microcontrollers in … Read more

Microcontroller Programming Techniques Learning Guide

Microcontroller Programming Techniques Learning Guide

The peak of learning and applying microcontrollers is rapidly rising in factories, schools, and enterprises. Engineers and technicians accustomed to traditional electronics are facing new challenges; those who cannot learn microcontrollers in a short time will inevitably be left behind by the times. Only by bravely facing reality, challenging oneself, enhancing learning, and striving to … Read more

DIY: Build a Low-Cost Multi-Function RGB Light

DIY: Build a Low-Cost Multi-Function RGB Light

Note: This article serves only as a record of the DIY process, not for any commercial promotion, nor is it to teach everyone to refuse to purchase commercial products. DIY is all about enjoying the tinkering process… Due to the pandemic, I haven’t been out much this year, almost staying at home all the time. … Read more

DIY a Switching Power Supply: Essential Knowledge

DIY a Switching Power Supply: Essential Knowledge

▲ For more exciting content, click the blue text above to follow us To become a qualified hardware engineer, mastering power supply knowledge is crucial— Every operational system must have a power supply, and the reliability and stability of the power supply affect the entire system’s performance. So, how can we generate a “clean” power … Read more

Functional Allocation of Tesla Model 3 from Controller Pin Definitions – FBCM

Functional Allocation of Tesla Model 3 from Controller Pin Definitions - FBCM

Today is the third article in the series “Functional Allocation of Tesla Model 3 from Controller Pin Definitions” – “FBCM”. Without further ado, let’s get straight to the point. 1. In-Vehicle Network 3 routes of CAN, 4 routes of LIN. Although it does not compare to LBCM (5 routes of CAN, 4 routes of LIN) … Read more

Function Allocation of Tesla Model 3 Based on Controller Pin Definitions – LBCM

Function Allocation of Tesla Model 3 Based on Controller Pin Definitions - LBCM

Recently, we published the first article in the series “Function Allocation of Tesla Model 3 Based on Controller Pin Definitions” titled “RBCM” (click to jump to the article). It sparked some discussions and controversies. After obtaining new reference materials and confirming the errors in the article, we quickly made corrections (click to jump to the … Read more

Easy DIY: Control Lights with Raspberry Pi

Easy DIY: Control Lights with Raspberry Pi

Limited Time Resource Download:Reply “Tutorial” to get the microcontroller eBook, reply “Simulation“ to get Proteus simulation materials, Baidu Pan group share link update time: 2016-02-14, if expired, please leave a message at the end of the article, do not leave a message in the background Source: http://www.freebuf.com/news/special/72796.html I have recently been researching microcontrollers and the … Read more