This is a minimal iOS example app on how to use the Dronecode SDK and connect via MFi to the ST10C Remote Controller and the H520. The app is based on the Dronecode SDK Swift example app.
-
Get the repository:
git clone git@github.com:YUNEEC/MFiExample.git cd MFiExample
-
Get frameworks.
usingcarthage update --platform ios --use-ssh
to checkout and build framework. Prebuilt frameworks are underCarthage/Checkouts/Yuneec-MFiAdapter
. -
Open the workspace MFiExample.xcworkspace in XCode.
-
Try to build and run the project.