u/Jay1404

The Snail despises my Grind

Just got randomly hit. Found out it was the AI AA annihilating my controls while all the enemies were 20+km away...

And please, ffs, ping the base you bomb. Why isnt it done in hightier anymore? Someone always bombs a base just before i arrive

u/Jay1404 — 6 hours ago

Any solution to the Gyro being unresponsive, after 90° tilt?

As the title states, is there any solution to my problem? As shown in the video once i reach 90° tilt i cant do anything to get out of it, therefore crashing. Id love to do some "dives" with the helicopter but im not sure wether thats even possible with the gyro. Would appreciate any help.

Would try to make a microcontroller myself but tbh i have no idea how i could fix this/ code something that could replace the gyro

Edit: Due to it sometimes being unresponsive after releasing the collective ill guess ill make my own PID to just smooth out the inputs.

SOLUTION:
Clamp the Output of the gyro to a value, 0.45 and 1 works quite good for me, maybe youll need more/less but this results work for me, and then use the output of the clamp for your collective. youll notice, the less the minimum of the clamp, the less responsive itll be. Now you can use the standard gyro without much pdi config or anything else.

Reason seems to be that the gyro pretty much puts the collective to 0.003 at a certain tilt, which makes the rotors pretty much unresponsive. by raising this value with the clamp, youll be able to do steep dives etc. with nearly full responsiveness.

TLDR; Clamp the gyrooutpur for more responsiveness

u/Jay1404 — 1 month ago