RPPAL: An Excellent Embedded Rust Development Library for Raspberry Pi

RPPAL: An Excellent Embedded Rust Development Library for Raspberry Pi

RPPAL is a powerful library that provides a user-friendly interface for Raspberry Pi, allowing you to easily access peripherals such as GPIO, I2C, PWM, SPI, and UART. It not only enables you to control these peripherals effortlessly but also supports USB-to-serial adapters, allowing for more interesting development on the Raspberry Pi. The Core Advantages of … 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

Essential Guide to Embedded Development

Essential Guide to Embedded Development

At the STM32 Global Summit held in April this year, the industry looked ahead to the future of embedded systems and pointed out the three major development trends of embedded systems in 2024: On one hand, with the rapid development of artificial intelligence and machine learning technologies, embedded systems will increasingly integrate these advanced technologies … Read more

Creating an Embedded Fishing Tool for Work

Creating an Embedded Fishing Tool for Work

Source | DF Maker Community Sometimes slacking off is refreshing, but constantly slacking off is even better! Who can withstand the “996” or “715” work model? Even the donkeys in the production team wouldn’t dare to do that; donkeys also need rest. Proper rest can recharge the brain, allowing us to face more challenges and … Read more

Getting Started with CPU Circuit Design in Embedded Development

Getting Started with CPU Circuit Design in Embedded Development

▼Click the card below to follow our public account ▼ Hello everyone, welcome back to the Electronic Engineering Learning Circle. Today we will continue discussing this book, the Hardware System Engineer’s Bible. In the last article, we analyzed the Boost circuit and theoretically calculated the critical inductance value that ensures the Boost circuit operates in … Read more

The Split Between LEDE and OpenWrt: A Technical Overview

The Split Between LEDE and OpenWrt: A Technical Overview

(May 2016) Early in May, when a group of core OpenWrt developers announced that they would begin working on a derivative of OpenWrt (or possibly a branch) called the Linux Embedded Development Environment (LEDE), the OpenWrt user community was thrown into chaos. — Nathan Willis Table of Contents ◈ Responses and Questions25% ◈ Clarifications47% ◈ … Read more

FPGA + ARM Embedded Development Boards and Various Communication Tests

FPGA + ARM Embedded Development Boards and Various Communication Tests

Welcome FPGA engineers to join the official WeChat technical group. Clickthe blue textto follow us at FPGA Home – the best and largest pure FPGA engineer community in China. The Xilinx Zynq-7000 All Programmable SoC platform based on 28nm technology is a single-chip solution that combines ARM processors and FPGAs, making it very suitable for … Read more

Examples of Arduino Applications in Embedded Development

Examples of Arduino Applications in Embedded Development

Do you know what Arduino is? Do you know what Arduino can do? Today, let’s get to know Arduino! Arduino is a convenient, flexible, and easy-to-use open-source electronic prototyping platform. It includes hardware (various models of Arduino boards) and software (Arduino IDE). It was developed by a European team in the winter of 2005. Its … Read more

How to Use Image2lcd: A Step-by-Step Guide for LCD Image Conversion

How to Use Image2lcd: A Step-by-Step Guide for LCD Image Conversion

In embedded device development, LCD liquid crystal displays are often used. To load image data onto the LCD screen, image conversion processing is required.Image2lcd is a simple and easy-to-use image conversion software that can convert images into machine code consisting only of 0 and 1, commonly used for LCD display image conversion. Image2lcd is specifically … Read more

Getting Started with Raspberry Pi B: A Basic Introduction

Getting Started with Raspberry Pi B: A Basic Introduction

The Raspberry Pi (Chinese name: “树莓派”, abbreviated as RPi, or RasPi/RPi) is a credit card-sized computer designed for student computer programming education, and its system is based on Linux. I bought a Raspberry Pi B long ago but never got around to using it. Since I plan to venture into embedded development in the future, … Read more