0
0
Arduinoprogramming~5 mins

Bluetooth with HC-05/HC-06 module in Arduino - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
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?
AHC-05 TXD pin
BHC-05 RXD pin
CHC-05 VCC pin
DHC-05 GND pin
What role does the HC-05 module play in Bluetooth communication?
AIt powers the Arduino board
BIt controls the Arduino's motor
CIt stores data permanently
DIt acts as a wireless communication bridge
Which Arduino function is commonly used to send data via HC-05?
Adelay()
BSerial.print()
CanalogRead()
DdigitalWrite()
What voltage level should the HC-05 RX pin receive?
A12V
B5V
C3.3V
D1.8V
Which module can act as both master and slave in Bluetooth communication?
AHC-05
BHC-06
CBoth HC-05 and HC-06
DNeither HC-05 nor HC-06
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.