Completion in Linux Device Driver – Linux Device Driver Tutorial Part 28

completion 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 Completion in Linux Device Driver – Linux Device Driver Tutorial Part 28.Prerequisites In … Read more

High Resolution Timer In Linux – Linux Device Driver Tutorial Part 27

Using High Resolution Timer In Linux 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 high-resolution timer In Linux Device Driver using Raspberry PI – Linux Device Driver … Read more

Sending Signal from Linux Device Driver to User Space – Linux Device Driver Tutorial Part 25

Sending Signal from Linux Device Driver to User Space

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 Sending Signal from Linux Device Driver to User Space – Linux Device Driver … Read more

Read Write Spinlock in Linux Kernel (Spinlock Part 2) – Linux Device Driver Tutorial Part 24

read-write spinlock

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 Read-Write Spinlock in Linux Kernel (Spinlock Part 2) – Linux Device Driver Tutorial … Read more

Spinlock in Linux Kernel Part 1 – Linux Device Driver Tutorial Part 23

Spinlock in Linux Kernel

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 Spinlock in Linux Kernel Part 1 – Linux Device Driver Tutorial Part 23.You … Read more

Tasklets in Linux kernel | Dynamic Method – Linux Device Driver Tutorial Part 21

Tasklets in Linux 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 Tasklets in Linux kernel (Dynamic Method) – Linux Device Driver Tutorial Part 21.Prerequisites … Read more

Tasklet in Linux (Static Method) – Linux Device Driver Tutorial Part 20

tasklet tutorial

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 Tasklet in Linux Device Driver (Static Method) – Linux Device Driver Tutorial Part … Read more

LPG Gas Sensor Interfacing with 8051

In our previous tutorial, we have seen a Rain sensor interfacing with 8051. In this tutorial, we are going to see LPG Gas Sensor Interfacing with 8051.Prerequisites Before starting this tutorial we should know the below topics. If you know already, please go ahead. 8051 GPIO Tutorial LCD Interfacing with 8051 Hardware Required We have … Read more

Rain Sensor Interfacing with 8051

In our last tutorial, we have interfaced the fire or flame detecting sensor with 8051. In this tutorial, we are going to see Rain Sensor Interfacing with 8051.Prerequisites Before starting this tutorial we should know the below topics. If you know already, please skip this section. 8051 GPIO Tutorial LCD Interfacing with 8051 Hardware Required … Read more

Flame Sensor Interfacing with 8051

In our previous tutorials, we have seen a Touch sensor interfacing with 8051. In this tutorial, we are going to discuss Flame Sensor Interfacing with 8051.Prerequisites Before starting this tutorial we should know the below topics. If you know already, please go further. 8051 GPIO Tutorial LCD Interfacing with 8051 Hardware Required We have our … Read more