Recently, I bought an incredible mini quadrocopter the Eachine QX90C on bangood.
The Eachine QX70, QX90, QX95 serie are the perfect choice for beginner and people who want to flight inside their home during the winter with a price of 50 bucks.
Despite his ridiculous size, they have a real flight controller and the BNF (Bind and fly)come with integrated FrSky or DSM2/DSMX or Flysky receiver.
So you can use the material that you are used to:
- Remote controller
- FPV googles
- Flight controller configuration software
QX90C Specs
- Brushed motors
- Flight controller SP RACING F3_EVO
- Cleanfligth 1.13.0
- Size 55mm
- Battery 1s Lipo
Betaflight
The QX90C come with preinstalled Cleanflig which is very nice but I am used to betaflight.
- Board F3_EVO_BRUSHED
https://github.com/martinbudden/betaflight/blob/master/docs/USB%20Flashing.md
Flash the firmware on linux
Here are the instruction to flash Betaflight on your board. Betafligth wiki - Installing Betaflight
Note: It didn’t work for my on Archlinux, I flashed it with Windows
Instructions
Create udev specific rules
(echo '# DFU (Internal bootloader for STM32 MCUs)'
echo 'ACTION=="add", SUBSYSTEM=="usb", ATTRS{idVendor}=="0483", ATTRS{idProduct}=="df11", MODE="0664", GROUP="plugdev"') | sudo tee /etc/udev/rules.d/45-stdfu-permissions.rules > /dev/null
You have to add yourself to the plugdev group
sudo usermod -a -G plugdev <username>
- Unplug battery and USB
- Acces to the boot pins on the board
- Jump the pin with a screw driver
- Plug the USB cable
- The blue LED should not flash
- Open betaflight configurator
- you should see the device as dfu (Device Firmware Update)
- Go to Firmare Flasher
- Selectec the board : SPRACINGF3EVO
- Choose the latest firmware
- Select **Full chip erase
- Load Firmaware [Online]
- Flash firmware
Now you should have the latest version of betaflight to check
Check betaflight
- Unplug battery and USB
- Plug the USB cable
- The blue LED flash should flash
- Open betaflight configurator
- you should see the device as /dev/ttyACM0 or /dev/ttyUSB
- Press Connect
- If it is not working
- Check the privilege
ls -la /dev/ttyACM0 Output: crw-rw---- 1 root uucp 166, 0 Oct 22 11:22 /dev/ttyACM0
- Add your user to the group
- Check the privilege
On arch
sudo usermod -a -G uucp <username> newgrp uucp
On Ubuntu
sudo usermod -a -G dialout <username> newgrp dialout
Or
sudo chown 666 /dev/ttyACM0
- If it is not working
- Go to CLI
- Send
dump
Bind FrSky receiver
- Set D8 mode
- Connect the battery of the QX90C while pressing the Bind button
- Green LED should be on
- Bind on the Taranis
- The green LED should turn off
- Reconnect the battery
- Green LED should be on
Betaflight settings
- In Ports : set UART2 to Serial RX
- Save and Reboot
- In configuration > Receiver
- Receiver Mode : Serial-based receiver
- Serial receiver Provider : SBUS
- Receiver > Channel Map TAER1234
- In Modes
- ARM : AUX2
- Horizon : AUX3
Camera
5740
x | x | x | |||
---|---|---|---|---|---|
x | x | x |
http://forum.amr-asso.com/index.php?topic=2635.0
Improvements
https://www.reddit.com/r/Multicopter/comments/5zc8u9/got_tired_of_bending_the_cloverleaf_and_having/