top of page


Reading from UART Vocoder Chip from Linux
UART Vocoder chips are integral components in voice processing systems, facilitating voice encoding and decoding tasks. This article...
mkmints
Jun 15, 20242 min read
22 views
0 comments


Accessing UART Vocoder Chip from Linux
UART Vocoder chips are commonly used in embedded systems for voice encoding and decoding applications. This article provides a detailed...
mkmints
Jun 11, 20242 min read
28 views
0 comments


Accessing UART GPS Chip from Linux
Global Positioning System (GPS) chips with UART interfaces are commonly used in embedded systems for accurate location tracking. This...
mkmints
Jun 11, 20242 min read
121 views
0 comments


Accessing I2C Hub from Linux
I2C hubs are essential components in embedded systems, enabling the connection of multiple I2C devices to a single I2C bus. These hubs...
mkmints
Jun 1, 20243 min read
71 views
0 comments


Accessing I2C IO Expander from Linux
I2C IO expanders are versatile devices commonly used in embedded systems to increase the number of GPIO (General Purpose Input/Output)...
mkmints
Jun 1, 20243 min read
185 views
0 comments


Accessing I2C Real-Time Clock (RTC) from Linux
I2C Real-Time Clocks (RTCs) play a crucial role in embedded systems, providing accurate timekeeping capabilities for applications ranging...
mkmints
May 30, 20243 min read
193 views
0 comments


Accessing I2C Temperature Sensor from Linux
I2C temperature sensors are essential components in embedded systems, providing accurate temperature measurement capabilities for various...
mkmints
May 30, 20242 min read
155 views
0 comments


Accessing I2C EEPROM Memory from Linux
I2C Electrically Erasable Programmable Read-Only Memory (EEPROM) devices play a crucial role in storing configuration data, calibration...
mkmints
May 30, 20242 min read
200 views
0 comments


Linux Device Drivers IOCTL
In Linux device driver development, the Input/Output Control (IOCTL) interface provides a powerful mechanism for communicating between...
mkmints
Apr 17, 20243 min read
245 views
0 comments


🧰 I2C Device Driver Tutorial: Part 4 - Developing a Basic I2C Device Driver 🧰
In the fourth part of our tutorial series on I2C device drivers, we'll dive into the development of a basic I2C device driver in the...
mkmints
Apr 10, 20242 min read
15 views
0 comments
bottom of page