Touch Sensor Interfacing with PIC16F877A (TTP223B)

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 Sound detection sensor with PIC16F877A. In this tutorial, we are going to discuss Touch Sensor Interfacing with PIC16F877A (TTP223B). Prerequisites … Read more

Touch Sensor Interfacing with LPC2148 (TTP223B)

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 Sound detection sensor with LPC2148 (ARM7). In this tutorial, we are going to discuss Touch Sensor Interfacing … Read more

Sound Sensor Interfacing with 8051

In our last tutorial, we have seen how to interface the Bluetooth module with 8051. This tutorial is all about Sound 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 Components Required 8051 Development Board … Read more

Sound Sensor 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 LDR sensor with PIC16F877A. This tutorial is all about Sound Sensor Interfacing with PIC16F877A. Prerequisites Before starting this tutorial we … Read more

Sound Sensor Interfacing with LPC2148

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 LDR sensor with LPC2148 (ARM7). This tutorial is all about Sound Sensor Interfacing with LPC2148. Prerequisites Before … Read more

Multiple External Interrupts in 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. We have already seen External Interrupt, Serial, Timer Interrupts in our previous tutorial. In this tutorial, we are going to see How to use Multiple External … Read more

Linked List in Linux Kernel Part 1 – Linux Device Driver Tutorial Part 17

Linux Device Driver Tutorial Part 17 - Linked List 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 Linked List in Linux Kernel tutorial part 1 – Linux Device Driver Tutorial … Read more

Workqueue in Linux Kernel Part 3 – Linux Device Driver Tutorial Part 16

Workqueue 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. In our previous tutorials, we have used a global workqueue. But in this tutorial, we are … Read more

Workqueue in Linux Kernel Part 2 – Linux Device Driver Tutorial Part 15

Workqueue 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. In our previous tutorial, we have seen the Workqueue in Linux using the Static method. This is … Read more

Interrupts in Linux Kernel – Linux Device Driver Tutorial Part 12

Interrupts 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 Interrupts in Linux kernel driver – Linux Device Driver Tutorial Part 12. You … Read more