Search found 14 matches

by SecretSpy711
Tue Jan 13, 2015 6:32 pm
Forum: Software
Topic: Cleanflight aka Multiwii port to STM32 F10x and F30x
Replies: 761
Views: 1588658

Re:

Glad that solved it...but still have to wonder why it worked on Baseflight and not Cleanflight when it was set to 16 channels. Dominic posted a binary on the github issue tracker that also fixed it. It was a simple change of just writing "16" instead of "12" in 2 places. m It wo...
by SecretSpy711
Mon Jan 12, 2015 1:57 am
Forum: Software
Topic: Cleanflight aka Multiwii port to STM32 F10x and F30x
Replies: 761
Views: 1588658

Re: Cleanflight aka Multiwii port to STM32 F10x and F30x

Solved. While fiddling with this today, I realized that even though I need more than 8 channels in total, I only need 8 within the PPM stream. So I went into the DTF UHF settings and realized that I had it set to 16 channels instead of 12 or 8 , and also the option to "limit ppm output to 8 cha...
by SecretSpy711
Sat Jan 10, 2015 2:53 am
Forum: Software
Topic: Cleanflight aka Multiwii port to STM32 F10x and F30x
Replies: 761
Views: 1588658

Re: Cleanflight aka Multiwii port to STM32 F10x and F30x

Hi dominic, I'm trying out cleanflight, coming from a working baseflight configuration on an afromini... I flashed the latest naze cleanflight firmware, set up for rx_ppm input but it does not register any commands from my radio. None of the bars are moving in the receiver tab of cleanflight. My tar...
by SecretSpy711
Tue Jun 10, 2014 9:53 pm
Forum: Software development
Topic: MultiWii OSD - MWOSD
Replies: 873
Views: 345011

Re: MultiWii OSD - MWOSD

Would it be a big deal to replace the aircraft ^ on the map with a dot - can massively improve resolution ? Could still potentially use the ^ in a fixed location if necessary. hmm... A dot with a separate direction indicator could work, but then it might be hard to find it on the screen when you ne...
by SecretSpy711
Mon Jun 09, 2014 5:51 pm
Forum: Software development
Topic: MultiWii OSD - MWOSD
Replies: 873
Views: 345011

Re: MultiWii OSD - MWOSD

+1 on the efficiency parameter additions! Regarding map mode, all it needs is an increase in resolution IMO. It's a bit choppy and has limited use as-is. The eagle-tree "virtual map" is a great go-by, the chevron moves around the clear area of the OSD, you can specify what distance corresp...
by SecretSpy711
Wed Jun 04, 2014 11:34 pm
Forum: Software development
Topic: MultiWii OSD - MWOSD
Replies: 873
Views: 345011

Re: MultiWii OSD - MWOSD

for mapmodenorth, can that be made into a GUI option, or at least an on-screen menu pick?

and just for completeness, my GPS problem was due to having too many messages enabled in the GPS.
by SecretSpy711
Mon Jun 02, 2014 4:09 pm
Forum: Software development
Topic: MultiWii OSD - MWOSD
Replies: 873
Views: 345011

Re: MultiWii OSD - MWOSD

Interesting. The GPS is in the same bay as the OSD, Flip32+, & Hawkeye receiver -- however when testing on the bench I have the GPS pulled out and sitting as far away from those items as the wires will let me (about 4 inches). All wires are twisted. I'll try shielding/attenuation/extending wires...
by SecretSpy711
Sat May 31, 2014 4:24 am
Forum: Software development
Topic: MultiWii OSD - MWOSD
Replies: 873
Views: 345011

Re: MultiWii OSD - MWOSD

I turned off GPS time and enabled serial_speed, problem still persists. However I then cleared the eeprom and flashed kv firmware, and it still blinks. So the problem is NOT the MWOSD. Sorry guys.
by SecretSpy711
Fri May 30, 2014 5:59 pm
Forum: Software development
Topic: MultiWii OSD - MWOSD
Replies: 873
Views: 345011

Re: MultiWii OSD - MWOSD

2&3) You're right- duh! I'm using Baseflight, so I needed to enable that define. there's also a define for putting map mode such that up is north. default seems to be up as your takeoff direction. were you launching south? I would rather #define MAPMODENORTH be enabled by default. Using takeoff...
by SecretSpy711
Fri May 30, 2014 5:48 pm
Forum: Software development
Topic: MultiWii OSD - MWOSD
Replies: 873
Views: 345011

Re: MultiWii OSD - MWOSD

You only have 6 satellites when it's shown on the OSD. It's not considered as Good fix until GPS_numSat >= 5 . If you don't have FIX the GPS data is hidden. I guess it's switching between 4-6 satellites. PatrickE it was still doing this when I had 10 satellites. hinkel I disabled GPS time via the o...
by SecretSpy711
Fri May 30, 2014 4:10 pm
Forum: Software development
Topic: MultiWii OSD - MWOSD
Replies: 873
Views: 345011

Re: MultiWii OSD - MWOSD

All of my GPS data is flashing / blinking, I can't figure out why. It didn't do this when I used the same GPS module (witespy house ublox v1) on a osd flashed with kv team firmware... any ideas what could be causing this? I have enabled //#define BASEFLIGHT in config.h. I'm running MWOSD 1.1, and ba...
by SecretSpy711
Sun Nov 17, 2013 1:59 am
Forum: Software
Topic: Harakiri aka multiwii port to stm32
Replies: 1502
Views: 578264

Re: Harakiri aka multiwii port to stm32

what are others using for PosHold and PosHoldRate PID's? Mine was doing the "toilet bowl effect" today while in GPS hold mode, but I think I have fixed it by setting the correct magnetic declination.
by SecretSpy711
Sat Oct 26, 2013 3:29 am
Forum: Software
Topic: Harakiri aka multiwii port to stm32
Replies: 1502
Views: 578264

Re: Harakiri aka multiwii port to stm32

timecop wrote:You need newer build on rev5, it was posted somewhere in this thread.


maintainable codebase FTW!
*cough*, anyone got a link? Haven't found it yet.
by SecretSpy711
Sat Oct 26, 2013 1:24 am
Forum: Software
Topic: Harakiri aka multiwii port to stm32
Replies: 1502
Views: 578264

Re: Harakiri aka multiwii port to stm32

hi, I have a rev5 Naze32 board (not the Acro) that I am trying to put Harakiri on, to experiment with position hold. But I'm having some trouble loading Harakiri on it. I am using Source081513-2215Uhr (Harakiri Summer Games 2.5, baseflight_NAZE.hex) with the Carsten GUI. I've also tried it with the ...