Two Essential Design Principles in Embedded Development

Two Essential Design Principles in Embedded Development

Source: Internet After reviewing various embedded books available in the market, including MCS-51, AVR, ARM, etc., I found that none specifically introduce design principles, and even if there are, they are quite rare.Writing code is not difficult, but writing good and efficient code requires some experience.The idea of structured and modular program design is the … 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

Common Operations for EEPROM Driver Code in Embedded Development

Common Operations for EEPROM Driver Code in Embedded Development

Follow+Star Public Number, Don’t Miss Wonderful Content Author | strongerHuang WeChat Public Account | strongerHuang I believe many readers have used EEPROMs like AT24C0x that utilize I²C for reading and writing. Improper usage in projects can easily lead to data loss or anomalies. Today, I will discuss the content regarding EEPROM. 1Basic Principles of I²C … Read more

DIY Rocket Series Tutorial – 5 Rocket Autonomous Control

DIY Rocket Series Tutorial - 5 Rocket Autonomous Control

For more tutorial videos, please follow the WV public account: Industrial Novelist. Note: This video is sourced from a third-party platform and is for learning purposes only. If there is any infringement, please contact the author for removal! var __INLINE_SCRIPT__ = (function () { 'use strict'; function _arrayLikeToArray$1(arr, len) { if (len == null || … Read more

6 Tips to Troubleshoot Electric Vehicle Controllers

6 Tips to Troubleshoot Electric Vehicle Controllers

Electric vehicles have now become the most common means of transportation, but little is known about how to maintain them. This time, the editor will take you into the core component of electric vehicles——the controller. The controller is the brain of the electric vehicle, controlling the motor’s start, operation, forward and reverse, speed, stop, and … Read more

Should You Transition from Microcontrollers to Embedded Linux?

Should You Transition from Microcontrollers to Embedded Linux?

Follow Baiwen Technology, choose to pin or star Don’t miss any exciting content — Author: Embedded Veteran Huo Ge Authorized reprint from the WeChat public account of Embedded Veteran’s Career Path (ID: ict_embedded), with added content and modifications. Recently many friends have voted and consulted on how to transition from microcontrollers to embedded Linux development. … Read more

My Journey from Microcontroller to Embedded Linux

My Journey from Microcontroller to Embedded Linux

Click on the top “Embedded Mixed Bag” and “Star the Public Account” to view embedded notes at the first time! Hello everyone, I am ZhengN. Actually, this is a mixed article, haha~ It has been a long time since I last chatted, today is the weekend, and I will simply share my recent situation and … Read more

Embedded Development: Mastering Logic Analyzers

Embedded Development: Mastering Logic Analyzers

Microcontroller development engineers and electronics enthusiasts deal with various digital circuits every day. In the process of debugging circuits, in addition to using multimeters and oscilloscopes, logic analyzers are also essential. A logic analyzer is an instrument that collects and displays digital signals from test devices using a clock, primarily used for timing determination. Unlike … 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

Program Architecture in Embedded Development

Program Architecture in Embedded Development

Introduction In embedded software development, including microcontroller development, software architecture is a critical consideration for developers. Software architecture is crucial for the overall stability and reliability of the system. A suitable software architecture not only has a clear structure but also facilitates development. I believe that in the early stages of embedded or microcontroller software … Read more