How to build a universal, programmable IR remote
In this blog post, you will learn how to build a universal, programmable IR remote using Arduino. An infrared (IR) remote control is a common …
In this section, you’ll navigate through the various wired and wireless communication protocols available for Arduino and ESP32. Ethernet, SPI, Bluetooth, Wi-Fi, RFID, NFC and more are covered, providing detailed tutorials, use-case discussions, and advanced project ideas.
In this blog post, you will learn how to build a universal, programmable IR remote using Arduino. An infrared (IR) remote control is a common …
In this tutorial, you will learn how to control a stepper motor using an IR remote control. Stepper motors are widely used in various applications, …
In this tutorial, we will learn how to control a servo motor using an IR remote and an Arduino. Servo motors are widely used in …
In the world of microcontrollers, communication is a fundamental aspect that allows devices to interact with each other and exchange data. Arduino, along with other …
In this article, I will show you how to connect a Bluetooth module HC-05 to an ESP32 microcontroller. HC-05 enables you to connect any wired …
In this tutorial, you will learn how to use an IR remote with an ESP32. IR (Infrared) remotes are commonly used to control various electronic …
The ESP32 is a powerful microcontroller with wireless capabilities. In this article, I will show you how easy it is to connect a smartphone with …
Radio frequency Identification (RFID) technology has brought great comfort to our daily lives and has revolutionized the world. From automatically detecting items you have bought …
An Arduino network shield enables you to bring your projects to the Internet. With the surge in IoT (Internet of Things) applications, Arduino UNO with …
In this tutorial, you will learn all the essential details about the nRF24L01 transceiver module and how to use it to communicate wirelessly with Arduino …
Adding Bluetooth to your Arduino is the simplest way to give your Arduino projects the power of wireless possibilities. You can get rid of messy …
This article will give you all the necessary information about the Serial Peripheral Interface (SPI) communication protocol of the AVR microcontroller used in Arduino UNO …
In this tutorial, you will learn how to use an IR remote and receiver with the Arduino. I have included wiring diagrams and several example …