-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chip identification #1
Comments
The "Beauty-R1" broadcast name seems to be more common, but I did not find anybody cracking those open yet either. |
I found this repository by @lj19940623 where he collected some information on a similar device using the yc10XX (QFN32 instead of SOP16), unfortunately no sdk. |
Good catch, @olivluca! Seems like you've found it. I believe it is yc1088. Seems like schematics of this remote control device matches the traces from your board: pin 4 goes to antenna pin 2 and 3 goes to oscillator. |
Thank you @vadimkozhin for the fcc links, maybe it's the yc1059 (according to the datasheet it's the only one where pin 8 is marked VPP). |
Good find @olivluca ! Pity there is no public SDK found yet. Keep in mind that sometimes chinese manufactures put in flash and brand it OTP for cost reasons (that's why I'm still trying to get the Lenze st17h26 working), but unfortunately it looks bleak indeed. |
Since I couldn't find a way to modify the firmware, I attacked the problem from the other side 😉 |
I bought a very similar device: https://www.aliexpress.com/item/1005004882530399.html The device also presents itself as Beauty-R1. Some photos of the PCB: |
Yours has an extra button. Did you try the interceptor? (if you want to use it in keyboard emulation mode under android). |
@olivluca I was actually hoping to use it on Linux, so the interceptor isn't so useful for me in my case unfortunately |
I think that adapting the "sendkeycode" function it should work under Linux too |
But even without any adaptation, you can compile it as is, run it (as root) with -v and see if it finds the clicker and recognizes the buttons. |
I was indeed able to compile as-is, using
Looking at bluetooth.service, it seems like Bluez is failing to read HID information (
I'm out of my depth now, but hopefully that's at least helpful |
Since the bluetooth chip has been filed out, I cannot identify the chip, the seller says it's from Yizhao, the most useful information I could find about yizhao is this news item (i.e. not useful at all).
@biemster @vadimkozhin could you take a look at the pictures and help me identify the chip?
The text was updated successfully, but these errors were encountered: