Hi, I'm Eric


Embedded Software Engineer From Taiwan
  • Raspberry Pi Bluetooth Speaker: A Comprehensive Guide

    This guide provides a detailed walkthrough on turning your Raspberry Pi into a Bluetooth speaker. You will discover how to use Yocto for building custom Linux distributions tailored to your specific needs. In the end, you’ll be able to stream music from your connected phone to your Raspberry Pi via...
  • Build Linux Distribution for NXP i.MX 8 with Yocto Project

    Welcome to our guide on building a custom Linux distribution for the NXP i.MX 8 platform using the Yocto Project. Throughout this blog, you’ll learn everything from setting up your development environment to deploying the final image. Let’s dive in!
  • How to Build Linux kernel for BeagleBone Black

    In this tutorial, we’ll walk you through the process of building a custom Linux kernel tailored specifically for the BeagleBone Black platform. By following these steps, you’ll be able to create a customized embedded Linux distribution optimized for your project’s requirements.
  • Leetcode 1. Two sum solution

    In this post, we’ll discover the power of hash tables in solving LeetCode’s Two sum problem.