Basics of Arduino Programming

Basics of Arduino Programming

/ Basics of Arduino Programming / Using C++ programming, basic reference to C++ syntax. Each statement ends with a semicolon, comments use //, uppercase words are special characters and should not be misused. Functions are enclosed in {}. void setup() { // put your setup code here, to run once: // This code runs once … Read more

C++ and Embedded Systems: Core Technologies for IoT Device Development

C++ and Embedded Systems: Core Technologies for IoT Device Development

✦ Core Technologies for IoT Device Development ✦ Hey there, friends! I’m Dream! Today, we are going to explore the application of C++ in embedded systems, especially the core technologies in the development of Internet of Things (IoT) devices. Are you ready? Let’s see how C++ shines in these fields! 1. Introduction to Embedded Systems … Read more

Distortos: Real-Time Embedded Operating System for Microcontrollers and Object C++

Distortos: Real-Time Embedded Operating System for Microcontrollers and Object C++

Distortos is an open-source, object-oriented C++ real-time operating system (RTOS) designed specifically for microcontrollers. It is known for its simple and efficient design, strong configurability, and native support for C++, providing embedded system developers with a modern development experience. This article will detail the core features, architectural design, build process, and application prospects of Distortos. … Read more

Embedded Systems Beginner’s Progression: Key Milestones

Embedded Systems Beginner's Progression: Key Milestones

01 Basic Stage 1.1 Basics of Programming Languages C Language: As the cornerstone of embedded development, it is essential to master its various features. By carefully studying classic books such as “The C Programming Language,” deeply understand the syntax rules, accurately grasp the use of data types, skillfully manipulate pointers as a powerful tool, and … Read more

What Programming Language Should Sixth Graders Learn?

What Programming Language Should Sixth Graders Learn?

For sixth graders, this is the golden period to get in touch with and learn programming. However, faced with a dazzling array of programming languages and platforms, parents often feel confused: which programming language should sixth graders learn? Don’t worry, next we will explore this question one by one. 1. Scratch: The First Choice for … Read more

Using OpenCV C++ with Development Boards

Using OpenCV C++ with Development Boards

Click the blue words above to follow us WeChat Official Account:OpenCV Academy Follow to get more knowledge on computer vision and deep learning Content and Features of this Book This book consists of three main parts, corresponding to three levels of OpenCV development: (1) Basic section: Learn the fundamentals of OpenCV and how to use … Read more

Differences Between C++ Autonomous Driving and Embedded Linux Development

Differences Between C++ Autonomous Driving and Embedded Linux Development

C++ Autonomous Driving Development: C++ autonomous driving development refers to the research and development work of intelligent driving (Autonomous Driving, AD) technology using the C++ language. This work involves understanding and utilizing sensing, artificial intelligence algorithms, real-time operating systems, and complex software architectures to achieve autonomous navigation and control of vehicles. The main goal is … Read more

Differences Between Embedded Development and Microcontroller Development

Differences Between Embedded Development and Microcontroller Development

Embedded development and microcontroller development are two related but distinct concepts. In this article, I will detail the definitions, characteristics, and differences between embedded development and microcontroller development. Embedded development refers to designing and developing computer systems tailored for specific application domains. These systems are typically embedded within other devices to control, monitor, or execute … Read more

C++ and IoT: The Path to Programming Embedded Systems

C++ and IoT: The Path to Programming Embedded Systems

C++ and IoT: The Path to Programming Embedded Systems Hello everyone, I am Little Rui. Today we will talk about the application of C++ in the field of IoT, especially the programming of embedded systems. The Internet of Things (IoT) is becoming increasingly popular, and C++, due to its performance advantages and extensive library support, … Read more

How to Reduce Bugs During the Coding Phase?

How to Reduce Bugs During the Coding Phase?

Source丨AuthorizedReprinted from Embedded and Linux Matters (ID: gh_748eaf2209b0) Author丨Zhong Yi Introduction As a qualified programmer, it is impossible not to write bugs. How can we spend the least amount of time fixing bugs? By using some static analysis tools during the coding phase, we can often achieve more with less effort and reduce the bugs … Read more