Concept Flow - Bluetooth with HC-05/HC-06 module
Power ON Arduino
Initialize Serial
Initialize Serial Bluetooth
Wait for Bluetooth Connection
Read Data from Bluetooth
Process Data / Send Response
Loop back to Read Data
The Arduino powers on, sets up serial communication with the computer and Bluetooth module, waits for Bluetooth connection, reads incoming data, processes it, and sends responses in a loop.