| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This is an acro firmware for the Eachine H8mini quadcopter.
Do not flash the H8 firmware to the H101
Do not flash the H8 firmware to the H8S
H8 mini hardware:
GD32F130 datasheet (hardware): GD32F130 (hw) (software) : GD32F130 .pdf (soft)
The firmware needs Keil.GD32F1xx_DFP.1.1.0.pack which adds support for the cpu to Keil (5.15 used).
Thanks to goebish, victzh for bayangtoys protocol reverse engineering and nrf emulation.
Firmware thread featuring flashing info: rcgroups.com
###Changing settings
config.h - all settings: rates, switches/buttons config, other options
pid.c - pids ( tuned for standard H8 mini)
After changing settings, remember to click compile first, not just upload.
#####Stock tx: On the stock tx only the rate (expert) button works. Trims are not functional on the stock tx.
#####Devo tx: Channels work as intended except the rate/expert channel which is always on. Dynamic trims are not used, and trims should not be required.
Assign the extra channels to the desired functions in config.h. Right now there is only headless and hi/low rates to set if needed. The defaults should be ok too. ( no headless / rates high always)
#####Gyro calibration Gyro calibration runs automatically after power up, and usually completes within 2-4 seconds. If for some reason the calibration fails to complete, such as if there is movement, it will eventually time out in 15 seconds.
During calibration the leds flash in an "X" like pattern. If movement is detected the flashing stops and only 2 leds illuminate. The flashing resumes when movement stops.
#####Led error codes In some cases the leds are used to indicate error conditions, and as such they flash a number of times, then a brake occurs, then the pattern repeats. In all such cases the quadcopter will not respond to commands, a power cycle will be required.
The most common of this is 2 flashes = low battery, usually caused by an in-flight reset due to low battery. All other flashes are non user serviceable. The description is in main.c.
#####Led flash patterns At startup the leds should flash a gyro calibration pattern for 2 - 15 seconds, in a cross like pattern. Movement stops the flashing while it occurs.
Following should be a fast (20 times/sec) flash indicating that the quad is waiting for bind.
If binding is completed the leds should light up continuously, while if tx connection is lost they will flash a short time a couple of times / second.
Overriding all this patterns except gyro calibration, is the low battery flash which is a slow, equally spaced on and off flash.
###Linux support See post by : http://www.rcgroups.com/forums/showpost.php?p=34293596&postcount=1248
###Wiki http://sirdomsen.diskstation.me/dokuwiki/doku.php?id=start
###14.02.16
###04.02.16
###23.01.16
###11.01.16 changes
###31.10.15 changes
###older changes not shown
| Back | FazBrowse Home | New Git URL |