From d43634ffbfa30a03fa5cecdc82f6d3d4827d7ac5 Mon Sep 17 00:00:00 2001 From: OliE Date: Wed, 6 Jun 2018 21:45:55 +0200 Subject: [PATCH] Updated Custom Bluetooth Scale (markdown) --- Custom-Bluetooth-Scale.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Custom-Bluetooth-Scale.md b/Custom-Bluetooth-Scale.md index 1662710..f470bdd 100644 --- a/Custom-Bluetooth-Scale.md +++ b/Custom-Bluetooth-Scale.md @@ -45,7 +45,7 @@ Nowadays all smartphones supports Bluetooth 4.x and not Bluetooth 3.x anymore, s -Luckily, we don't need to change anything because we can use the same pins as for the HC-05. For the HC-10 configuration we can also use the same Arduino sketch and parameters like in the chapter [Connecting a HC-05 Bluetooth module](https://github.com/oliexdev/openScale/wiki/Custom-Bluetooth-Scale/_edit#connecting-a-hc-05-bluetooth-module-to-a-tablet). It is even slightly easier because we don't have to pull high a KEY pin anymore. You can find the AT commands in the [HC-10 manual](https://github.com/oliexdev/openScale/blob/master/doc/custom_scale/hc_10/HC_10_Manual.pdf). For example to change the Bluetooth device name to `openScale` send the AT command `AT+NAMEopenScale` to the HC-10 module. +Luckily, we don't need to change anything because we can use the same pins as for the HC-05. For the HC-10 configuration we can also use the same Arduino sketch and parameters like in the chapter [Connecting a HC-05 Bluetooth module](https://github.com/oliexdev/openScale/wiki/Custom-Bluetooth-Scale/_edit#connecting-a-hc-05-bluetooth-module-to-a-tablet) (only change "both NL & CR" back to "no line ending"). It is even slightly easier because we don't have to pull high a KEY pin anymore. You can find the AT commands in the [HC-10 manual](https://github.com/oliexdev/openScale/blob/master/doc/custom_scale/hc_10/HC_10_Manual.pdf). For example to change the Bluetooth device name to `openScale` send the AT command `AT+NAMEopenScale` to the HC-10 module. ## Reducing the power consumption