PIC16F877A – GPS Interfacing

GPS Interfacing with PIC16F877A

This article is a continuation of the series of tutorials on the PIC16F877A Microcontroller. The aim of this series is to provide easy and practical examples that anyone can understand. In the previous tutorial, we have interfaced the RTC (Real Time Clock) with PIC16F877A.  In this tutorial, we are going to see GPS Interfacing with PIC16F877A.Suggestion to read … Read more

Linux Device Driver Tutorial Part 9 – Procfs in Linux

Procfs in Linux

This article is a continuation of the  Series on Linux Device Driver 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 ProcFS in Linux kernel driver tutorial – Linux Device Driver Tutorial Part 9.You … Read more

LPC2148 – GPS Interfacing

GPS Interfacing with PIC16F877A

This article is a continuation of the series of tutorials on the LPC2148 Microcontroller (ARM7). The aim of this series is to provide easy and practical examples that anyone can understand. In the previous tutorial, we have interfaced the ultrasonic sensor with LPC2148 (ARM7). In this tutorial, we are going to see GPS Interfacing with LPC2148.Suggestion … Read more

IOCTL in Linux (I/O Control) – Linux Device Driver Tutorial Part 8

IOCTL Tutorial in Linux

This article provides source code examples for both the driver and the userspace application to demonstrate the usage of IOCTL in Linux device drivers. Overall, the article serves as a tutorial for understanding and implementing IOCTL in Linux device drivers to enable communication between userspace and kernel space.This article is a continuation of the Series … Read more

Linux Device Driver Tutorial Programming – Linux Device Driver Tutorial Part 7

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 simple Linux Device Driver Programming Tutorial – Linux Device Driver Tutorial Part 7.From our … Read more

Cdev structure and File Operations – Linux Device Driver Tutorial Part 6

Cdev structure and File Operations of Character drivers

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 cdev structure and file operations of the character drivers tutorial – Linux Device Driver … Read more

Linux Device Driver Tutorial Part 4 – Character Device Driver

major-number-and-minor-number

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 Character Device Driver Major Number and Minor Number – Linux Device Driver Tutorial Part … Read more

Passing Arguments to Linux Device Driver – Linux Device Driver Tutorial Part 3

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 tutorial about Passing Arguments to Linux Device Driver – Linux Device Driver Tutorial Part 3.In … Read more

First Linux Device Driver – Linux Device Driver Tutorial Part 2

First Linux device driver

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 First Linux Device Driver – Linux Device Driver Tutorial Part 2.Prerequisites To continue with this … Read more

Linux Device Driver Tutorial – Part 1 | Introduction

Understanding Linux Device Drivers

This article is 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.In this article, we are explaining some basic concepts about Linux and its drivers. It aims to provide easy and practical … Read more