PhilipsHue / flutter_reactive_ble

Flutter library that handles BLE operations for multiple devices.
https://developers.meethue.com/
Other
662 stars 326 forks source link

Demo App for nRF52 DK UART #821

Closed AllyTechEngineering closed 7 months ago

AllyTechEngineering commented 10 months ago

I have taken the original nRF52 DK app you reference in your Unofficial example apps Example implementation UART over BLE section and updated it to work on an iOS iPhone. The repository is located at: https://github.com/AllyTechEngineering/flutter_reactive_ble_nrf52_uart I have not tested on an Android device yet. Feel free to use it.

SietseAchterop commented 9 months ago

For android, in android/app/build.gradle, set: minSdkVersion 21 This is a requirement for reactive ble. Now works fine here, thanks! Sietse

Taym95 commented 7 months ago

I will close this one since it is not a library issue