일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
- CIJI
- 매빅프로
- 마빅 프로
- 매빅
- Platinum
- micro SD
- 매빅 개발
- MAVIC HIBRID
- 마빅프로
- MAVIC GOGGLES
- HIBRID DRONE
- MAVIC PRO PLATINUM
- Mavic
- MAVIC 조종기 분해
- 드론
- DJI 고글
- 하이브리드 드론
- DJI GOGGLE
- 조종기 분해
- MAVIC PRO Develper
- DJI CIJI
- 매빅 조종기 분해
- MABIC CIJI
- 마빅
- 매빅프로 개발
- 매빅 고글
- 매빅 부품
- MAVIC PRO
- Drone
- 매빅 프로
- Today
- Total
DJI MAVIC PRO
MAVIC PRO Mobile SDK 본문
MAVIC PRO 의 경우 모바일 개발용 SDK를 제공합니다.
우선, developer.dji.com에 가입을 하셔야 하는데요.
가입을 하시고, https://developer.dji.com/mobile-sdk/downloads/
이 주소로 이동하시면 아래와 같은 화면을 보실 수 있습니다.
자, 여기서 여러분이 개발을 원하시는 플렛폼을 선택하시고
다운로드를 받으시면 됩니다.
>> 다운로드 <<
위의 다운로드 경로는 Android Mobile SDK v3.5.1입니다.
그리고 시뮬레이션을 위하여 Simulator Installer & UserManual v1.0 2015-07-14
>> 다운로드 <<
그리고 Windows Driver Installer 2015-06-15
>> 다운로드 <<
그리고
모든 Application은 SDK를 사용하기 위해서 Unique App Key가 필요합니다.
키를 발급 받는 방법은 아래와 같습니다.
Generate an App Key
Every application needs a unique App Key to initialize the SDK.
To create an App Key for an application:
Go to the DJI developer User Center
Select the "Apps" tab on the left.
Select the "Create App" button on the right.
Enter the name, platform, package identifier, category and description of the application.
- For iOS, the package identifier is the Bundle Identifier.
- For Android, the package identifier is the Package Name.
An application activation email will be sent to complete App Key generation.
The App Key will appear in the user center, and can be copied and pasted into the application.
Android Sample App
Android Sample App
The SDK doesn't need to be downloaded to run the Android sample application as it's already included in the project.
Android Sample Code Setup
Download or clone the Android Sample Github Project from: https://github.com/dji-sdk/Mobile-SDK-Android.
Open the project in Android Studio and paste the generated App Key string into android:value
in the "com.dji.sdk.API_KEY" meda-data element in the "AndroidManifest.xml" file.
|
Run the Sample App
Compile the sample application to the Android or iOS Mobile Device. Then the Mobile Device can be connected to the DJI product to run the Sample App.
For Aircraft that use Lightbridge as the wireless link between the Remote Controller and the Aircraft, the Mobile Device is connected to the product by USB.
For Aircraft or products that use WiFi as a wireless link, the Mobile Device is connected to the product by WiFi.
보시면 샘플 앱코드에서 API키를 등록하시는 부분이 보이실 겁니다.
다음에는 실제 SDK를 이용해 샘플 코드를 실행해보도록 하겠습니다.
이만~!!