Featuring my DIY Electronic Parts Action Figure called [GERR-E].
Video Uploaded
https://youtube.com/@HeathenHacks
EXPANDED TECHNICAL DETAILS
Bluetooth Networking Hierarchy
This project establishes a direct, semi-permanent wireless link between two Arduino boards without needing a smartphone intermediary.
AT Command Configuration: One HC-05 Bluetooth module is programmed into "Master" mode using specific serial AT commands. It is set to automatically "Bind" to the MAC address of the "Slave" module.
Transparent Serial Link: Once paired, the two Arduinos see each other as a standard RX/TX wire. Data sent to the Serial.print() on the Master instantly appears on the Serial.read() of the Slave.
Practical Use Case
Remote Control: The Master board (with buttons/joystick) can wirelessly control robot movement or light switches connected to the Slave board from across a building (up to 10-20m range).