Understanding Bluetooth Basics – Pairing and Handshaking Process

Bluetooth_ProtocolSequence

Bluetooth technology has become an integral part of our daily lives, enabling wireless communication between various devices. … Read more

Understanding Bluetooth Basics – Pairing and Handshaking process

Bluetooth_ProtocolSequence

What is Bluetooth? Bluetooth is a standardized protocol for sending and receiving data via a 2.4GHz wireless … Read more

Understanding sysfs and USB: A Comprehensive Guide for Developers

In the world of Linux, sysfs and USB play crucial roles in system management and device interaction. … Read more

How to wakeup Android using ADB commands ?

If the display of your android device is turned off due to device entering into sleep state, … Read more

Passing command line Arguments / Parameters to Linux kernel module

In Our previous post, “Writing first Linux kernel Module” We learned how to write a simple Linux … Read more

Writing First Linux kernel Module

We will try to understand the simple kernel driver, its compilation and ways to load the kernel … Read more

Understanding Linux LED Sysfs Class architecture

The LED class just allows control of LEDs from userspace. LEDs appear in /sys/class/leds/. In this post … Read more

How to assign IDC File for Input Device in Android ?

As we have seen in “How to identify which IDC file used by Input Device in Android … Read more

How to identify which IDC file used by Input Device in Android ?

Input device configuration files (.idc files) contain device-specific configuration properties that affect the behavior of input devices. … Read more