kingkong-rc / TINY-TX-X8

kingkong tiny tx x8 radio is a minimalism radio, it's use STM8L052R8(64K/4K) run at 12Mhz, wireless solutions is TI CC2500+CC2592
27 stars 20 forks source link

Dead Band #11

Open SeatFX opened 6 years ago

SeatFX commented 6 years ago

Hey!

I really like the transmitter but it really bothers me that there is a deadband in the D16 firmware so i dug into it and found that in the file adc.c there is a line with the content "if((IRV_ADValue > 1719) || (IRV_ADValue < 1319)) IRV_ADValue = 1519 ;" I removed it but sadly I'm not experienced enough to compile this into firmware. Could you release a version without dead band in the sticks? Would be very thankful for that.

SeatFX commented 6 years ago

PS: I know that this feature is in there to compensate for gimbal errors, but we could set a dead band in Betaflight to remove this issue.

KaitlynSeU commented 6 years ago

hello, not only the dead band there also a curvature in this radio (A/E/R have, throttle and switch channel not have). we konw this will cause bad feeling, that because the joystick potentiometer. LDARC tell me they will update the new X8+ radio use mechanical stick replace joystick potentiometer this year.

SeatFX commented 6 years ago

Well, What should I do with my Standard X8 then? Sadly its Not really usable that way and I only need this Line of Code edited.