UmbrelaSmart / android-stm32-dfu-programmer

Android application programmer for STM32 microcontrollers using the DFU protocol
http://umbrela.co
Apache License 2.0
89 stars 27 forks source link

DFU reliability for STM32F devices #3

Open JJSLIoT opened 4 years ago

JJSLIoT commented 4 years ago

Is the project still maintained? If yes, are there any fixes of the mentioned known issue of reliability for STM32F devices. If no, is there any alternative for this tool?

Also, I have built the project with newer Android dependencies and wanted to make a merge request if this repo is still maintained.

luispl77 commented 1 year ago

Hello, I know it has been a few years, but can you make your project with the right dependencies available? Because I am having an hard time fixing the dependencies

luispl77 commented 1 year ago

Update: I managed to get the project to build by copying all resources and java files to a new project with empty activity with newer gradle settings and updated settings. It worked, but I was having trouble when it was reading from external memory the .dfu file, it wasnt able to locate it.

potato-codr commented 1 year ago

Hi @luispl77 I got the project to work by upgrading the gradle version and fixing some dependencies. https://stackoverflow.com/a/71055319 this is what I followed. Hope it helps. But the reading .dfu file issue is happening to me aswell