Quanton STM32F4 baseflight
Quanton STM32F4 baseflight
Hello,
i have just added some support for the Quanton
board desc : http://www.quantec-networks.de/shop/en/ ... rol-rev.-1
source/hex/dfu : https://github.com/treymarc/baseflight/ ... f4/release
i have just added some support for the Quanton
board desc : http://www.quantec-networks.de/shop/en/ ... rol-rev.-1
source/hex/dfu : https://github.com/treymarc/baseflight/ ... f4/release
Last edited by treym on Mon Dec 15, 2014 8:48 pm, edited 2 times in total.
Re: Quanton STM32F4 baseflight
quanton is now flyable with baseflight , ...
Re: Quanton STM32F4 baseflight
Nice, but whats about all the serials?
Is this 'only' on the same limited base like the 'original' Baseflight?
I look forward what's going on!
Is this 'only' on the same limited base like the 'original' Baseflight?
I look forward what's going on!
Re: Quanton STM32F4 baseflight
Forget extra serials, it's the holes that count!!
Re: Quanton STM32F4 baseflight
i cloned the repo - never got so many warnings when compiling.
when looking at the video - i am not sure ...
the picture isn't clear - either the motors or the user has a problem ...
at least one more spare serial port to hook up the ardu logger ...
the board itself is top - prob. one of the best with regards to imu noise.
not that i like the mpu-6000
when looking at the video - i am not sure ...
the picture isn't clear - either the motors or the user has a problem ...
at least one more spare serial port to hook up the ardu logger ...
the board itself is top - prob. one of the best with regards to imu noise.
not that i like the mpu-6000

-
- Posts: 202
- Joined: Tue Feb 05, 2013 10:28 pm
Re: Quanton STM32F4 baseflight
nice work trey. As i mentioned on the cleanflight thread i've received an F4 based board too, I'll be looking at your code soon for sure! SO much to do, so little time.
Re: Quanton STM32F4 baseflight
Hi Dominic,
pinout/wiring/af : https://docs.google.com/spreadsheets/d/ ... G-DWvZ9cbU
main change is for timers being on different clock
pinout/wiring/af : https://docs.google.com/spreadsheets/d/ ... G-DWvZ9cbU
main change is for timers being on different clock
Re: Quanton STM32F4 baseflight
Am i stupid or something, how can i flash fw to Quanton?
Re: Quanton STM32F4 baseflight
I would imagine, using ST DFU tools?
There's probbly a boot button/switch/jumper somewehre
There's probbly a boot button/switch/jumper somewehre
Re: Quanton STM32F4 baseflight
Gimbal wrote:Am i stupid or something, how can i flash fw to Quanton?
SWD
-
- Posts: 202
- Joined: Tue Feb 05, 2013 10:28 pm
Re: Quanton STM32F4 baseflight
treym wrote:Hi Dominic,
pinout/wiring/af : https://docs.google.com/spreadsheets/d/ ... G-DWvZ9cbU
main change is for timers being on different clock
cool thanks treym
Re: Quanton STM32F4 baseflight
timecop wrote:I would imagine, using ST DFU tools?
There's probbly a boot button/switch/jumper somewehre
Thx TC
Re: Quanton STM32F4 baseflight
timecop wrote:There's probbly a boot button/switch/jumper somewehre
they did not put a button/switch/jumper for forcing the dfu mode
the provided hex wil set the device into dfu , same a the NazePro for uploading the firmware with usb.
Re: Quanton STM32F4 baseflight
Will this board allow for more serial ports to be used with baseflight?
If i'm honest the only limitation that i notice with the Naze32 hardware at the moment is the lack of serial ports. It would be nice not to have to choose between an OSD and bluetooth. Even though there are workarounds for that (i.e. change PIDs via OSD menus etc).
Are there any other advantages to running baseflight on this hardware?
Or is it just a fun project? (fair enough either way).
If i'm honest the only limitation that i notice with the Naze32 hardware at the moment is the lack of serial ports. It would be nice not to have to choose between an OSD and bluetooth. Even though there are workarounds for that (i.e. change PIDs via OSD menus etc).
Are there any other advantages to running baseflight on this hardware?
Or is it just a fun project? (fair enough either way).
Re: Quanton STM32F4 baseflight
Yes , all serial shall/will be supported ..
Re: Quanton STM32F4 baseflight
Are there any performance benefits in terms of acrobatic flight when using the MPU6000 (SPI vs I2C) ?
-
- Posts: 3
- Joined: Tue Nov 11, 2014 6:44 am
Re: Quanton STM32F4 baseflight
How exactly do you flash the Quanton with baseflight? I'm having no luck with this whatsoever. Guess I need a step by step . Thnx
Re: Quanton STM32F4 baseflight
How exactly do you flash the Quanton with baseflight?
1 ) using swd - HEX Firmware
connect your swd debuger to the swd pin of your quanton, flash the HEX firmewar
2 ) using uart
iirc , uart pins are not practical for flashing ..
3) using usb - DFU firmware
this assume you have baseflight installed on your quanton
put the board into bootloader mode using 'R' like baseflight, upload the DFU firmware , using dfu-utils or your preffered tools . the quantom will act as a DFU device.
or use the chrome configurator (in the dev branch , not sure about the status)
Last edited by treym on Mon Dec 15, 2014 9:56 pm, edited 1 time in total.
-
- Posts: 3
- Joined: Tue Nov 11, 2014 6:44 am
Re: Quanton STM32F4 baseflight
Thanks for the fast reply. The board came with taulabs installed. Is it possible to flash it to Baseflight than ?
Re: Quanton STM32F4 baseflight
yes, i also recieved the quanton board with taulabs installed ,
i use swd and a stlinkv2 from a discovery f4 for flashing the board with baseflight, you can see then briefly on the first video .
i use swd and a stlinkv2 from a discovery f4 for flashing the board with baseflight, you can see then briefly on the first video .
-
- Posts: 3
- Joined: Tue Nov 11, 2014 6:44 am
Re: Quanton STM32F4 baseflight
OK, got an ST-Link V2 from digikey and got everything working. The problem I have now is that Baseflight Configurator gives an error about needing a newer firmware, 3-2.1 .... Works fine with Multiwii WinGUI 2.2 though so at least I'm flying
Is there an updated firmware I haven't been able to find or a way to roll back my Baseflight Configurator? Seems those Chrome apps like to update by themselves though...

Re: Quanton STM32F4 baseflight
Quadflyer5280 wrote:OK, got an ST-Link V2 from digikey and got everything working. The problem I have now is that Baseflight Configurator gives an error about needing a newer firmware, 3-2.1 .... Works fine with Multiwii WinGUI 2.2 though so at least I'm flyingIs there an updated firmware I haven't been able to find or a way to roll back my Baseflight Configurator? Seems those Chrome apps like to update by themselves though...
Kudos ! Your are the Third user to report success with baseflight on the quanton

I will try to update the code asap
edit : some minor msp update is required
Re: Quanton STM32F4 baseflight
there are some expérimental optimisation in the code , so feel free to report any odd behavior if you notice them 
edit : i am busy atm , well update code soon ..

edit : i am busy atm , well update code soon ..

Re: Quanton STM32F4 baseflight
Quadflyer5280 wrote:Is there an updated firmware I haven't been able to find or a way to roll back my Baseflight Configurator?
hello,
The firmware is now up to date and work with the latest version of the configurator, you can find a Hex file for the quanton
