In this ESP32 project, I have shown how to make an ESP32 Bluetooth Home Automation system to control 8 home appliances with Bluetooth, IR remote, and manual switches.

You don't need any internet connection for this project. During the article, I have shown all the steps to make this smart home system.

Tutorial Video on this ESP32 Bluetooth Home Automation:

This ESP32 control smart relay has the following features: Control home appliances with Bluetooth App from your smartphone. Control home appliances with any IR remote. Control home appliances with manual switches or Pushbutton. If you don't want to use PCB, you can also make this IoT project using an 8-channel relay module, ESP32, and IR receiver sensor. 

 Circuit Diagram of the ESP32 Projects:

This is the complete circuit diagram for this home automation project. I have explained the circuit in the tutorial video.

The circuit is very simple, I have used the GPIO pins D23, D22, D21, D19, D18, D5, D25 & D26 to control the 8 relays.

And the GPIO pins D13, D12, D14, D27, D33, D32, D15 & D4 are connected with Switches to control the 8 relays manually.

And the output pin of the IR Receiver is connected with GPIO D35.

I have used the INPUT_PULLUP function in Arduino IDE instead of using the pull-up resistors.

I have used a 5V 5A DC power supply.

Required Components:

Required Components for the PCB:

Required Software:

Testing the Circuit Before Designing the PCB:

Before designing the PCB, I have made the complete circuit using ESP32, an 8-channel relay module, and manual switches.

As you can see, the relays can be controlled from the Bluetooth app, IR remote, and manual switches. You don't need any WiFi for this ESP32 project.

In the following steps, I have explained the complete projects in detail, also shared the source code and PCB Garber file.

Control Relays Using Bluetooth App:

After pairing the ESP32 with mobile Bluetooth, you can easily control the relays from the Bluetooth App.

I have made this Bluetooth app in MIT app inventor. The app is simple and easy to use.

You can download the app from the following link.

https://github.com/techstudycell/ESP32-Bluetooth-Home-Automation-with-IR-Remote-Control-Relay/tree/main/Bluetooth_Switch_V1_App

ESP32 Control Relay With IR Remote:

You can always control the relays from the IR remote. For this project, you can use any IR remote.

I will explain how to get the IR codes (HEX codes) from any remote in the following steps.

Control Relays Manually With Switches:

For this project, you can use both switches or push buttons.

If you want to use switch (latched), then upload the source code for switches.

And for the push button upload the source code for the manual button.

Both source codes are shared in this article.

Designing the PCB for ESP32 Projects:

To make the circuit compact and give a professional look, I have designed the PCB after testing all the features of the smart relay module on the breadboard.

You can download the PCB Gerber file of this home automation project from the following link:

Download the PCB Gerber File

Order the PCB from JLCPCB:

After downloading the Garber file you can easily order the PCB

1. Visit https://jlcpcb.com and Sign in / Sign up

2. Click on the QUOTE NOW button.

3. Click on the "Add Gerber file" button. Then browse and select the Gerber file you have downloaded.

Uploading the Gerber File and Set the Parameters

4. Set the required parameter like Quantity, PCB masking color, etc.

5. After selecting all the Parameters for PCB click on SAVE TO CART button.

Select Shipping Address and Payment Mode

6. Type the Shipping Address.

7. Select the Shipping Method suitable for you.

8. Submit the order and proceed with the payment.

You can also track your order from the JLCPCB.com

My PCBs took 2 days to get manufactured and arrived within a week using the DHL delivery option.

PCBs were well packed and the quality was really good at this affordable price.

Solder All the Components on PCB:

After that, I have soldered all the components as per the circuit diagram. Then connect the ESP32 board and 1838 IR receiver with PCB.

Get the IR Codes (HEX Code) From Remote:

Now, to get the HEX codes from the remote, first, we have to connect the IR receiver output pin with GPIO D35.

And give the 5V across the VCC and GND. The IR receiver must have a metallic casing, otherwise, you may face issues.

Download the code for getting the HEX codes:

https://drive.google.com/file/d/1MLJ96CQN3wOuu6iWArsMq9rKsKR5Z3Xi/view?usp=sharing

Then follow the following steps to get the HEX codes

Save all the HEX codes in a text file.

Codes for the ESP32 (Bluetooth + IR) Home Automation:

If you use switch (Latched) then refer to the code for Switch, and for momentary switch please use the code for the pushbutton.

Download and install the following libraries in Arduino IDE

AceButton Library: https://github.com/bxparks/AceButton

IRremote library: https://github.com/Arduino-IRremote/Arduino-IRremote

Program the ESP32 With Arduino IDE:

Here, I have given the ESP32 Bluetooth name as "ESP32_BT". To change the name update the following line in void setup().

SerialBT.begin("ESP32_BT"); //Bluetooth device name

Then update the HEX code in the ir_remote function as shown in the tutorial video.

After that, select the DOIT ESP32 DEVKIT V1 board and proper PORT.

Then upload the code to ESP32 Board.

While uploading the code to ESP32, if you see the "Connecting....___" text, then press the BOOT button of the ESP32.

Connect the Home Appliances:

Connect the 8 home appliances as per the circuit diagram.

Please take proper safety precautions while working with high voltage.

Connect 5-volt DC supply with the PCB.

Turn ON the Supply:

Turn on the 110V/230V supply and 5V DC supply.

Connect the Bluetooth App With ESP32:

I have designed the Bluetooth Switch App in MIT App Inventor for this ESP32 Bluetooth project.

Please download and install the Bluetooth App (APK file attached), then you have to connect the Bluetooth App with ESP32.

Download Bluetooth App for the ESP32 Bluetooth project

https://drive.google.com/file/d/1IpKthi5wDD9kDJduudfDiAPXp15MMDYo/view?usp=sharing

Finally!! the ESP32 Home Automation System Is Ready:

Now you can control your home appliances in a smart way.

I hope you have liked this ESP32 Bluetooth home automation project. I have shared all the required information for this project.

I will really appreciate it if you share your valuable feedback. Also if you have any query please write in the comment section.

Thank you & Happy Learning.