inav-configurator icon indicating copy to clipboard operation
inav-configurator copied to clipboard

iFlight SucceX-E F4 Stack is listed on Release page but no target

Open ircmgr opened this issue 4 years ago • 27 comments

iFlight SucceX-E F4 Stack can be seen in the recommended hardware list but while trying to flash only IFLIGHTF4- TWIG and IFLIGHTF7-TWING targets exist ( tried the F4 and it doesnt work )

ircmgr avatar Sep 01 '20 10:09 ircmgr

Is there a solution for this board yet?

BrianKoch1 avatar Dec 02 '20 05:12 BrianKoch1

Also looking for this target. The V1 board uses the BETAFLIGHT_F4 target but the v2.1 uses IFLIGHT_SUCCEX-E F4. The V2.1 is a much more iNav friendly board with baro and i2c. Please advise.

theuglycamel avatar Dec 28 '20 02:12 theuglycamel

Same here. Is it possible to run inav on "iFlight SucceX-E F4 V2.1" (SucceX-E F405)?

bakwc avatar Mar 05 '21 23:03 bakwc

Same here. Is it possible to run inav on "iFlight SucceX-E F4 V2.1" (SucceX-E F405)?

+1

ryanort avatar Mar 09 '21 10:03 ryanort

+1 Tried flashing it but it only shows 3 UART and exhibits strange behaviour i'm guessing i got the wrong target.

ucflumm avatar Mar 13 '21 01:03 ucflumm

I'll attempt to make a target, but I've never done it for iNAV/betaflight or anything. I've done it for 3D printer boards using STM32 so I'll give it a shot. iflightf4_succexe/target.c target.h

Does anyone know if there are other references to these (in iNAV/configurator) I need to add/check anywhere. I could find it with time but I think it would be easier to ask.

Sorry if I'm asking noob questions; I just feel it's alot better to help write it and test instead of asking.

ucflumm avatar Mar 13 '21 02:03 ucflumm

I managed to modify the target BETAFLIGHT_F4 (src / main / target / BETAFLIGHTF4 / target.h) for iFlight SucceX-E F4 V2.1

Yesterday I took off on a drone (on version 2.6.0), did not test for a long time, but the GPS holds the position, the flight is stable, the acro is working, all functions are working (barometer, GPS, Compass)

If you try, please be careful :)

Link to archive (compiled firmware hex file and target.h):

https://drive.google.com/file/d/1-wDzZs2W_LAJGBvbQVb52oV7JjGyI9DB/view?usp=sharing

ivan586lp avatar Mar 16 '21 15:03 ivan586lp

I managed to modify the target BETAFLIGHT_F4 (src / main / target / BETAFLIGHTF4 / target.h) for iFlight SucceX-E F4 V2.1

Yesterday I took off on a drone (on version 2.6.0), did not test for a long time, but the GPS holds the position, the flight is stable, the acro is working, all functions are working (barometer, GPS, Compass)

If you try, please be careful :)

Link to archive (compiled firmware hex file and target.h):

https://drive.google.com/file/d/1-wDzZs2W_LAJGBvbQVb52oV7JjGyI9DB/view?usp=sharing

Awesome save me heaps of time I'll try it out this weekend!

ucflumm avatar Mar 16 '21 23:03 ucflumm

Successfully flashed, have not tested yet. I am missing barometer values (may be my board without barometer, or it just not detected, I can't setup it in beta-flight too). Any ideas how to make baro works?

bakwc avatar Mar 26 '21 22:03 bakwc

Is it showing up as red or is it greyed out?

ucflumm avatar Mar 26 '21 23:03 ucflumm

Is it showing up as red or is it greyed out?

Red

bakwc avatar Mar 27 '21 08:03 bakwc

Have you tried a full power off. Mine was red when I connected to usb first. Disconnect usb and power. Then connect battery after that plug in the usb to see if that fixes it.

ucflumm avatar Mar 28 '21 01:03 ucflumm

Hey! Please explain how to add a target to the configurator yourself? I successfully flashed the flight controller with the suggested HEX file, but did not use the target at all. This is mistake?

TarasTadva avatar Mar 30 '21 06:03 TarasTadva

The target is used to create the hex file. Please be careful flashing verify it works first.

ucflumm avatar Mar 30 '21 08:03 ucflumm

I managed to modify the target BETAFLIGHT_F4 (src / main / target / BETAFLIGHTF4 / target.h) for iFlight SucceX-E F4 V2.1 Yesterday I took off on a drone (on version 2.6.0), did not test for a long time, but the GPS holds the position, the flight is stable, the acro is working, all functions are working (barometer, GPS, Compass) If you try, please be careful :) Link to archive (compiled firmware hex file and target.h): https://drive.google.com/file/d/1-wDzZs2W_LAJGBvbQVb52oV7JjGyI9DB/view?usp=sharing

Awesome save me heaps of time I'll try it out this weekend!

I am having an issue with this target - ESC not talking to FC. Not sure what the deal is because it works on betaflight. Anyone else have this problem?

to elaborate: I am not getting the second set of beeps when plugging in battery. I cannot move motors with outputs tab. In betalfight this is no problem.

nwpulver avatar Apr 20 '21 10:04 nwpulver

I managed to modify the target BETAFLIGHT_F4 (src / main / target / BETAFLIGHTF4 / target.h) for iFlight SucceX-E F4 V2.1 Yesterday I took off on a drone (on version 2.6.0), did not test for a long time, but the GPS holds the position, the flight is stable, the acro is working, all functions are working (barometer, GPS, Compass) If you try, please be careful :) Link to archive (compiled firmware hex file and target.h): https://drive.google.com/file/d/1-wDzZs2W_LAJGBvbQVb52oV7JjGyI9DB/view?usp=sharing

Awesome save me heaps of time I'll try it out this weekend!

I am having an issue with this target - ESC not talking to FC. Not sure what the deal is because it works on betaflight. Anyone else have this problem?

to elaborate: I am not getting the second set of beeps when plugging in battery. I cannot move motors with outputs tab. In betalfight this is no problem.

Did you set the motor protocol dshot600 ? Won't beep if its not set i think.

ucflumm avatar Apr 20 '21 12:04 ucflumm

Successfully tested 04/24/21 on fixed wing. Thank you for the conversion!

theuglycamel avatar Apr 25 '21 15:04 theuglycamel

I managed to modify the target BETAFLIGHT_F4 (src / main / target / BETAFLIGHTF4 / target.h) for iFlight SucceX-E F4 V2.1 Yesterday I took off on a drone (on version 2.6.0), did not test for a long time, but the GPS holds the position, the flight is stable, the acro is working, all functions are working (barometer, GPS, Compass) If you try, please be careful :) Link to archive (compiled firmware hex file and target.h): https://drive.google.com/file/d/1-wDzZs2W_LAJGBvbQVb52oV7JjGyI9DB/view?usp=sharing

Awesome save me heaps of time I'll try it out this weekend!

I am having an issue with this target - ESC not talking to FC. Not sure what the deal is because it works on betaflight. Anyone else have this problem? to elaborate: I am not getting the second set of beeps when plugging in battery. I cannot move motors with outputs tab. In betalfight this is no problem.

Did you set the motor protocol dshot600 ? Won't beep if its not set i think.

I did. I now notice that I get the second set of beeps on reboot as it is rebooting but it does not happen otherwise. Using BLHeliS and bluejay firmware

nwpulver avatar Apr 26 '21 07:04 nwpulver

@digitalentity @DzikuVx did you know that the release tag 2.6.1 for INAV configurator recommends an FC that has no INAV target?

https://github.com/iNavFlight/inav-configurator/releases/tag/2.6.1

lavachemist avatar Apr 27 '21 21:04 lavachemist

Same here... I bought it based on recomended HW and now I do not have a target... Just perfect...

jandaliba avatar May 05 '21 20:05 jandaliba

I've compiled the target using target.h from ivan586lp with INAV 3.0.0 RC1 and tested today by doing 2 battery packs on a 5" quad (Nazgul5 + BN-880 GPS). So far everything seems to work great.

mimoklepes avatar May 21 '21 15:05 mimoklepes

I've compiled the target using target.h from ivan586lp with INAV 3.0.0 RC1 and tested today by doing 2 battery packs on a 5" quad (Nazgul5 + BN-880 GPS). So far everything seems to work great.

I just got the shared file ivan586lp (thank you sir) to work, is there a way you can share the 3.0 version please?

EchoReeper avatar May 31 '21 11:05 EchoReeper

I just got the shared file ivan586lp (thank you sir) to work, is there a way you can share the 3.0 version please?

sure, here you go

It is built from 3.0.0 RC1. In the meantime I've tested it for a couple of hours of flight time and everything was fine, so I'm not going to bother rebuilding it from RC2, I'll wait for the final version.

Just one warning: The very first attempt almost ended with a disaster - the quad started to add throttle by itself, I had to quickly disarm it mid-air (it was already some 3 meters above the ground), otherwise it would just fly away. I guess the problem was that I did "diff all" on the 2.6.0 version and applied everything blindly to 3.0.0.

The second time I started from scratch using a preset from configurator and only copied the "harmless" parts of the diff like OSD, modes, rates, etc. Zero problems since then.

mimoklepes avatar May 31 '21 14:05 mimoklepes

I just got the shared file ivan586lp (thank you sir) to work, is there a way you can share the 3.0 version please?

sure, here you go

It is built from 3.0.0 RC1. In the meantime I've tested it for a couple of hours of flight time and everything was fine, so I'm not going to bother rebuilding it from RC2, I'll wait for the final version.

Just one warning: The very first attempt almost ended with a disaster - the quad started to add throttle by itself, I had to quickly disarm it mid-air (it was already some 3 meters above the ground), otherwise it would just fly away. I guess the problem was that I did "diff all" on the 2.6.0 version and applied everything blindly to 3.0.0.

The second time I started from scratch using a preset from configurator and only copied the "harmless" parts of the diff like OSD, modes, rates, etc. Zero problems since then.

Thanks so much! I just loaded and the motors spin (I didn't copy and paste anything over, thanks' for the tip). I will test and report back if anything happens, etc.. off to test

EchoReeper avatar May 31 '21 15:05 EchoReeper

Hi everybody, thanks to

I managed to modify the target BETAFLIGHT_F4 (src / main / target / BETAFLIGHTF4 / target.h) for iFlight SucceX-E F4 V2.1

Yesterday I took off on a drone (on version 2.6.0), did not test for a long time, but the GPS holds the position, the flight is stable, the acro is working, all functions are working (barometer, GPS, Compass)

If you try, please be careful :)

Link to archive (compiled firmware hex file and target.h):

https://drive.google.com/file/d/1-wDzZs2W_LAJGBvbQVb52oV7JjGyI9DB/view?usp=sharing

Thanks, I used the target file to compile inav 3.0 final :) I'm posting the zip file that contain the hex file.

inav-iflight-succex-e-v2.1.zip

Damel91 avatar Jun 23 '21 12:06 Damel91

Доброго времени суток всем. Спасибо за работу над этой прошивкок. Но есть проблема, которую не могу решить. Прошивка заливается нормально, всё настраивается, иду полетать, всё работает кроме правого стика, ролл и питч не отвечают. На компьютере в программе всё работает значения меняются. А в полёте только взлетает и нельзя никуда повернуть. Аппа радиомастер tx16s. Бетафлайт всё работает как надо, Летаю. Помогите пожалуйста.

Ajaxwars avatar Jul 12 '21 02:07 Ajaxwars

Successfully tested 04/24/21 on fixed wing. Thank you for the conversion!

@theuglycamel That sounds awesome. Would love to be able to do that. But where did you connect your servos? Motor outputs 3 & 4? Did you just use Dave4675's target or..? Would love to know. Thanks already!

Mcbeen avatar Dec 20 '21 21:12 Mcbeen

Stale closing. For official targets to be added to INAV. Manufacturers should follow these rules. If a target for a flight controller does not exist. Contact the manufacturer and as them to get an INAV target made and approved.

MrD-RC avatar Nov 26 '22 09:11 MrD-RC