This week's assignment is to Communicate wirelessly with a Smart Circuit via a Graphical User Interface (GUI) on your phone or PC.
Smart Door
A smart door is a mobile-controllable system that improves the quality of life.
Software
This is an Android app that allows us to control any other device using Bluetooth.
Arduino Uno
Connecting Wires
Breadboard
Bluetooth
16Ă—2 LCD screen
Servo Motor
(Action Component)
First, I used an Arduino Uno board to control my circuit.
I used a Servo motor to open and close the door.
I used an LCD screen to display the status of whether the door is open or closed.
I used the BT module hc-05 to control the device above through smartphone.
The servo is attached to pin 7 on the Arduino board.
The LCD screen is attached to pins A4:A5.
The black wires are attached to the ground.
The red wires are attached to the power source.
Final Result
The first time the code was not uploaded because the Tx and Rx of the Bluetooth module were attached to the Arduino pins.
By reviewing the instructor's advice, I found that we should detach the Tx and Rx of the Bluetooth module.