Recall & Review
beginner
What is the HC-05 Bluetooth module used for?
The HC-05 module is used to add wireless Bluetooth communication to Arduino projects, allowing devices to send and receive data wirelessly.
Click to reveal answer
beginner
How do you connect the HC-05 module to an Arduino board?
Connect HC-05 VCC to 5V, GND to GND, TXD to Arduino RX pin, and RXD to Arduino TX pin (usually through a voltage divider to protect the module).
Click to reveal answer
intermediate
What is the difference between HC-05 and HC-06 modules?
HC-05 can act as both master and slave device, while HC-06 works only as a slave device. HC-05 is more versatile for Bluetooth communication.
Click to reveal answer
beginner
How do you send data from Arduino to a Bluetooth device using HC-05?
Use the Serial communication commands like Serial.write() or Serial.print() to send data through the HC-05 module connected to Arduino's serial pins.
Click to reveal answer
intermediate
Why is a voltage divider needed on the HC-05 RX pin?
Because the HC-05 RX pin works at 3.3V logic level, and Arduino TX pin outputs 5V, a voltage divider reduces 5V to 3.3V to protect the module.
Click to reveal answer
Which pin on the HC-05 module should be connected to Arduino's RX pin?
✗ Incorrect
The HC-05 TXD pin sends data to Arduino's RX pin.
What role does the HC-05 module play in Bluetooth communication?
✗ Incorrect
HC-05 enables wireless data transfer between devices.
Which Arduino function is commonly used to send data via HC-05?
✗ Incorrect
Serial.print() sends data over serial communication to HC-05.
What voltage level should the HC-05 RX pin receive?
✗ Incorrect
HC-05 RX pin works at 3.3V logic level to avoid damage.
Which module can act as both master and slave in Bluetooth communication?
✗ Incorrect
HC-05 supports master and slave modes; HC-06 supports only slave mode.
Explain how to connect and communicate with an HC-05 Bluetooth module using Arduino.
Think about wiring and serial communication steps.
You got /4 concepts.
Describe the main differences between HC-05 and HC-06 Bluetooth modules.
Focus on device roles and flexibility.
You got /4 concepts.