Articles by Tag #embedded

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

Custom Linux Image for Raspberry Pi 5: A Guide with Buildroot

Earlier this year, I got my hands on a Raspberry Pi 5 with the goal of expanding my knowledge of...

Learn More 15 2Apr 1

Enabling Raspberry Pi 5 Onboard Wi-Fi using Buildroot External Tree

The Raspberry Pi 5 features a built-in wireless module based on the Cypress CYW43455, which connects...

Learn More 6 0Apr 12

PlatformIO: A Better Way to Code for STM32 Microcontrollers

1. STM32 Microcontrollers The STM32 series is a popular, affordable, and high-performance...

Learn More 5 0Dec 5 '24

Introducing hybrid_phi: Reversible Signal Approximation and Routing in Rust

What if you could compress, store, and route signals — all with a compact reversible method, without...

Learn More 5 0May 5

Enabling Ethernet support and OpenSSH on Raspberry Pi 5 with Buildroot

In my last post, I discussed logging into a Raspberry Pi 5 image built with Buildroot over a serial...

Learn More 5 1Apr 7

Monitoring and Controlling CPU Temperature on Linux Systems Using Sysfs

Effectively monitoring and managing CPU temperature in embedded systems is crucial to prevent...

Learn More 5 0Apr 19

Hello OpenSBI!

In this post we will discuss on how we can get a Hello World! printed on the OpenSBI console. Let's...

Learn More 3 0Sep 7 '24

Self-Aligning Dish in Rust: Introduction

Rust is a relatively new programming language with a lot of potential in systems programming. Its...

Learn More 3 0Nov 21 '24

The Best Embedded Debug Probes and What They're Used For

When developing embedded systems, having the right debug probe can make all the difference. Debug...

Learn More 2 7May 28

How Embedded Systems and IoT Projects Can Kickstart Your Core Engineering Career

If you’re an engineering student or recent graduate, you’ve probably been told that real-world...

Learn More 2 3Jul 10

Das U-Boot: from Power-On to initrd

Das U-Boot is a well-known bootloader which brings embedded Linux devices to life since 1999, it...

Learn More 2 0May 7

Digging Deeper: LED Blink from Arduino, C, and AVR Assembly

Intro I've been learning electronics and microcontrollers. I've decided to pick the AVR...

Learn More 1 0Jun 23

.Net Core API Project with Embedded React.js UI

This is a sample .NET Core API project demonstrating how to serve an embedded React.js UI (built with...

Learn More 1 0Oct 28 '24

IoT Security Vulnerabilities: Embedded Systems Protection

IoT Security Vulnerabilities: Embedded Systems Protection Introduction Internet...

Learn More 1 0Aug 10

The Future of IoT AI in 2025 and Beyond

Machine learning (ML) has become a cornerstone of smart, autonomous decision-making in IoT devices....

Learn More 1 0Jul 17

IoT Security Updates

Many companies have demonstrated the value of regularly enhancing product performance through...

Learn More 1 1Jul 17

Why RK3566 is a Great Choice for Your Next Embedded SBC Project

When it comes to building reliable and flexible embedded systems for industrial and commercial...

Learn More 1 0Apr 21

How to Tell if Your eMMC is Damaged? 5 Practical Signs from Real-World Debugging

eMMC (embedded MultiMediaCard) is widely used in embedded systems and single board computers (SBCs)...

Learn More 1 0Jul 25

Self-Aligning Dish in Rust: Blink

In the last post of this series, we looked at how to write a minimal Rust program for the Raspberry...

Learn More 1 0Nov 21 '24

🧠 Debugging Hard Faults on ARM Cortex

Hard Faults are the embedded developer’s equivalent of a kernel panic—sudden, catastrophic, and often...

Learn More 1 0Jul 29

Using AUO TFT LCD Displays in Embedded System Projects – A Guide for Developers

Using AUO TFT LCD Displays in Embedded System Projects – A Guide for Developers " In...

Learn More 0 0Jul 17

Why Custom Embedded Systems Are Shaping the Future of Smart Devices

Why Custom Embedded Systems Are Shaping the Future of Smart Devices As smart devices...

Learn More 0 1Jun 17

Building Ambient Computing Systems: A Developer's Guide to Invisible UX

# Ambient system sensor processor - Raspberry Pi Pico example import mmWave from edge_ai import...

Learn More 0 0May 1

another one

freeCodeCamp Hashnode Publication Guide – How to Get Started Writing

Learn More 0 0Apr 19

Self-Aligning Satellite Dish in Rust: Compass Example

Create a new file compass.rs under the examples directory and copy the contents of src/main.rs into...

Learn More 0 0Nov 24 '24

Embedded Displays: The Core of Modern Industrial and Commercial Devices

In today’s connected world, the screen is often the first point of interaction between humans and...

Learn More 0 0Aug 15

LVGL: Revolutionizing Embedded UI Development

Quick Summary: 📝 LVGL is a free and open-source embedded graphics library written in C,...

Learn More 0 0Aug 9

Developing a UARTLite Driver over XDMA (PCIe) on a Custom SDR Board (Bridging AXI IP to Linux via PCIe)

Abstract This project demonstrates how to connect an FPGA-based UARTLite peripheral to...

Learn More 0 0Apr 21

"C with classes" revisited

Ever wondered why these Cold War era C/C++ stacks are so messy? They consist of trivial...

Learn More 0 0Feb 12

Self-Aligning Dish in Rust: Command Application

This part of the series will be an application of the preceding part, which enabled our project to...

Learn More 0 0Nov 21 '24