Microcontroller Programming: Which Stage Are You At?

Microcontroller Programming: Which Stage Are You At?

It is said that learning microcontrollers involves four stages: 1. Beginner Stage: Understand the basic concepts of microcontrollers and their application areas, master basic electronics knowledge and programming knowledge. 2. Entry Stage: Choose the appropriate microcontroller and development board, set up the development environment, and conduct basic practice projects such as LED blinking and button … Read more

Microcontroller to Embedded Linux: A Comprehensive Guide

Microcontroller to Embedded Linux: A Comprehensive Guide

Article Word Count: 3000 Content Index: ⭐⭐⭐⭐⭐ Disclaimer:This article is sourced from the internet, and the copyright belongs to the original author.If there are any copyright issues, please contact for removal. 1 8 Highly Rated Linux E-Books Recommended 2 Access Method: Reply 【714】 in the backend 1 “How to Get Started with ARM and Embedded … Read more

Combining Raspberry Pi with AI Technologies for Embedded Linux Development

Original content by JG Education, please feel free to share with your friends. Unauthorized reproduction by other public accounts is prohibited. Micro Course Video: GPIO Channel Settings and LED Control👇 Micro Course Video: Implementation of Intrusion Alarm Function👇 Micro Course Video: Exercise – Mobile Remote Control Light👇 Some Electronic Courseware👇 Author: Wang Zheng Editor: Zhang … Read more

How to Transition from MCU to Embedded Linux?

How to Transition from MCU to Embedded Linux?

Click to Grab a Free Registration Spot A friend on Zhihu asked: After 6 years in microcontrollers, how to transition to embedded Linux? It’s quite awkward now; the microcontroller products I work on always feel repetitive, and I want to learn something new but don’t know how to transition. Today, I will use this question … Read more

Embedded Systems Technology Seminar

Embedded Systems Technology Seminar

Embedded Technical Themed Seminar The embedded technology and the Internet of Things (IoT) industry are developing rapidly. Embedded technology is not only consolidating traditional applications but also exploring applications in emerging markets, with the Internet of Things (IoT) undoubtedly being the most extensive application target, and the prospects for the embedded industry are limitless. From … Read more

How to Improve Your Coding Skills in Embedded Development

How to Improve Your Coding Skills in Embedded Development

When starting to learn about embedded systems or microcontroller systems, most people’s learning method is to find video tutorials or books to learn by themselves. Some may spend money to enroll in a training class to learn with a teacher. When you slowly become capable of writing code independently, you might feel like you have … Read more

Step-by-Step Guide to DIY Biped Robot Using Proteus

Step-by-Step Guide to DIY Biped Robot Using Proteus

This article will explain how to DIY a biped robot. The hardware system of the biped robot mainly includes the microcontroller minimum system circuit, PWM circuit, indicator light circuit, independent key circuit, and power supply circuit. The main design requirements for this biped robot circuit are as follows: · The microcontroller minimum system can output … Read more

DIY Infrared Control Device: Simple Principles for Controlling Appliances

DIY Infrared Control Device: Simple Principles for Controlling Appliances

Infrared is a type of electromagnetic wave with a wavelength longer than that of red light. Since it exceeds the range observable by the human eye, it is invisible to us. However, sensors can detect it, with wavelengths typically ranging from 760nm to 400nm. We can take advantage of this to create an infrared controller. … Read more

Getting Started with 51 Microcontroller Video Tutorial Released

The sun sets in the west, and though one is not old, seize the time to run around. Don’t wait until your legs are not good, and you need someone to help you walk. I want to go out with my girlfriend for a few days during the National Day holiday. Does anyone have a … Read more

Some Insights on 51 and AVR Microcontroller Development

Some Insights on 51 and AVR Microcontroller Development

The chips I have used before include: AT89C51, 2051, PIC16C711, 16F84, LPC76X, ADuC812/834 However, after seeing AVR, I think AVR has many advantages: 1. It has a 10-bit A/D converter, which generally meets the basic requirements for industrial control; 2. It comes with FLASH and EEPROM, especially the EEPROM, which can store logic bombs to … Read more