thegecko / web-bluetooth-dfu

Device firmware update with Web Bluetooth
https://thegecko.github.io/web-bluetooth-dfu/
MIT License
98 stars 42 forks source link

Stuck at : object failed to validate #70

Open rohitsangwan01 opened 2 years ago

rohitsangwan01 commented 2 years ago

Screenshot 2022-03-26 at 11 25 21 PM

Hey , am trying to upload a firmware , but getting stucked here everytime , even though this same firmware files wroking fine with android and ios , not sure why validation error

OlegZv commented 2 years ago

Same here!

rohitsangwan01 commented 2 years ago

@OlegZv try to increase delay time , worked for me

OlegZv commented 2 years ago

Thank you I'll give it a shot

rohitsangwan01 commented 2 years ago

@OlegZv i modified this a little , and created a flask app , you can try that https://github.com/rohitsangwan01/web_dfu_flask and i also created a Dart plugin as well https://github.com/rohitsangwan01/nordic_dfu_web

you can try any one of them