HC-05 Library

Post date: Feb 10, 2013 4:50:06 PM

I put together an Arduino library for the HC-05 Bluetooth to Serial module. It includes methods to automatically determine and set the HC-05 baud, issue AT commands to the module, and connection based blocking output.

The library can be configured for use with hardware or software serial ports. The library code is available at GitHub and there is a descriptive exercise here.