Skip to content

Commit

Permalink
Merge pull request kquinsland#1 from kquinsland/small-issues-fix
Browse files Browse the repository at this point in the history
Fix a few small issues
  • Loading branch information
kquinsland authored Apr 8, 2019
2 parents 300d2cf + 69e3979 commit eedab0e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Binary file added com.karlquinsland.android.btleled.apk
Binary file not shown.
7 changes: 3 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# JACKYLED BLE RGB LED Strip controller

# Reverse Engineering a super cheap RGB LED strip controller (JACKYLED)
v1.1

2018
Expand Down Expand Up @@ -49,7 +48,7 @@ The [JACKYLED LED Strip Light App Bluetooth Control](https://www.amazon.com/gp/p



After skimming through the user reviews, the [app](http://www.hao2b.cn/69605) that controlls the RGB Strip is hot garbage:
After skimming through the user reviews, the [app](http://www.hao2b.cn/69605) that controls the RGB Strip is hot garbage:


![](images/amazon-reviews-overview2.png)
Expand Down Expand Up @@ -371,7 +370,7 @@ The bare-bones replacement apk can be downloaded here:

- [`com.karlquinsland.android.btleled.apk (df1e61946eef652e01a5c0a5c94dee85fd0091e3)`](com.karlquinsland.android.btleled.apk)

And the source code that "drives" the APK can be found in [`ControllerDriverClass.java`](ControllerDriverClass.java)
And the source code that "drives" the APK can be found in [`ControllerDriverClass.java`](/files/src/main/java/com/karlquinsland/android/btleled/ControllerDriverClass.java)



Expand Down

0 comments on commit eedab0e

Please sign in to comment.