Skip to content

Instantly share code, notes, and snippets.

View aelse's full-sized avatar

Alexander Else aelse

View GitHub Profile
@aelse
aelse / hc_05_command_mode.ino
Last active November 18, 2018 23:48
Arduino hc_05 command mode - for controlling and configuring bluetooth module via arduino
/* hc_05_command_mode.ino
*
* Copyright 2018 Alexander Else (github @aelse).
* Released under MIT License.
*
* Use 'COMMAND' to enter command mode and send AT commands to HC-05 module.
* Use 'DATA' to enter data mode for normal use (including pairing).
*/
#include <SoftwareSerial.h>