Search found 12 matches

by Dave Pitman
Sat Apr 11, 2015 3:25 pm
Forum: Software
Topic: Cleanflight aka Multiwii port to STM32 F10x and F30x
Replies: 761
Views: 1576329

Re: Cleanflight aka Multiwii port to STM32 F10x and F30x

This looks very useful ! Have you submitted a PR yet? For HoTT Graupner users.. I coded an interactive Text Mode in Cleanflight so that you can check and edit Cleanflight parameters directly from your TX as you do it with CLI in the Cleanflight-Configurator. As shown on the image below (views of the...
by Dave Pitman
Wed Jan 07, 2015 2:31 am
Forum: Software development
Topic: MultiWii EZ-GUI
Replies: 1434
Views: 677807

Re: MultiWii EZ-GUI

Hi Guys, On an Acro Naze32 clone running Cleanflight, I was able to connect to the board, but no data read. I'm using a Nexus 4, Android 4.4.4 This bluetooth board http://witespyquad.gostorego.com/accessories/serial-bluetooth-module-for-multiwiicopter-configuration.html Any suggestions? Thanks. -sw...
by Dave Pitman
Tue Jan 06, 2015 11:33 pm
Forum: Software
Topic: Cleanflight aka Multiwii port to STM32 F10x and F30x
Replies: 761
Views: 1576329

Re: Cleanflight aka Multiwii port to STM32 F10x and F30x

Perhaps rather than whinging, someone should log a feature request for the configurator: "ability to preserve and restore, or at least dump previous board settings prior to flashing new firmware"? Me, I appreciate all the hard work that's going into this. Once GPS support is solid, Cleanf...
by Dave Pitman
Tue Jan 06, 2015 10:10 pm
Forum: Software
Topic: Cleanflight aka Multiwii port to STM32 F10x and F30x
Replies: 761
Views: 1576329

Re: Cleanflight aka Multiwii port to STM32 F10x and F30x

Perhaps rather than whinging, someone should log a feature request for the configurator: "ability to preserve and restore, or at least dump previous board settings prior to flashing new firmware"? Me, I appreciate all the hard work that's going into this. Once GPS support is solid, Cleanf...
by Dave Pitman
Tue Jan 06, 2015 5:42 pm
Forum: Software
Topic: Cleanflight aka Multiwii port to STM32 F10x and F30x
Replies: 761
Views: 1576329

Re: Cleanflight aka Multiwii port to STM32 F10x and F30x

Remember this is free software. You didn't pay for it, nor does anybody owe you it. So some more politeness would be fitting imho. I don't know how you perceive the comments above as impolite? The auto-updating of the configurator has not been a problem for me, I save dumps that I can re-enter. The...
by Dave Pitman
Tue Jan 06, 2015 5:15 am
Forum: Software development
Topic: MultiWii EZ-GUI
Replies: 1434
Views: 677807

Re: MultiWii EZ-GUI

Hi Guys, On an Acro Naze32 clone running Cleanflight, I was able to connect to the board, but no data read. I'm using a Nexus 4, Android 4.4.4 This bluetooth board http://witespyquad.gostorego.com/accessories/serial-bluetooth-module-for-multiwiicopter-configuration.html Any suggestions? Thanks.
by Dave Pitman
Tue Jan 06, 2015 1:36 am
Forum: Software
Topic: Cleanflight aka Multiwii port to STM32 F10x and F30x
Replies: 761
Views: 1576329

Re: Cleanflight aka Multiwii port to STM32 F10x and F30x

Most software lets the user decide if they want updates to: 1. Update Automatically (usually a bad idea) 2. Be notified, but not update. (My preferred choice, lets you prepare if needed.) 3. Not look for updates at all. I'm not sure why a development team (Cleanflight) would want to deviate from thi...
by Dave Pitman
Sun Dec 28, 2014 9:22 pm
Forum: Software
Topic: Cleanflight aka Multiwii port to STM32 F10x and F30x
Replies: 761
Views: 1576329

Re: Failsafe question

I think the trick is to tell the RC receiver to not send pulses to the flight controller when the signal is lost. It appears that the way to do this is to set the failsafe on the receiver with the radio turned off, at least for FrSky receivers . It is not an FrSky RX, but maybe it is the fault of t...
by Dave Pitman
Sun Dec 28, 2014 9:00 pm
Forum: Software
Topic: Cleanflight aka Multiwii port to STM32 F10x and F30x
Replies: 761
Views: 1576329

Failsafe question

After reading here: m Using a cppm connection I tried the default failsafe values, and it does not seem to activate when I turn off the TX. So, I changed the values to: (min and max values are the endpoints of the TX) failsafe_delay = 10 failsafe_off_delay = 50 failsafe_throttle = 1200 failsafe_min_...
by Dave Pitman
Wed Dec 24, 2014 2:31 am
Forum: Software
Topic: Cleanflight aka Multiwii port to STM32 F10x and F30x
Replies: 761
Views: 1576329

Re: Cleanflight aka Multiwii port to STM32 F10x and F30x

Hi Guys, Can you point me to where I can learn about what the different commands do? I tried the the Multiwii wiki, and I found some there, but not all. For example. I was trying to find out what set thr_mid = 50 is referring to. Maybe setting the # that allows the multirotor to be stable in the z a...
by Dave Pitman
Sat Dec 20, 2014 11:24 pm
Forum: Software
Topic: Cleanflight aka Multiwii port to STM32 F10x and F30x
Replies: 761
Views: 1576329

Re: Cleanflight aka Multiwii port to STM32 F10x and F30x

DIE_KUH wrote:.....
@Dave: Active buzzer, 5V. And vbat only reports the measured voltage - no calculations for resting voltage, you have to figure that in yourself (depends on the battery anyway).


Thank you!
by Dave Pitman
Sat Dec 20, 2014 9:09 pm
Forum: Software
Topic: Cleanflight aka Multiwii port to STM32 F10x and F30x
Replies: 761
Views: 1576329

Re: Cleanflight aka Multiwii port to STM32 F10x and F30x

Hi Guys, first post here. Using a STM32 board and CleanFlight for the first time. Thank you to Dominic and other devs contributing their time. A couple basic questions. Should a passive or active buzzer be used? Does vbat min voltage look for the calculated voltage per cell under load which tends to...