Skip to content

Commit 2b12d17

Browse files
committed
Add falcore drone draft
1 parent a0fc4c5 commit 2b12d17

7 files changed

Lines changed: 73 additions & 0 deletions

File tree

Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,73 @@
1+
---
2+
layout: post
3+
title: "Setting up INAV 1.7.2 on CONNEX FALCORE drone"
4+
date: 2017-08-01
5+
categories: [drafts]
6+
hidden: true
7+
---
8+
9+
Since [Version 1.7.2](https://github.com/iNavFlight/inav/releases/tag/1.7.2) INAV firmware supports [CONNEX FALCORE drone](http://www.amimon.com/fpv-market/falcore-product-page/) out of the box.
10+
11+
![](/assets/2017-08-01/falcore.png)
12+
13+
This article will guide you through the setup process.
14+
15+
<!--more-->
16+
17+
### Modding the hardware
18+
19+
FALCORE drone by default does not come equipped with GPS - you need to purchase one and connect it to your FALCORE drone. I recommend purchasing [this GPS module](https://www.banggood.com/Ublox-NEO-M8N-Flight-Controller-GPS-with-Protective-Shell-for-PIX-PX4-Pixhawk-p-1005394.html) - it was proven to be working reliably.
20+
21+
When you got your GPS module you'll need to open it's case and figure out what wire colors correspond to 6 signals. We'll have to rearrange wires to fit FALCORE Auxiliary connector.
22+
23+
When you open your GPS module you should see something like this:
24+
25+
![](/assets/2017-08-01/gps.jpg)
26+
27+
Note the wire colors and signal names (VCC, GND, TXD, RXD, SCL, SDA).
28+
29+
Disassemble your FALCORE. Consult this video:
30+
31+
<iframe width="560" height="315" src="https://www.youtube.com/embed/yqH9uUqAXRY" frameborder="0" allowfullscreen></iframe>
32+
33+
Use sharp paper knife to carefully remove individual wires from two GPS connectors and re-arrange them into one connector to match the picture.
34+
35+
![](/assets/2017-08-01/connector.jpg)
36+
37+
Make sure wire order on the connector match wire order on GPS module. Double check that you got this step done correctly, otherwise GPS module and/or FALCORE drone may be damaged.
38+
39+
Assemble the FALCORE drone back together. Use double-sided tape to attach GPS module on the front of the drone (just behind the plastic camera cover).
40+
41+
### Flashing the firmware
42+
43+
1. First of all you need to make sure that you have installed Falcore drivers. Download drivers from [CONNEX Support page](https://connexuav.zendesk.com/hc/en-us/articles/115000851263-Falcore-USB-Drivers).
44+
2. Then you'll need INAV Configurator which is available from [Chrome Web Store](https://chrome.google.com/webstore/detail/inav-configurator/fmaidjmgkdkpafmbnmigkpdnpdhopgel?hl=en).
45+
3. Open the USB cap (1) in the flight controller cover.
46+
4. Connect the USB cable to the drone socket (2) and to your computer.
47+
48+
![](/assets/2017-08-01/P23_FC_USB_cap.png)
49+
50+
5. Launch the INAV Configurator software.
51+
6. Select the **Firmware Flasher tab** on the left side of the screen.
52+
7. Chose "FALCORE" and "1.7.2 - FALCORE" from drop-down lists
53+
54+
![](/assets/2017-08-01/flashing1.png)
55+
56+
7. Click the **Load Firmware (online)** button and wait until firmware gets loaded from online repository
57+
8. Click the **Flash Firmware** button. A progress bar is displayed. If the flashing fails or does not start, disconnect the USB cable from the PC, wait a few seconds, reconnect and press “Flash Firmware” again.
58+
59+
![](/assets/2017-08-01/flashing2.png)
60+
61+
Now you should have you FLACORE drone flashed with INAV firmware.
62+
63+
### Calibrating the accelerometer
64+
65+
TODO
66+
67+
### Calibrating the compass sensor
68+
69+
TODO
70+
71+
### Test-flying the drone
72+
73+
TODO
420 KB
Loading

assets/2017-08-01/connector.jpg

154 KB
Loading

assets/2017-08-01/falcore.png

287 KB
Loading

assets/2017-08-01/flashing1.png

52.7 KB
Loading

assets/2017-08-01/flashing2.png

9.34 KB
Loading

assets/2017-08-01/gps.jpg

204 KB
Loading

0 commit comments

Comments
 (0)