8 Fun and Easy Arduino Projects to Try

8 Fun and Easy Arduino Projects to Try

Source: Circuit City Editor: strongerHuang Arduino is a convenient, flexible, and easy-to-use open-source electronic prototyping platform. It is very easy for beginners to master while providing enough flexibility. Arduino is not only the most popular open-source hardware globally but also an excellent hardware development platform and a trend in hardware development. With Arduino, we can … Read more

Simulation of Communication Systems Based on Software Defined Radio Using Simulink

Simulation of Communication Systems Based on Software Defined Radio Using Simulink

This course includes introductory knowledge of analog and digital communication systems, aimed at undergraduate students majoring in electrical and computer engineering. This package contains course materials for an introductory analog and digital communications systems course taught to undergraduate electrical and computer engineering students. An integral part of the course design is a series of laboratory … Read more

How to Keep Your Android App Running Continuously

How to Keep Your Android App Running Continuously

How to keep your app running continuously? By default, if no cross-process deployment configuration is made, each Android app runs in a separate virtual machine, with each virtual machine corresponding to a process. When the app is reclaimed by the system or actively killed by the user (through app management software), the process exits completely. … Read more

Understanding the Instruction Sets of Cortex-M Processors

Understanding the Instruction Sets of Cortex-M Processors

In most cases, application code can be written in C or other high-level languages. However, having a basic understanding of the instruction set supported by Cortex-M processors helps developers choose the right Cortex-M processor for specific applications. The instruction set (ISA) is part of the processor architecture, and Cortex-M processors can be divided into several … Read more

Understanding ARM Cortex-M4 and Cortex-M0+ Interrupt Priority and Nested Preemption Issues

Understanding ARM Cortex-M4 and Cortex-M0+ Interrupt Priority and Nested Preemption Issues

Sitting on the high-speed train from Shanghai to Beijing, the long journey really makes one feel bored (I couldn’t get a direct train, so I can only go slowly, stopping at every station. It’s ridiculous that in the high-speed train era, it still is like this. It reminds me of the time in college when … Read more

Building a NAS with Raspberry Pi 4: A Simple Guide to Network Storage

Building a NAS with Raspberry Pi 4: A Simple Guide to Network Storage

To not miss my updates, remember to check the public account in the upper right corner and set it as a star, take down the stars and give them to me. Last month, we shared our treasured boards for everyone to learn and use. The first batch of users who received the boards shared their … Read more

Understanding SMARC: An Overview of Module Computer (Core Board) Standards

Understanding SMARC: An Overview of Module Computer (Core Board) Standards

1. Concept SMARC (Smart Mobility ARChitecture) is a generic definition for small computer modules based on ARM and X86 technology, designed for low-power embedded architecture platforms aimed at meeting the needs of low power, low cost, and high performance applications. These modules typically use ARM SOCs similar to those found in tablets and smartphones, or … Read more

Getting Started with C# NanoFramework: WIFI Scanning, Connecting, and HttpWebRequest on ESP32

Getting Started with C# NanoFramework: WIFI Scanning, Connecting, and HttpWebRequest on ESP32

Congratulations! The new board has finally arrived, without further ado, let’s get started. The main function of the ESP32 is WIFI. With WIFI, it can directly connect to the home WIFI router and access the internet. At this point, it acts like a small computer or smartphone, making it very convenient to connect to the … Read more

×