sonu

UART Communication Between two Microcontrollers

Using UART (Universal Asynchronous Receiver/Transmitter) communication, two microcontrollers may communicate serially. It is a cheap and effective communication protocol since it enables data transfer between two devices utilising just two cables. UART communication between two microcontrollers has a number of advantages, including: Simpleness: The UART communication protocol is a straightforward and easy to build one. …

UART Communication Between two Microcontrollers Read More »

Flash ESP-32 Wirelessly Through WIFI – OTA

This technique is applicable in numerous projects where physical connections are not necessary for flashing, allowing the user to simply be in close to the ESP32 controller and complete the flashing process wirelessly, eliminating the need for cables. Convenience: By eliminating the requirement for physical connections and cords, flashing the ESP-32 remotely through WIFI is …

Flash ESP-32 Wirelessly Through WIFI – OTA Read More »

Get Sensor value Notification in Telegram BOT

In this blog you will know how to get notification in telegram bot using ESP32 or ESP8266. Getting sensor values in a Telegram bot using ESP8266 has many benefits, including: Real-time monitoring: With sensor values integrated into your Telegram bot, you can easily monitor the data in real-time from anywhere, anytime. This can be especially …

Get Sensor value Notification in Telegram BOT Read More »

ESP-NOW Remote controller

Today we learn about how to make Remote controller using NodeMCU . We can control almost every appliances using ESP8266 without using any other communication modules. Components and software required – Getting started with ESP32 follow this link to setting up environment for ESP32 — https://elconics.com/getting-started-withesp32/ Get a MAC Address of receiver Upload this code …

ESP-NOW Remote controller Read More »