Modbus with MAX485 and ESP32
Arduino Communication technologies Electronics project Electronics tutorial ESP32 IOT

MAX485 TTL to RS485 Modbus Module Interfacing with ESP32

The MAX485 TTL to RS485 Modus Module is a popular RS-485/RS-422 transceiver chip manufactured by Maxim Integrated. It’s commonly used in applications where long-distance serial communication is required, such as industrial control systems, building automation, and instrumentation. MAX485 Modbus Module: A MAX485 module typically includes the MAX485 chip along with necessary support components like voltage […]

CAN Bus Communication Protocol
Communication technologies Computer Science Electronics tutorial IOT

CAN Bus Communication Protocol in Automotive Industry

The Controller Area Network in short CAN Bus Communication Protocol has a fascinating history. It was developed by Robert Bosch GmbH in the 1980s to address the need for a robust serial communication protocol for in-vehicle networks. It is widely used communication protocol in automotive and industrial applications. History of Can bus Protocol: Here’s a […]

What is Modbus Communication Protocol
Communication technologies Computer Science Electronics tutorial Internet of things IOT

Modbus Communication Protocol for Industrial Machines

Modbus Communication Protocol is commonly used in industrial automation systems to exchange data between devices. It’s a simple and robust protocol, often used for connecting electronic devices such as programmable logic controllers (PLCs), remote terminal units (RTUs), sensors, and actuators. Modbus Protocol History: The Modbus communication protocol has a rich history dating back to the […]

BME280 Based Altimeter By ESP32
Electronics project Electronics tutorial ESP32 Internet of things IOT

Altimeter and Environment Sensor Using BME280 and ESP32

Creating an altimeter project using the BME280 sensor and an ESP32 microcontroller can be a fun and educational project. The BME280 is a sensor that measures temperature, pressure, and humidity, making it perfect for altitude measurement. Here’s how you can build it: Components Needed: ESP32 development board BME280 sensor module Breadboard and jumper wires OLED […]

Current Switching Circuit with Arduino
Active components Amplifier Projects Arduino Arduino based projects Electronic devices Electronics components Electronics project Electronics tutorial Gadgets Internet of things IOT Passive components Power supplies Protection Circuits Tech one

Current Switching Circuit using Arduino

Hello friends, Current Switching Circuit using Arduino? Do you know how to switch between two power supplies or current sources using Arduino and Relays? Welcome to another interesting article, suppose you want to operate a device that can be operated based on the room temperature or a temperature inside the device, let’s understand this with […]

Controlling Brightness of LED using Raspberry Pi 4
Electronics tutorial IOT Raspberry Pi Raspberry Pi IOT Projects

Raspberry Pi LED Brightness Controller

Controlling the brightness of an LED or blinking it continually by passing various delays with PWM (Pulse Width Modulation) it might be your first Raspberry Pi 4 learning experience. In this article, we perform three activities which are, Turning On & Off LED. Blinking it using PWM at different frequencies. Controlling the brightness of the […]