User-Friendly Visual Microcontroller Programming Software

User-Friendly Visual Microcontroller Programming Software

The Chinese programming software Tianwen offers three modes that comprehensively cover all aspects of microcontroller programming. First, the first graphical programming mode is simple and easy to use, suitable for those who want to quickly get started without delving into professional knowledge. This mode is particularly suitable for functional testing and rapid prototyping. The second … Read more

Starting Programming at 35: Microcontroller Coding for Future Security

Starting Programming at 35: Microcontroller Coding for Future Security

The editor inadvertently came across a self-analysis by an engineer approaching middle age, and couldn’t help but feel that every industry has its own bitter journey. Below is a shared reflection for enthusiasts. Currently, I work at a venture capital company using JAVA for mobile app backend development, with a pre-tax salary of 12K. This … Read more

Introduction to Microcontroller Programming Basics

Introduction to Microcontroller Programming Basics

Click the blue text to follow, reply with “Introduction Materials” to get a tutorial from beginner to advanced on microcontrollers Written by | Wu Ji (WeChat: 603311638) Original | Article 18 of the series Full text 1064 words, reading time approximately 5 minutes I personally believe that microcontrollers are not a technology, but a tool. … Read more

Mastering Two Key Concepts in Microcontroller Programming

Mastering Two Key Concepts in Microcontroller Programming

We recommend following the public account below to learn more about electronic technology knowledge! 1. Layered Thinking The idea of layering is not a mysterious concept; in fact, many engineers working on projects already use it themselves. I have seen many posts that do not mention this, yet the layered structure is indeed very useful, … 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 (Part 1)

Microcontroller Programming (Part 1)

Microcontroller is an integrated circuit chip that uses ultra-large scale integration technology to integrate a central processing unit (CPU) with data processing capabilities, random access memory (RAM), read-only memory (ROM), various I/O ports, interrupt systems, timers/counters, and other functions (which may also include display driver circuits, pulse width modulation circuits, analog multiplexers, A/D converters, etc.) … Read more

Microcontroller Programming Interview Questions and Answers

Microcontroller Programming Interview Questions and Answers

Wu Jianying Microcontroller Development Board Address Taobao Store:【Wu Jianying’s Shop】 Address:【https://item.taobao.com/item.htm?_u=ukgdp5a7629&id=524088004171】 In the new year of 2018, many people are preparing for new jobs. So why not learn some microcontroller programming interview questions to be fully prepared? Below are three common microcontroller programming interview questions along with their answers. Question 1: The Difference Between char … Read more

Microcontroller Programming Development Tips

Microcontroller Programming Development Tips

Wu Jianying Microcontroller Development Board Address Taobao Store:【Wu Jianying’s Shop】 Address:【https://item.taobao.com/item.htm?_u=ukgdp5a7629&id=524088004171】 After working for 7 months, I have gradually become familiar with programming microcontrollers. Previously, I always knew that microcontrollers combined timers, state machines, and interrupts, which was quite efficient. However, after taking over the development of the GPF chip, I discovered another kind of … Read more

Mastering Two Key Microcontroller Programming Concepts

Mastering Two Key Microcontroller Programming Concepts

Layered Thinking The idea of layering is not something mysterious; in fact, many engineers working on projects are already using it themselves. I have seen many posts that do not mention this concept, yet layered structure is quite useful and once understood, it gives a sense of enlightenment. If I don’t understand how to drive … Read more