diff --git a/.gitignore b/.gitignore index dbf12e1..a6c7a93 100644 --- a/.gitignore +++ b/.gitignore @@ -1,12 +1,10 @@ app/build .gradle -gradle/ +gradle/* +!gradle/wrapper/gradle-wrapper.jar +!gradle/wrapper/gradle-wrapper.properties *.iml .idea -.idea/workspace.xml -.idea/tasks.xml -.idea/datasources.xml -.idea/dataSources.ids *.swp local.properties .DS_Store @@ -20,3 +18,4 @@ out/ *.jks *.keystore signing.properties + diff --git a/app/build.gradle b/app/build.gradle index 0afacbb..6ef5b43 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -1,14 +1,18 @@ apply plugin: 'com.android.application' android { - compileSdkVersion 28 - buildToolsVersion "28.0.3" + defaultConfig { + versionCode 2 + versionName "1.2" + } + compileSdkVersion 30 + buildToolsVersion "30.0.0" defaultConfig { applicationId "com.pitchgauge.j9pr.pitchgauge" minSdkVersion 21 - targetSdkVersion 28 + targetSdkVersion 30 versionCode 2 - versionName "1.1" + versionName "1.2" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" } buildTypes { diff --git a/app/src/main/assets/Make-your-own-BlueTooth-RC-Throwmeter-V2.0-Dateien/colorschememapping.xml b/app/src/main/assets/Make-your-own-BlueTooth-RC-Throwmeter-V2.0-Dateien/colorschememapping.xml new file mode 100644 index 0000000..6a0069c --- /dev/null +++ b/app/src/main/assets/Make-your-own-BlueTooth-RC-Throwmeter-V2.0-Dateien/colorschememapping.xml @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/app/src/main/assets/Make-your-own-BlueTooth-RC-Throwmeter-V2.0-Dateien/filelist.xml b/app/src/main/assets/Make-your-own-BlueTooth-RC-Throwmeter-V2.0-Dateien/filelist.xml index 84d91bb..c9b6d04 100644 --- a/app/src/main/assets/Make-your-own-BlueTooth-RC-Throwmeter-V2.0-Dateien/filelist.xml +++ b/app/src/main/assets/Make-your-own-BlueTooth-RC-Throwmeter-V2.0-Dateien/filelist.xml @@ -1,27 +1,34 @@ - - - - - - - - - - + + + + + + + + + + + - - - + + + - + - - + + - + + + + + + + \ No newline at end of file diff --git a/app/src/main/assets/Make-your-own-BlueTooth-RC-Throwmeter-V2.0-Dateien/image001.jpg b/app/src/main/assets/Make-your-own-BlueTooth-RC-Throwmeter-V2.0-Dateien/image001.jpg deleted file mode 100644 index 74a2304..0000000 Binary files a/app/src/main/assets/Make-your-own-BlueTooth-RC-Throwmeter-V2.0-Dateien/image001.jpg and /dev/null differ diff --git a/app/src/main/assets/Make-your-own-BlueTooth-RC-Throwmeter-V2.0-Dateien/image001.png b/app/src/main/assets/Make-your-own-BlueTooth-RC-Throwmeter-V2.0-Dateien/image001.png new file mode 100644 index 0000000..05899a6 Binary files /dev/null and b/app/src/main/assets/Make-your-own-BlueTooth-RC-Throwmeter-V2.0-Dateien/image001.png differ diff --git a/app/src/main/assets/Make-your-own-BlueTooth-RC-Throwmeter-V2.0-Dateien/image002.jpg b/app/src/main/assets/Make-your-own-BlueTooth-RC-Throwmeter-V2.0-Dateien/image002.jpg new file mode 100644 index 0000000..e0a51ad Binary files /dev/null and b/app/src/main/assets/Make-your-own-BlueTooth-RC-Throwmeter-V2.0-Dateien/image002.jpg differ diff --git a/app/src/main/assets/Make-your-own-BlueTooth-RC-Throwmeter-V2.0-Dateien/image002.png b/app/src/main/assets/Make-your-own-BlueTooth-RC-Throwmeter-V2.0-Dateien/image002.png deleted file mode 100644 index d9bbdb5..0000000 Binary files a/app/src/main/assets/Make-your-own-BlueTooth-RC-Throwmeter-V2.0-Dateien/image002.png and /dev/null differ diff --git a/app/src/main/assets/Make-your-own-BlueTooth-RC-Throwmeter-V2.0-Dateien/image003.jpg b/app/src/main/assets/Make-your-own-BlueTooth-RC-Throwmeter-V2.0-Dateien/image003.jpg new file mode 100644 index 0000000..104599b Binary files /dev/null and b/app/src/main/assets/Make-your-own-BlueTooth-RC-Throwmeter-V2.0-Dateien/image003.jpg differ diff --git a/app/src/main/assets/Make-your-own-BlueTooth-RC-Throwmeter-V2.0-Dateien/image003.png b/app/src/main/assets/Make-your-own-BlueTooth-RC-Throwmeter-V2.0-Dateien/image003.png deleted file mode 100644 index 683dd63..0000000 Binary files a/app/src/main/assets/Make-your-own-BlueTooth-RC-Throwmeter-V2.0-Dateien/image003.png and /dev/null differ diff --git a/app/src/main/assets/Make-your-own-BlueTooth-RC-Throwmeter-V2.0-Dateien/image004.jpg b/app/src/main/assets/Make-your-own-BlueTooth-RC-Throwmeter-V2.0-Dateien/image004.jpg new file mode 100644 index 0000000..6033e5a Binary files /dev/null and b/app/src/main/assets/Make-your-own-BlueTooth-RC-Throwmeter-V2.0-Dateien/image004.jpg differ diff --git a/app/src/main/assets/Make-your-own-BlueTooth-RC-Throwmeter-V2.0-Dateien/image004.png b/app/src/main/assets/Make-your-own-BlueTooth-RC-Throwmeter-V2.0-Dateien/image004.png deleted file mode 100644 index 4899f92..0000000 Binary files a/app/src/main/assets/Make-your-own-BlueTooth-RC-Throwmeter-V2.0-Dateien/image004.png and /dev/null differ diff --git a/app/src/main/assets/Make-your-own-BlueTooth-RC-Throwmeter-V2.0-Dateien/image005.jpg b/app/src/main/assets/Make-your-own-BlueTooth-RC-Throwmeter-V2.0-Dateien/image005.jpg index aca5043..5b27d54 100644 Binary files a/app/src/main/assets/Make-your-own-BlueTooth-RC-Throwmeter-V2.0-Dateien/image005.jpg and b/app/src/main/assets/Make-your-own-BlueTooth-RC-Throwmeter-V2.0-Dateien/image005.jpg differ diff --git a/app/src/main/assets/Make-your-own-BlueTooth-RC-Throwmeter-V2.0-Dateien/image006.jpg b/app/src/main/assets/Make-your-own-BlueTooth-RC-Throwmeter-V2.0-Dateien/image006.jpg new file mode 100644 index 0000000..9edae24 Binary files /dev/null and b/app/src/main/assets/Make-your-own-BlueTooth-RC-Throwmeter-V2.0-Dateien/image006.jpg differ diff --git a/app/src/main/assets/Make-your-own-BlueTooth-RC-Throwmeter-V2.0-Dateien/image006.png b/app/src/main/assets/Make-your-own-BlueTooth-RC-Throwmeter-V2.0-Dateien/image006.png deleted file mode 100644 index a7d0698..0000000 Binary files a/app/src/main/assets/Make-your-own-BlueTooth-RC-Throwmeter-V2.0-Dateien/image006.png and /dev/null differ diff --git a/app/src/main/assets/Make-your-own-BlueTooth-RC-Throwmeter-V2.0-Dateien/image007.jpg b/app/src/main/assets/Make-your-own-BlueTooth-RC-Throwmeter-V2.0-Dateien/image007.jpg deleted file mode 100644 index efb6e96..0000000 Binary files a/app/src/main/assets/Make-your-own-BlueTooth-RC-Throwmeter-V2.0-Dateien/image007.jpg and /dev/null differ diff --git a/app/src/main/assets/Make-your-own-BlueTooth-RC-Throwmeter-V2.0-Dateien/image007.png b/app/src/main/assets/Make-your-own-BlueTooth-RC-Throwmeter-V2.0-Dateien/image007.png new file mode 100644 index 0000000..f6ea42b Binary files /dev/null and b/app/src/main/assets/Make-your-own-BlueTooth-RC-Throwmeter-V2.0-Dateien/image007.png differ diff --git a/app/src/main/assets/Make-your-own-BlueTooth-RC-Throwmeter-V2.0-Dateien/image008.jpg b/app/src/main/assets/Make-your-own-BlueTooth-RC-Throwmeter-V2.0-Dateien/image008.jpg new file mode 100644 index 0000000..e14b2d6 Binary files /dev/null and b/app/src/main/assets/Make-your-own-BlueTooth-RC-Throwmeter-V2.0-Dateien/image008.jpg differ diff --git a/app/src/main/assets/Make-your-own-BlueTooth-RC-Throwmeter-V2.0-Dateien/image008.png b/app/src/main/assets/Make-your-own-BlueTooth-RC-Throwmeter-V2.0-Dateien/image008.png deleted file mode 100644 index 9c9c09a..0000000 Binary files a/app/src/main/assets/Make-your-own-BlueTooth-RC-Throwmeter-V2.0-Dateien/image008.png and /dev/null differ diff --git a/app/src/main/assets/Make-your-own-BlueTooth-RC-Throwmeter-V2.0-Dateien/image009.png b/app/src/main/assets/Make-your-own-BlueTooth-RC-Throwmeter-V2.0-Dateien/image009.png index af1754c..a1abba3 100644 Binary files a/app/src/main/assets/Make-your-own-BlueTooth-RC-Throwmeter-V2.0-Dateien/image009.png and b/app/src/main/assets/Make-your-own-BlueTooth-RC-Throwmeter-V2.0-Dateien/image009.png differ diff --git a/app/src/main/assets/Make-your-own-BlueTooth-RC-Throwmeter-V2.0-Dateien/image010.png b/app/src/main/assets/Make-your-own-BlueTooth-RC-Throwmeter-V2.0-Dateien/image010.png index 9d54b19..3cc2eb6 100644 Binary files a/app/src/main/assets/Make-your-own-BlueTooth-RC-Throwmeter-V2.0-Dateien/image010.png and b/app/src/main/assets/Make-your-own-BlueTooth-RC-Throwmeter-V2.0-Dateien/image010.png differ diff --git a/app/src/main/assets/Make-your-own-BlueTooth-RC-Throwmeter-V2.0-Dateien/image011.png b/app/src/main/assets/Make-your-own-BlueTooth-RC-Throwmeter-V2.0-Dateien/image011.png index 51cab28..ffb0a08 100644 Binary files a/app/src/main/assets/Make-your-own-BlueTooth-RC-Throwmeter-V2.0-Dateien/image011.png and b/app/src/main/assets/Make-your-own-BlueTooth-RC-Throwmeter-V2.0-Dateien/image011.png differ diff --git a/app/src/main/assets/Make-your-own-BlueTooth-RC-Throwmeter-V2.0-Dateien/image012.jpg b/app/src/main/assets/Make-your-own-BlueTooth-RC-Throwmeter-V2.0-Dateien/image012.jpg new file mode 100644 index 0000000..c2bf560 Binary files /dev/null and b/app/src/main/assets/Make-your-own-BlueTooth-RC-Throwmeter-V2.0-Dateien/image012.jpg differ diff --git a/app/src/main/assets/Make-your-own-BlueTooth-RC-Throwmeter-V2.0-Dateien/image012.png b/app/src/main/assets/Make-your-own-BlueTooth-RC-Throwmeter-V2.0-Dateien/image012.png deleted file mode 100644 index d794beb..0000000 Binary files a/app/src/main/assets/Make-your-own-BlueTooth-RC-Throwmeter-V2.0-Dateien/image012.png and /dev/null differ diff --git a/app/src/main/assets/Make-your-own-BlueTooth-RC-Throwmeter-V2.0-Dateien/image013.png b/app/src/main/assets/Make-your-own-BlueTooth-RC-Throwmeter-V2.0-Dateien/image013.png deleted file mode 100644 index 90a5ed0..0000000 Binary files a/app/src/main/assets/Make-your-own-BlueTooth-RC-Throwmeter-V2.0-Dateien/image013.png and /dev/null differ diff --git a/app/src/main/assets/Make-your-own-BlueTooth-RC-Throwmeter-V2.0-Dateien/image014.png b/app/src/main/assets/Make-your-own-BlueTooth-RC-Throwmeter-V2.0-Dateien/image014.png deleted file mode 100644 index 4c86493..0000000 Binary files a/app/src/main/assets/Make-your-own-BlueTooth-RC-Throwmeter-V2.0-Dateien/image014.png and /dev/null differ diff --git a/app/src/main/assets/Make-your-own-BlueTooth-RC-Throwmeter-V2.0-Dateien/image015.png b/app/src/main/assets/Make-your-own-BlueTooth-RC-Throwmeter-V2.0-Dateien/image015.png index 2a6eb59..d30c1ef 100644 Binary files a/app/src/main/assets/Make-your-own-BlueTooth-RC-Throwmeter-V2.0-Dateien/image015.png and b/app/src/main/assets/Make-your-own-BlueTooth-RC-Throwmeter-V2.0-Dateien/image015.png differ diff --git a/app/src/main/assets/Make-your-own-BlueTooth-RC-Throwmeter-V2.0-Dateien/image016.jpg b/app/src/main/assets/Make-your-own-BlueTooth-RC-Throwmeter-V2.0-Dateien/image016.jpg new file mode 100644 index 0000000..44d430f Binary files /dev/null and b/app/src/main/assets/Make-your-own-BlueTooth-RC-Throwmeter-V2.0-Dateien/image016.jpg differ diff --git a/app/src/main/assets/Make-your-own-BlueTooth-RC-Throwmeter-V2.0-Dateien/image016.png b/app/src/main/assets/Make-your-own-BlueTooth-RC-Throwmeter-V2.0-Dateien/image016.png deleted file mode 100644 index 83efd90..0000000 Binary files a/app/src/main/assets/Make-your-own-BlueTooth-RC-Throwmeter-V2.0-Dateien/image016.png and /dev/null differ diff --git a/app/src/main/assets/Make-your-own-BlueTooth-RC-Throwmeter-V2.0-Dateien/image017.png b/app/src/main/assets/Make-your-own-BlueTooth-RC-Throwmeter-V2.0-Dateien/image017.png index e113343..b75e626 100644 Binary files a/app/src/main/assets/Make-your-own-BlueTooth-RC-Throwmeter-V2.0-Dateien/image017.png and b/app/src/main/assets/Make-your-own-BlueTooth-RC-Throwmeter-V2.0-Dateien/image017.png differ diff --git a/app/src/main/assets/Make-your-own-BlueTooth-RC-Throwmeter-V2.0-Dateien/image018.jpg b/app/src/main/assets/Make-your-own-BlueTooth-RC-Throwmeter-V2.0-Dateien/image018.jpg new file mode 100644 index 0000000..97fc439 Binary files /dev/null and b/app/src/main/assets/Make-your-own-BlueTooth-RC-Throwmeter-V2.0-Dateien/image018.jpg differ diff --git a/app/src/main/assets/Make-your-own-BlueTooth-RC-Throwmeter-V2.0-Dateien/image018.png b/app/src/main/assets/Make-your-own-BlueTooth-RC-Throwmeter-V2.0-Dateien/image018.png deleted file mode 100644 index d9bba2d..0000000 Binary files a/app/src/main/assets/Make-your-own-BlueTooth-RC-Throwmeter-V2.0-Dateien/image018.png and /dev/null differ diff --git a/app/src/main/assets/Make-your-own-BlueTooth-RC-Throwmeter-V2.0-Dateien/image019.jpg b/app/src/main/assets/Make-your-own-BlueTooth-RC-Throwmeter-V2.0-Dateien/image019.jpg new file mode 100644 index 0000000..7460dd4 Binary files /dev/null and b/app/src/main/assets/Make-your-own-BlueTooth-RC-Throwmeter-V2.0-Dateien/image019.jpg differ diff --git a/app/src/main/assets/Make-your-own-BlueTooth-RC-Throwmeter-V2.0-Dateien/image019.png b/app/src/main/assets/Make-your-own-BlueTooth-RC-Throwmeter-V2.0-Dateien/image019.png deleted file mode 100644 index 03aa15d..0000000 Binary files a/app/src/main/assets/Make-your-own-BlueTooth-RC-Throwmeter-V2.0-Dateien/image019.png and /dev/null differ diff --git a/app/src/main/assets/Make-your-own-BlueTooth-RC-Throwmeter-V2.0-Dateien/image020.png b/app/src/main/assets/Make-your-own-BlueTooth-RC-Throwmeter-V2.0-Dateien/image020.png index 313a57a..47529f1 100644 Binary files a/app/src/main/assets/Make-your-own-BlueTooth-RC-Throwmeter-V2.0-Dateien/image020.png and b/app/src/main/assets/Make-your-own-BlueTooth-RC-Throwmeter-V2.0-Dateien/image020.png differ diff --git a/app/src/main/assets/Make-your-own-BlueTooth-RC-Throwmeter-V2.0-Dateien/image021.png b/app/src/main/assets/Make-your-own-BlueTooth-RC-Throwmeter-V2.0-Dateien/image021.png index 8b05984..72d622a 100644 Binary files a/app/src/main/assets/Make-your-own-BlueTooth-RC-Throwmeter-V2.0-Dateien/image021.png and b/app/src/main/assets/Make-your-own-BlueTooth-RC-Throwmeter-V2.0-Dateien/image021.png differ diff --git a/app/src/main/assets/Make-your-own-BlueTooth-RC-Throwmeter-V2.0-Dateien/image022.png b/app/src/main/assets/Make-your-own-BlueTooth-RC-Throwmeter-V2.0-Dateien/image022.png deleted file mode 100644 index 997a89c..0000000 Binary files a/app/src/main/assets/Make-your-own-BlueTooth-RC-Throwmeter-V2.0-Dateien/image022.png and /dev/null differ diff --git a/app/src/main/assets/Make-your-own-BlueTooth-RC-Throwmeter-V2.0-Dateien/image024.png b/app/src/main/assets/Make-your-own-BlueTooth-RC-Throwmeter-V2.0-Dateien/image024.png new file mode 100644 index 0000000..0eaffa7 Binary files /dev/null and b/app/src/main/assets/Make-your-own-BlueTooth-RC-Throwmeter-V2.0-Dateien/image024.png differ diff --git a/app/src/main/assets/Make-your-own-BlueTooth-RC-Throwmeter-V2.0-Dateien/image025.jpg b/app/src/main/assets/Make-your-own-BlueTooth-RC-Throwmeter-V2.0-Dateien/image025.jpg new file mode 100644 index 0000000..f46d11d Binary files /dev/null and b/app/src/main/assets/Make-your-own-BlueTooth-RC-Throwmeter-V2.0-Dateien/image025.jpg differ diff --git a/app/src/main/assets/Make-your-own-BlueTooth-RC-Throwmeter-V2.0-Dateien/image026.jpg b/app/src/main/assets/Make-your-own-BlueTooth-RC-Throwmeter-V2.0-Dateien/image026.jpg new file mode 100644 index 0000000..4cdbf4c Binary files /dev/null and b/app/src/main/assets/Make-your-own-BlueTooth-RC-Throwmeter-V2.0-Dateien/image026.jpg differ diff --git a/app/src/main/assets/Make-your-own-BlueTooth-RC-Throwmeter-V2.0-Dateien/image027.jpg b/app/src/main/assets/Make-your-own-BlueTooth-RC-Throwmeter-V2.0-Dateien/image027.jpg new file mode 100644 index 0000000..5dd0e91 Binary files /dev/null and b/app/src/main/assets/Make-your-own-BlueTooth-RC-Throwmeter-V2.0-Dateien/image027.jpg differ diff --git a/app/src/main/assets/Make-your-own-BlueTooth-RC-Throwmeter-V2.0-Dateien/image028.jpg b/app/src/main/assets/Make-your-own-BlueTooth-RC-Throwmeter-V2.0-Dateien/image028.jpg new file mode 100644 index 0000000..e898853 Binary files /dev/null and b/app/src/main/assets/Make-your-own-BlueTooth-RC-Throwmeter-V2.0-Dateien/image028.jpg differ diff --git a/app/src/main/assets/Make-your-own-BlueTooth-RC-Throwmeter-V2.0-Dateien/image038.jpg b/app/src/main/assets/Make-your-own-BlueTooth-RC-Throwmeter-V2.0-Dateien/image038.jpg new file mode 100644 index 0000000..8ef9c09 Binary files /dev/null and b/app/src/main/assets/Make-your-own-BlueTooth-RC-Throwmeter-V2.0-Dateien/image038.jpg differ diff --git a/app/src/main/assets/Make-your-own-BlueTooth-RC-Throwmeter-V2.0-Dateien/image039.jpg b/app/src/main/assets/Make-your-own-BlueTooth-RC-Throwmeter-V2.0-Dateien/image039.jpg new file mode 100644 index 0000000..ceca0de Binary files /dev/null and b/app/src/main/assets/Make-your-own-BlueTooth-RC-Throwmeter-V2.0-Dateien/image039.jpg differ diff --git a/app/src/main/assets/Make-your-own-BlueTooth-RC-Throwmeter-V2.0-Dateien/image042.png b/app/src/main/assets/Make-your-own-BlueTooth-RC-Throwmeter-V2.0-Dateien/image042.png new file mode 100644 index 0000000..a00f4f1 Binary files /dev/null and b/app/src/main/assets/Make-your-own-BlueTooth-RC-Throwmeter-V2.0-Dateien/image042.png differ diff --git a/app/src/main/assets/Make-your-own-BlueTooth-RC-Throwmeter-V2.0-Dateien/image044.png b/app/src/main/assets/Make-your-own-BlueTooth-RC-Throwmeter-V2.0-Dateien/image044.png new file mode 100644 index 0000000..a493d18 Binary files /dev/null and b/app/src/main/assets/Make-your-own-BlueTooth-RC-Throwmeter-V2.0-Dateien/image044.png differ diff --git a/app/src/main/assets/Make-your-own-BlueTooth-RC-Throwmeter-V2.0-Dateien/themedata.thmx b/app/src/main/assets/Make-your-own-BlueTooth-RC-Throwmeter-V2.0-Dateien/themedata.thmx new file mode 100644 index 0000000..c2dd8c1 Binary files /dev/null and b/app/src/main/assets/Make-your-own-BlueTooth-RC-Throwmeter-V2.0-Dateien/themedata.thmx differ diff --git a/app/src/main/assets/Make-your-own-BlueTooth-RC-Throwmeter-V2.0.htm b/app/src/main/assets/Make-your-own-BlueTooth-RC-Throwmeter-V2.0.htm index 3dfdcb9..7c35828 100644 --- a/app/src/main/assets/Make-your-own-BlueTooth-RC-Throwmeter-V2.0.htm +++ b/app/src/main/assets/Make-your-own-BlueTooth-RC-Throwmeter-V2.0.htm @@ -2,13 +2,13 @@ xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" -xmlns:mv="http://macVmlSchemaUri" xmlns="http://www.w3.org/TR/REC-html40"> +xmlns="http://www.w3.org/TR/REC-html40" xmlns:ns0="http://macVmlSchemaUri"> - + - - + + +href="Make-your-own-BlueTooth-RC-Throwmeter-V2.0-Dateien/themedata.thmx"> + @@ -967,18 +1364,16 @@ - +
-

+ +

Make your own BlueTooth RC Throwmeter

- -

by Yannick Selles, Pierre -Rondel, Vitaliy Ryumshyn

- -

Make your own Bluetooth RC Throwmeter

+ +

 

+FR'>by Yannick Selles, Pierre Rondel, Vitaliy Ryumshyn and Alois Hahn

+ +

 

Introduction

-

This mobile application allows you to "build" your own Bluetooth throw-meter for a very reasonable cost. It doesn't require any soldering or cabling. You just need to have access to a 3D printer and that is all!

-

 

-

What is new in this version?

+

What is new in +this version?

-

 

-

      +mso-fareast-language:FR'>        Support to sensors -simultaneously

- -

      +font-family:"Times New Roman",serif;mso-fareast-font-family:"Times New Roman"; +color:black;mso-ansi-language:EN-US;mso-fareast-language:FR'>Support two +sensors simultaneously

+ +

        More stable Bluetooth -connection, and reconnection when exiting of standby/sleeping mode

- -

      +font-family:"Times New Roman",serif;mso-fareast-font-family:"Times New Roman"; +color:black;mso-ansi-language:EN-US;mso-fareast-language:FR'>Calibration +support

+ +

        Bluetooth status +bar

+ +

        +More stable +Bluetooth connection, and reconnection when exiting of standby/sleeping mode

+ +

        +Clearer separation between max travel feature and limit setting with alarm feature

-

      +

        Localization

-

 

+

        +German language +support

+ +

 

The component

-

-

The component is the BWT61CL from Wit Motion, a six -axis Bluetooth attitude angle sensor with battery incorporated. You can buy it -on AliExpress or Amazon US and amazon EU and cost -around 20~25 Euros, free shipping.

+mso-fareast-language:FR'>The component is the BWT61CL from WitMotion, a +six axis Bluetooth attitude angle sensor with battery incorporated. You can buy +it on AliExpress or Amazon US and amazon EU and cost around 20~25 Euros, free +shipping.

-

 

-

It is based on the JY61 sensor, has Bluetooth or serial connectivity, integrates a dynamic Kalman filter algorithm, an internal -voltage stabilizing circuit module, voltage 3.3v~5v. The only drawback it has -is that the Bluetooth BLE is only compatible with android. The battery has a -150mA capacity so last for a long operation time.

+voltage stabilizing circuit module, voltage 3.3v~5v. The only drawback is, that +the Bluetooth BLE is only compatible with android. The battery has a 150mA +capacity so it lasts for a long operation time.

Characteristics

+line-height:normal;mso-outline-level:3'>Characteristics