Zach Wells

Results 6 comments of Zach Wells

What I did that got it working again: Turn off mail and openhaystack Remove: ~/Library/Mail/Bundles/OpenHaystackMail.mailbundle and ~/Library/Application Support/Mail/Plug-ins/* Edit: /Applications/OpenHaystack.app/Contents/Resources/OpenHaystackMail.mailbundle/Contents/info.plist Add this entry: Turn on openhaystack, it will ask to...

What I did that got it working again: Turn off mail and openhaystack Remove: ~/Library/Mail/Bundles/OpenHaystackMail.mailbundle and ~/Library/Application Support/Mail/Plug-ins/* Edit: /Applications/OpenHaystack.app/Contents/Resources/OpenHaystackMail.mailbundle/Contents/info.plist Add this entry: Turn on openhaystack, it will ask to...

https://github.com/BradHacker/cycler-controller/blob/master/lib/main.dart is an excellent example app!

@bbinet Correct, it contains the functions/logic to use uart over ble with only flutter_blue library. This library is dependent on a much older version of flutter_blue which has many issues.

I did as well! Thanks @itavero

@frey1esm You may want to have a look at Brad Hacker's project. He implements 0.5.0 and everything is done in the main.dart His findUART() function for the device list helped...