juliansteenbakker / nordic_dfu

Execute a Device Firmware Update (DFU) on your nRF51 or nRF52 chip from Nordic Semiconductor. Fork from flutter_nordic_dfu.
MIT License
28 stars 29 forks source link

Is there any plan to add `Windows` support? #148

Closed chan150 closed 4 months ago

chan150 commented 4 months ago

I want to build it for Windows application which can use OTA firmware update.

Is there any plan to add Windows support?

Or, what should I do for implementing DFU via ble in Windows.

chan150 commented 4 months ago

I implement BLE Dfu library without nordic's library for all platforms(Windows/Android/IOS/MacOS/Linux) in universal way.

https://pub.dev/packages/nrf_ble_dfu

It is tested on WIndows, Android.

I closed this issue.