HC-06 hc01.comV2.0

The latest zs-040 HC-06 modules have an updated firmware, hc01.comV2.0. This firmware has the following defaults: – baud rate = 9600 – password = 1234 – nl/cr line endings not required. – AT commands are required to be in upper case – Firmware version = hc01.comV2.0 – Name = HC-06 – No parity – SLAVE … Read more

Bluetooth Control Panel

  04.03.2017 – Updated the app to version 3. See the changes log below for details.   Bluetooth Control Panel is a Bluetooth control app that can be used with a range of different microprocessors such as the Arduino. It uses Bluetooth 2.1 SSP such as the very popular, and cheap, HC-05s and HC-06s. A … Read more

Arduino to Arduino by Bluetooth

Updated 12.06.2016: Added example 2 In the Connecting 2 Arduinos by Bluetooth using a HC-05 and a HC-06: Pair, Bind, and Link post I explained how to connect a HC-05 to a HC-06 so that when powered they automatically made a connection. Here we look at using that connection to get Arduinos talking over Bluetooth. … Read more

Bluetooth Modules

Updated: 21.07.2017 There are many very similar Bluetooth modules available and sometimes it can be difficult finding out, not only which one you have, but also how yo use them. Here I look at some of the modules I have and try to show the basic settings. Getting Started Connecting To A Computer Android Apps … Read more

Arduino Bluetooth Control

Note added 24.03.2017 Added a download for the aia file. See the very bottom of the post. Note added 28.01.2016 The ABC app is a simple app that I first created to allow me to monitor Arduino pins and to give me basic control functions. It isn’t designed for complex control. I have received many … Read more

Arduino and HC-06 (ZS-040)

The HC-06 is a slave only BT module that is fairly easy to use with the Arduino using serial communication. Once it is connected it simply relays what it receives by bluetooth to the Arduino and whatever it receives from the Arduino it sends to the connected device. There are several slightly different versions of … Read more