Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 865 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 865 Bytes

HC06 Config

Arduino sketch that helps you configure your HC-06 bluetooth module. The following options of the HC-06 can be changed:

  • The bluetooth name
  • The bluetooth PIN
  • The BAUD rate

In addition you can output the current firmware version.

How it works

Once you've wired up the Arduino and the HC-06, you can transfer the sketch to the Arduino using the Arduino PC software. Open up the serial monitor to interactively configure the options. The whole process is "menu guided": Select an option from the menu presented on the serial console and then follow the instructions.

Important notes:

  1. Please change the RXPIN and TXPIN constants at the beginning of the sketch according to your actual setup!
  2. Please make sure to select "carriage return" (CR, \r) line ending for the serial monitor! Otherwise your inputs will not be recognized!