The ESP32 Microcontroller is a versatile tool for IoT projects, combining WiFi and Bluetooth in a single chip. This post will guide you through interfacing Bluetooth Classic with ESP32 to establish...
Category: Esp32
How to Interface ESP32 with SIM7600 4G LTE Module using Arduino IDE
In a world of connectivity, the demand for faster, more reliable internet access is ever-growing. That's why IoT devices depend not only on WiFi or GSM (2G). 4G LTE communication has become popular...
In today's rapidly evolving world, where energy efficiency is crucial for sustainable living, the Internet of Things (IoT) offers innovative solutions to monitor and manage energy consumption. In...
ESP32 LoRaWAN Gateway tutorial with Sensor Node: Example Code Included
In the era of the Internet of Things (IoT), connecting devices and collecting data has become more accessible and vital than ever before. LoRaWAN (Long Range Wide Area Network) technology has emerged...
This tutorial will discuss how we can communicate between multiple (3 to 32) ESP32 devices using RS485 physical layer. We will follow the Modbus master-slave communication method and build a data...
Interfacing Esp32 with LoRa using Arduino IDE: Example Code Included
In this tutorial, we will interface ESP32 with LoRa SX1278 (Ra-02) module using Arduino IDE. We will create a real-world example project that turns ON-OFF a led wirelessly over LoRa for the...