Data Acquisition System Setup with Raspberry Pi

Data Acquisition System Setup with Raspberry Pi

Background The data acquisition system is primarily responsible for real-time data collection and visualization of the sensors on the racing car during its operation.To achieve real-time data transmission, a microcontroller is often used as a medium for data processing and transmission,which requires the microcontroller to operate like a small computer.For general microcontrollers, due to limited … Read more

Do Embedded Development Need Architectural Design?

Do Embedded Development Need Architectural Design?

Source | IOT IoT Town This may be a controversial topic, whether it is necessary or not, still needs to be combined with the actual situation. What is architectural design 1. Understanding the concept of architectural design I believe most of the students reading this article are engaged in embedded development, and everyone must have … Read more

New Books from Huaqing: Detailed Development Guide for ARM Processors and Embedded Linux System Development Tutorial

New Books from Huaqing: Detailed Development Guide for ARM Processors and Embedded Linux System Development Tutorial

After extensive planning and preparation, new books have finally been published this month: Huaqing’s Embedded Series “Detailed Development Guide for ARM Processors – Based on ARM Cortex-A9 Processor Development Design” and “Embedded Linux System Development Tutorial”. Continuing the consistent style of Huaqing’s embedded professional books and teaching materials, these books provide detailed and professional explanations, … Read more

Best Raspberry Pi Operating Systems for Various Purposes | Linux China

Best Raspberry Pi Operating Systems for Various Purposes | Linux China

Considering the many uses of the Raspberry Pi, choosing a suitable operating system for it is extremely important. Of course, you can do a lot with Linux, but an operating system configured for specific purposes can save you a lot of time and effort. https://linux.cn/article-12219-1.htmlAuthor: Ankush DasTranslator: Xiaobin.Liu The Raspberry Pi is an essential single-board … Read more

Top 10 Creative Raspberry Pi Projects of 2021

Top 10 Creative Raspberry Pi Projects of 2021

Introduction: Your next popular Raspberry Pi project. Word count: 1878, estimated reading time: 3 minutes https://linux.cn/article-14142-1.htmlAuthor: Joshua Allen HolmTranslator: geekpi The Raspberry Pi is one of the most popular single-board computer brands. Its popularity is partly due to the numerous unique and interesting projects people have created using the Raspberry Pi. People have used the … Read more

Introducing LEDE: A New Era for Embedded Linux Development

Introducing LEDE: A New Era for Embedded Linux Development

LEDE project is a spin-off of the OpenWrt project and shares many of the same goals. We are building an embedded Linux distribution that is easy for developers, system administrators, or other Linux enthusiasts to compile and customize software for embedded devices, especially wireless routers. The name LEDE stands for Linux Embedded Development Environment.The project … Read more

Common Commands for ARM Development Boards

Common Commands for ARM Development Boards

1、reboot means to restart. 2、source makes the modified files take effect immediately, avoiding the problem of having to restart for the changes to take effect. For example, if we modify /etc/profile, the changes will not take effect immediately. In this case, we can enter source /etc/profile to apply the changes. There will be more updates … Read more

Getting Started with OpenWRT: Writing Firmware to USB for x86 Soft Routing

Getting Started with OpenWRT: Writing Firmware to USB for x86 Soft Routing

Recently, I’ve noticed that many friends want to try the soft routing system OpenWRT. Today, we’re starting to update various posts related to soft routing! What is a soft router? A soft router refers to using a desktop or server with software to create a routing solution, mainly relying on software settings to achieve the … Read more

Differences and Similarities Between RTOS and Linux

Differences and Similarities Between RTOS and Linux

关注+星标公众号,不错过精彩内容 作者 | strongerHuang 公众号 | strongerHuang Many embedded developers have such doubts: What is the difference between RTOS and Linux? RTOS: Real-Time Operating System, refers to an operating system that can accept and process external events or data at a fast enough speed when they occur, and the results of the processing can control … Read more

LattePanda Delta: The Perfect Blend of Design, Performance, and Price Supporting Windows and Linux

LattePanda Delta: The Perfect Blend of Design, Performance, and Price Supporting Windows and Linux

Hello everyone, I am the beloved Xiaoyue. Recently, a fan asked me to introduce a new development board that supports windows & linux. After careful consideration, I decided to introduce the LattePanda Delta. LattePanda Delta, mathematical symbol triangle △; it represents a compromise between design, performance, and price. It maintains a perfect balance, best reflecting … Read more