Concept Flow - Receiving commands over Bluetooth
Start Bluetooth Serial
Wait for Data Available?
No→Keep Waiting
Yes
Read Incoming Command
Process Command
Execute Action
Loop Back to Wait
The Arduino waits for Bluetooth data, reads commands when available, processes them, and executes actions in a loop.