Install Minicom on Linux

Easy Guide: How to Install Minicom on Linux / Ubuntu

Minicom is a powerful serial communication program for Linux that enables users to connect to remote serial … Read more

Master Your First Arduino Sketch: Easy Setup & Upload Guide

Writing and uploading your first Arduino sketch is an exciting step in your journey into microcontroller programming. … Read more

installing the Arduino IDE on Ubuntu.

How to Install the Arduino IDE on Ubuntu ?

Setting up the Arduino development environment on Ubuntu can be a seamless process when done correctly. Whether … Read more

Top 5 Embedded Linux Development Boards to Explore in 2024

Embedded Linux development boards are essential tools for developers working on embedded systems projects. These boards offer … Read more

Cross Compilation of Linux kernel for Raspberry Pi 3 and Load It

For this post, we assume that you already have a working root filesystem as we did in … Read more

Embedded Linux RPi

Build Embedded Linux for Raspberry Pi using Yocto

Building complete Linux operating system for embedded devices was a complicated task requiring investment with both time … Read more

Emulate Rpi on Linux

How to Emulate RaspberryPi 2 using QEMU ?

We need to compile recent qemu source code since it has added support for Raspberry Pi, to … Read more

How to Enable Raspberry Pi 3’s HDMI Video / Display Console ?

If you have bought a Raspberry Pi 3 with a case and doesn’t have a serial port, … Read more

USB

USB Physical layer and components description

USB Physical layer and components description USB 1.0 – Low speed –  1.5Mbps USB 1.1 – Full … Read more

Adding New Machine in Yocto bitbake meta layers

Adding a new machine to the Yocto Project is a straightforward process. This section describes how to … Read more

How to compile DTS to DTB from Linux kernel and manually ?

Lets say, you have been trying to compile Linux kernel source code for Raspberry Pi following steps … Read more