I2C Bus Driver Dummy Linux Device Driver – Linux Device Driver Tutorial – Part 38

I2C Bus 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 this concise guide, we’ll take you on a journey through the fundamentals of Linux Device … Read more

Understanding the Microcontroller GPIO – GPIO Working Explained

Understanding the Microcontroller GPIO

In general, whenever we learn a new programming language we used to write the “Hello World” program first. Likewise in the microcontroller, we try the LED Blinking program. To blink the LED, we need to access the  GPIO. If you are a programmer, you can just write “1” to the GPIO pin to make it … Read more

BMP280 I2C Linux Device Driver (Bosch Pressure sensor) – Linux Device Driver Tutorial Part 48

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 BMP280 I2C Linux Device Driver (Bosch Pressure sensor) – Linux Device Driver Tutorial … Read more

ADXL345 Interfacing with ESP32 (Single and Double Tap Detection) using NuttX RTOS

ESP32 ADXL345 Connection

Welcome to EmbeTronicX, Embedded Tutorials World. This article is a continuation of the series on NuttX RTOS tutorials using the ESP32 Dev board and carries the discussion on NuttX RTOS and their usage. The aim of this series is to provide easy and practical examples that anyone can understand. In our previous tutorial, we saw how to read … Read more

NuttX RTOS I2C Example using ESP32 – ADXL345 Interfacing

ESP32 ADXL345 Interfacing using NuttX RTOS I2C

This article is a continuation of the series on NuttX RTOS tutorials using the ESP32 Dev board and carries the discussion on NuttX RTOS and their usage. The aim of this series is to provide easy and practical examples that anyone can understand. In our previous tutorial, we saw how to use the GPIO. This is the NuttX … 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

Real I2C Bus Linux Device Driver – Linux Device Driver Tutorial Part 39

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

I2C Client Linux Device Driver – Linux Device Driver Tutorial Part 37

I2C Linux Device Driver using Raspberry PI

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

8051 – RTC Interfacing (Alarm Clock)

In our previous tutorial, we have interfaced the 8051 with EEPROM. In this project, we are going to see RTC Interfacing with 8051. Before that, we should know about the RTC (DS1307) operations. Let’s start. You can also read PIC16F877A RTC, LPC2148 ARM7 Introduction. Prerequisites I²C Basics I²C Advanced LCD Interfacing with 8051 8051 I2C … Read more

PIC16F877A – RTC (DS1307) Interfacing

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 RFID reader with PIC16F877A.  In this tutorial, we are going to discuss RTC Interfacing with PIC16F877A. Before that, we should know … Read more