Device File Creation – Linux Device Driver Tutorial Part 5

Device File Creation for Character Drivers

This article is a continuation of the Series on Linux Device Driver and carries the discussion on character drivers and their implementation. The aim of this series is to provide easy and practical examples that anyone can understand. This is the Device File Creation for Character Drivers – Linux Device Driver Tutorial Part 5. Prerequisites … Read more

Understanding the container_of Macro in Linux kernel

Understanding of container_of macro in Linux kernel

This article is the continuation of the Series on the C programming tutorial and carries the discussion on C language programming and its implementation. It aims to provide easy and practical examples for understanding the C program. In our last article, we have seen the Stringizing and Token Pasting Operators in C programming. The Linux kernel contains a very useful … Read more

BMP280 I2C Linux Device Driver (Bosch Pressure sensor) – Linux Device Driver Tutorial Part 48

This article is a continuation of the  Series on Linux Device Drivers and carries the discussion on Linux device drivers and their implementation. The aim of this series is to provide easy and practical examples that anyone can understand. This is the BMP280 I2C Linux Device Driver (Bosch Pressure sensor) – Linux Device Driver Tutorial … Read more

Setup Beaglebone Board – Linux Device Driver Tutorial – Part 1.2

Setup Beaglebone Board

This article is a continuation of the  Series on Linux Device Drivers and carries the discussion on character drivers and their implementation. The aim of this series is to provide easy and practical examples that anyone can understand. This is the Setup Beaglebone Board – Linux Device Driver Tutorial – Part 1.2. You can find a … Read more

Setup Ubuntu and Raspberry PI – Linux Device Driver Tutorial – Part 1.1

Setup Ubuntu and Raspberry PI

This article is a continuation of the  Series on Linux Device Driver and carries the discussion on character drivers and their implementation. The aim of this series is to provide easy and practical examples that anyone can understand. This is the Setup Ubuntu and Raspberry PI – Linux Device Driver Tutorial – Part 1.1. You … Read more

SPI Device Driver Tutorial – Linux Device Driver Tutorial Part 47

SPI Device Driver

This article is a continuation of the Series on Linux Device Drivers and carries the discussion on Linux device drivers and their implementation. The aim of this series is to provide easy and practical examples that anyone can understand. This is the SPI Device Driver Tutorial (SPI Protocol Driver) – Linux Device Driver Tutorial Part … Read more

NuttX RTOS SPI Tutorial using ESP32 and SSD1306 OLED Display

NuttX SPI

Welcome to EmbeTronicX, Embedded Tutorials World. This article is a continuation of the series on NuttX RTOS tutorials using the ESP32 Dev board and carries the discussion on NuttX RTOS and their usage. The aim of this series is to provide easy and practical examples that anyone can understand. In this tutorial, we are going to … Read more

ESP32 LED Blinky Example using NuttX RTOS(own app and driver)

ESP32 LED Blinky Example

This article is a continuation of the series on NuttX RTOS tutorials using the ESP32 Dev board and carries the discussion on NuttX RTOS and their usage. The aim of this series is to provide easy and practical examples that anyone can understand. In our previous tutorial, we saw how to use the inbuilt code to … Read more

Threaded IRQ in Linux Device Driver – Linux Device Driver Tutorial Part 46

threaded-irq-in-Linux-Device-Driver-Basic-using-Raspberry-PI

This article is a continuation of the  Series on Linux Device Drivers and carries the discussion on Linux device drivers and their implementation. The aim of this series is to provide easy and practical examples that anyone can understand. This is the Threaded IRQ in Linux Device Driver using Raspberry PI – Linux Device Driver … Read more

Softirq in Linux Device Driver – Linux Device Driver Tutorial Part 45

softirq in linux

This article is a continuation of the  Series on Linux Device Drivers and carries the discussion on Linux device drivers and their implementation. The aim of this series is to provide easy and practical examples that anyone can understand. This is the softirq in Linux Device Driver using Raspberry PI – Linux Device Driver Tutorial … Read more