Search found 17 matches

by Shual
Mon Jun 22, 2015 9:50 pm
Forum: Software
Topic: Cleanflight aka Multiwii port to STM32 F10x and F30x
Replies: 761
Views: 1571596

Re: Cleanflight aka Multiwii port to STM32 F10x and F30x

wrote HIL mode support for loop testing cleanflight hardware with FlightGear. If cleanflight team interested for this feature can add it to project codebase after some testing
by Shual
Mon Feb 16, 2015 9:12 pm
Forum: Software
Topic: Cleanflight aka Multiwii port to STM32 F10x and F30x
Replies: 761
Views: 1571596

Re: Cleanflight aka Multiwii port to STM32 F10x and F30x

Hi! can the cleanflight work in "hardware in loop" mode (with flight simulators), like a baseflight or multiwii ?
by Shual
Mon Dec 01, 2014 1:10 pm
Forum: Software
Topic: Airplane RTH BaseFlight
Replies: 143
Views: 136464

Re: Airplane RTH BaseFlight

Ok, but first questions: how I can find yours changes in basic baseflight code. For simplifying this, do you can say me in which basefligt files you puts this changes, (if you no difficult, so)
by Shual
Mon Dec 01, 2014 8:15 am
Forum: Software
Topic: Airplane RTH BaseFlight
Replies: 143
Views: 136464

Re: Airplane RTH BaseFlight

Hi Patrik/ On weekend I added usb-vcp support to my hardware in cleanflight code. ( in there it was for stm32F3XX devices, only/ I added it for stm32F1XX, too)/ I think do repeat this for baseflight, but not shure is the interesting for author (timecop) porting baseflight code for nonafro hardware. ...
by Shual
Mon Dec 01, 2014 7:52 am
Forum: Software
Topic: Cleanflight aka Multiwii port to STM32 F10x and F30x
Replies: 761
Views: 1571596

Re: Cleanflight aka Multiwii port to STM32 F10x and F30x

Hi, I wrote own port of cleanflight for little low cost stm32F103 development board which are popular in some countries. From sweets things are tested&working support for onboard USB via VCP driver. In plans - add airplane GPS support like in Patrik multiwii/baseflight code, so. Do I can add thi...
by Shual
Fri Nov 28, 2014 5:28 pm
Forum: Software
Topic: Airplane RTH BaseFlight
Replies: 143
Views: 136464

Re: Airplane RTH BaseFlight

I know. I already using serialRC from gamepad in mwii via serial and via IP, from my modified version mwiiconf(http://www.multiwii.com/forum/viewtopic.php?f=8&t=4953&p=53732&hilit=joystick#p53731) But for that I was made little change in wii code, so - for prevent "pulsing mixing&qu...
by Shual
Fri Nov 28, 2014 2:28 pm
Forum: Software
Topic: Airplane RTH BaseFlight
Replies: 143
Views: 136464

Re: Airplane RTH BaseFlight

Now I planing add USB support in code, as alternate way for setup device... and fo serialRC so
by Shual
Fri Nov 28, 2014 2:15 pm
Forum: Software
Topic: Airplane RTH BaseFlight
Replies: 143
Views: 136464

Re: Airplane RTH BaseFlight

thanks, problem solved. I just change my toolchain from codebench to standard GNU-arm and all compiling good. Problem was because I have no Keil and use Eclipse for development. In first time I try make it via description on rcgroups forum but this instructions to old for compiling current basefligh...
by Shual
Thu Nov 27, 2014 8:23 am
Forum: Software
Topic: Airplane RTH BaseFlight
Replies: 143
Views: 136464

Re: Airplane RTH BaseFlight

Hi Patrik. I want to try develop fork of yours code with extended GPS functions, and some other sweet things. But code on trunk where yours code changes are merged, do not compiling correctly. Do I can found yours current code in some other repository ?
by Shual
Tue Nov 25, 2014 7:51 pm
Forum: Software
Topic: Airplane RTH BaseFlight
Replies: 143
Views: 136464

Re: Airplane RTH BaseFlight

Hi Patrik. You good know baseflight code. How difficult add to it " navigation of single waypoint". Just flight in one a predetermined point from any current position it's almost like holding the position, but the plane flies to the point that not remember, but at the coordinates are speci...
by Shual
Tue Nov 25, 2014 5:51 pm
Forum: Software
Topic: Airplane RTH BaseFlight
Replies: 143
Views: 136464

Re: Airplane RTH BaseFlight

Position Hold ? In airplanne mode ? but how it look like in airplane ?
by Shual
Tue Nov 25, 2014 2:59 pm
Forum: Software
Topic: Harakiri aka multiwii port to stm32
Replies: 1502
Views: 556649

Re: Harakiri aka multiwii port to stm32

Hi/ I have some question. Do harakiri 2.5( or testcode 3/4) can work in airplain (FW) mode, with GPS support or this for coptrer only ? I seen airplane version on .fpv-treff.de forum but this probably too old/ I cant understand on which harakiri version this code was based/
by Shual
Tue Nov 25, 2014 2:49 pm
Forum: Software
Topic: Airplane RTH BaseFlight
Replies: 143
Views: 136464

Re: Airplane RTH BaseFlight

Which level of GPS support exist in this code ? Is it can fly on airplane by WP, correctly ? Or RTH only ?
by Shual
Wed Nov 19, 2014 10:23 am
Forum: Software
Topic: Airplane RTH BaseFlight
Replies: 143
Views: 136464

Re: Airplane RTH BaseFlight

Are this .hex file can work correctly on stm32F103c8t6 (with 64K flash) based boards or on stm32F103c8t6 (with 128K flash), only ?
by Shual
Sat Aug 09, 2014 2:09 pm
Forum: Software development
Topic: [Solved] Rc control via serial protocol
Replies: 3
Views: 1841

Re: Rc control via serial protocol

HI. I dont attempted to try deep analize for yours code but may be problem in correct conversion between data types (before packing it to buffer for sending (or unpacking it when receiving? or both) I had similar problems in Processing/Java programming . for correct conversion from int data (where R...
by Shual
Tue Jul 22, 2014 9:28 pm
Forum: Software development
Topic: MultiWii Joystick
Replies: 6
Views: 4021

Re: MultiWii Joystick

So good idea - add emulation of additional analog sticks via gamepad buttons for example for throttle or aux like I make in my version
by Shual
Tue Jul 22, 2014 9:06 pm
Forum: Software development
Topic: MultiWii Joystick
Replies: 6
Views: 4021

Re: MultiWii Joystick

Nice idea. I try to found yours project sources fo adding RC and back video channel via UDP( on WiFi or 4G) but not luck. I had to write everything yourself (I use another joystick library) All look like this: