-
-
Notifications
You must be signed in to change notification settings - Fork 88
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
Different 11x40 Device? #22
Comments
Hello @gosniffme , Try to change the values in led-badge-11x44.py Find these lines : And replace idVendor by 0x0483 |
Simply changing the vendor and product IDs won't work - the device will be detected, but the |
I've tried two different devices off amazon trying to find one of these programmable ones with 0x0416 0x5020 and they were both 0x0483 0x5750 despite different chassis, these seem to be the only ones available right now. |
I have an unsupported |
Same issue here. Maybe this link could help implementing support to this device? https://cat-in-136.github.io/2020/07/b1248-led-name-badge-protocol-reverse-engineering.html I’m not an expert in reverse engineering, so I have no ideia what I could do to make it work… |
Wish I could help somehow, but my 1248 badge died a few months ago when the flimsy microUSB port broke off. |
same here. sadly i found this issue only after spending quite some time to figure out the correct IDs and how/where to change them. i tried to map some of the data provided in the link provided by @cslaviero to the code of this project and found that either i don't understand how this projects code is working or the protocol of the badge with VID/PID of 0483/5750 is quite different to the one used here. |
I got a generic 11x40 LED badge from China (white)
It identifies itself as 0483:5750 (MM32 custom HID) instead of 0416:5020.
Obviously, led-badge-11x44.py won't run correctly, because the IDs do not match.
Anyone else run into this?
Came with a baidu cloud link to download their software "MiniLED9.92" if it helps
https://pan.baidu.com/s/1bp29yaj
The box claims it's a B1248, but I don't think that's correct, as this is a 11x40 LED badge.
The text was updated successfully, but these errors were encountered: