Skip to content
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

Handling devices with random DFU mac address #290

Open
stuffmatic opened this issue Jan 29, 2021 · 0 comments
Open

Handling devices with random DFU mac address #290

stuffmatic opened this issue Jan 29, 2021 · 0 comments
Labels

Comments

@stuffmatic
Copy link

I'm working on implementing DFU for a device that uses a randomized DFU mac address, which causes the DFU process to get stuck trying to connect to the device. The device has already been released, so I'm guessing my best bet is changing the DFU library somehow. I've managed to get DFU to work with a proof of concept hack that makes BootloaderScanner select devices based on name instead of mac address.

I don't know the exact bootloader version, but logcat says No DFU Version characteristic found -> Bootloader from SDK 6.1 or older.

I saw this closed pull request that does what I want to do, but it wasn't clear to me if it was rejected or simply abandoned. If it was the latter, I might be able to submit a PR with similar functionality.

Any advice on how to proceed would be much appreciated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant