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

Epoll in Linux Device Driver – Linux Device Driver Tutorial Part 44

epoll 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 Epoll in Linux Device Driver using Raspberry PI – Linux Device Driver Tutorial … Read more

Select Linux Example Device Driver – Linux Device Driver Tutorial Part 43

Select Linux Example

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 Select Linux Example Device Driver using Raspberry PI – Linux Device Driver Tutorial … Read more

Poll Linux Example Device Driver – Linux Device Driver Tutorial Part 42

poll linux example

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 Poll Linux Example Device Driver using Raspberry PI – Linux Device Driver Tutorial … Read more

Flexible Array Member in C (FAM)

Flexible Array member in C

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 container_of macro in C programming. In this article, we are going to see Flexible Array … Read more

STM32 RTOS – GPIO Tutorial (CMSIS V2)

STM32-RTOS-GPIO-Output

This is the STM32 RTOS (RTX-CMSIS) series. The aim of this series is to provide easy and practical examples that anyone can understand. Now in this tutorial, we are going to see “STM32 RTOS – GPIO Tutorial (CMSIS V2)“.Please read the other STM32 Tutorials.You can read LPC2148 RTX RTOS, a project creating for STM32 without RTOS, a … Read more

Getting started with STM32 RTOS – Project setup with Keil CMSIS

This is the STM32 RTOS (RTX-CMSIS) series. The aim of this series is to provide easy and practical examples that anyone can understand. Now in this tutorial, we are going to see “Getting started with STM32 RTOS – Project setup with Keil CMSIS“.Please read the other STM32 Tutorials.You can also read the STM32 Keil project, STM32 … Read more

SSD1306 I2C Linux Device Driver using Raspberry PI – Linux Device Driver Tutorial Part 41

SSD1306 I2C 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 SSD1306 I2C Linux Device Driver using Raspberry PI – Linux Device Driver Tutorial … Read more

NRF24L01 interfacing with 8051 – Wireless Xbee

In our previous tutorial, we have seen a gas detection sensor interfacing with 8051. NRF24L01 interfacing with 8051 tutorial is intended to enable wireless data transfer for 8051.  So to do that, we will interface nRF24L10 with 8051. This will enable us to transfer the data wirelessly (by air) between two 8051 boards using NRF24L01.NRF24L01 … Read more

I2C Bus Linux Device Driver using I2C-GPIO – Linux Device Driver Tutorial Part 40

I2C Bus Linux Device Driver using I2C-GPIO

his 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 I2C Bus Linux Device Driver using I2C-GPIO using Raspberry PI – Linux Device … Read more