Search found 29 matches

by disq
Fri Aug 22, 2014 7:31 am
Forum: Software development
Topic: MultiWii OSD - MWOSD
Replies: 873
Views: 335488

Re: MultiWii OSD - MWOSD

Ok, I figured it out. Now the problem is that, to configure it in the GUI, I'll need to build the GUI to talk to the OSD at 19200. I've got the source, and I've installed Eclipse and JRE, but I'm not sure how to open and build a java project. Can anyone point me in the direction of how to build MW_...
by disq
Tue May 13, 2014 2:19 pm
Forum: Boards
Topic: Naze32 hardware discussion thread
Replies: 3249
Views: 1395518

Re: Naze32 hardware discussion thread

e_lm_70 wrote:ps: Why for rev5 there is no schema available ? Cloners will not have much problem to analyze a rev5 board and the source code, for make a clone.


Our cloners are lazy. Smart ones don't clone cheap stuff in the first place anyway :)
by disq
Thu May 01, 2014 11:55 am
Forum: Software development
Topic: MultiWii OSD - MWOSD
Replies: 873
Views: 335488

Re: MultiWii OSD - MWOSD

Suggestion: Blink # of sats while waiting for GPS fix

in Screen.ino displayNumberOfSat, change

Code: Select all

if(!GPS_fix)
    return;

to

Code: Select all

if(!GPS_fix && Blink2hz)
    return;


I didn't test this, but should work.
by disq
Sat Apr 12, 2014 1:38 pm
Forum: Boards
Topic: naze32 funfly - Green light blinking on Bootup
Replies: 2
Views: 6081

Re: naze32 funfly - Green light blinking on Bootup

If the board is tilted more than a certain amount (30 degrees?) green will start blinking and it won't arm. If it's not tilted but you changed board orientation (with align_board_*) try recalibrating the accelerometer.
by disq
Thu Apr 10, 2014 11:53 am
Forum: Software development
Topic: MultiWii OSD - MWOSD
Replies: 873
Views: 335488

Re: MultiWii OSD - MWOSD

I have the font file from an OSD product. If somebody is interested to get 'inspiration' from their font and make better font/characters for this one, here's a preview.
by disq
Tue Apr 08, 2014 1:34 pm
Forum: Boards
Topic: Naze32 hardware discussion thread
Replies: 3249
Views: 1395518

Re: Naze32 hardware discussion thread

Question, When Im on the github baseflight firmware main page and I click on the "Downlaod Zip" button in the bottom right of the page am I getting the very latest baseflight.hex? Or do I have to get it another way for the absolute latest updates to baseflight.hex If so I can not figure o...
by disq
Sun Dec 29, 2013 7:15 pm
Forum: Boards
Topic: Naze32 hardware discussion thread
Replies: 3249
Views: 1395518

Re: Naze32 hardware discussion thread

iirc, (TC correct me if I'm wrong) for altitude GPS is never used, so if you haven't covered the baro unit on the Naze with dark foam it is not surprising to have such effects.
by disq
Tue Dec 24, 2013 5:20 pm
Forum: Software
Topic: Baseflight aka multiwii port to stm32
Replies: 1036
Views: 2556292

Re: Baseflight aka multiwii port to stm32

But it didn't in my case. It could only use it as a ubx gps when i did set gps_baudrate=4 (9600 baud), but i didn't realize that it should have worked then I try It again with Naze32 rev0 and rev4, but with "Chrome Google Baseflight configurator" and I had the same issues, GPS is not dete...
by disq
Wed Dec 18, 2013 11:44 am
Forum: Software
Topic: Baseflight aka multiwii port to stm32
Replies: 1036
Views: 2556292

Re: Baseflight aka multiwii port to stm32

Ok this is working for me. But what are the optimal settings for baseflight? - 115200 baud - protocol in and protocol out only ubx - which messages are needed? i like to kick out everything else or at what baudrate do i have to configure it so autoconfigure will work in baseflight? gps_baudrate is ...
by disq
Tue Dec 17, 2013 10:19 pm
Forum: Software
Topic: Baseflight aka multiwii port to stm32
Replies: 1036
Views: 2556292

Re: Baseflight aka multiwii port to stm32

Just flashed latest baseflight from configurator, GPS seems to work for me. It's an ublox NEO-6M.

working gps
working gps
by disq
Sun Oct 27, 2013 7:16 pm
Forum: Boards
Topic: Naze32 hardware discussion thread
Replies: 3249
Views: 1395518

Re: Naze32 hardware discussion thread

4. CLI access You can use for example: CoolTerm. You can download it from here: m 5. MultiWiiConf 2.2 (if needed) for serial you can use screen use it like so: "screen /dev/tty.SLAB_USBtoUART 115200 -xion" to quit you could use ctrl+a and then k, or just unplug usb and it will disconnect....
by disq
Sun Oct 27, 2013 5:26 pm
Forum: Software development
Topic: KV Team Multiwii OSD
Replies: 1021
Views: 392515

Re: SW Development on Minim Osd

https://github.com/disq/rush-osd/commits/master

Here I've published my changes. Also includes a better (well, at least "kinda working") pwm rssi handler for FrSky receivers.

Today I even attempted using hardware timers and pin change interrupts to measure the PWM signal, but failed to get stable results. Code here.
by disq
Sat Oct 26, 2013 3:46 pm
Forum: Software development
Topic: KV Team Multiwii OSD
Replies: 1021
Views: 392515

Re: SW Development on Minim Osd

A few things. Which FrSky receiver are you using? The new X8R does not use PWM RSSI. Just analog voltage. So it's easy to plug straight in. Also, it works fine with the MISO pin. The trick.... You have to have it plugged in and working when you make the change in the GUI or it will hang. It's worki...
by disq
Sat Oct 26, 2013 3:01 pm
Forum: Software development
Topic: KV Team Multiwii OSD
Replies: 1021
Views: 392515

Re: SW Development on Minim Osd

Problems with PWM RSSI and current r370 code: In the config, default PWM RSSI pin should not be the MISO pin (12) since it's already in use by the MAX chip and nearly hangs the OSD (pulseIn blocks too much) when enabled. Make D3 (pin #3, PAL jumper) default instead. (Config.h, line 8) KV_Team_OSD.in...
by disq
Sun Oct 20, 2013 7:32 pm
Forum: Boards
Topic: Naze32 hardware discussion thread
Replies: 3249
Views: 1395518

Re: Naze32 hardware discussion thread

hazmatNco wrote:Not sure if this is the best place to ask, but I'm having an issue using my bluetooth module with a rev4 board. I've tried multiple android configuration apps and while they all correctly pair with the device, they all fail to actually read/write any data.


Switch rx/tx lines and try again.
by disq
Fri Oct 18, 2013 12:53 pm
Forum: Software
Topic: Harakiri aka multiwii port to stm32
Replies: 1502
Views: 561101

Re: Harakiri aka multiwii port to stm32

Here is another useful patch, backported from baseflight (jef78m is the original author, m ) Allows dumping of matching cmdline variables by running an incomplete set command. ie. something like "set gps" will dump all gps variables. (I tried with stristr/strcasestr, but couldn't make it i...
by disq
Wed Oct 16, 2013 11:50 am
Forum: Software
Topic: Harakiri aka multiwii port to stm32
Replies: 1502
Views: 561101

Re: Harakiri aka multiwii port to stm32

Short notice, a first test Version for v5 is in the github repo. You should add a zero-byte to MSP_STATUS reply to indicate current profile id even if Harakiri doesn't yet support profiles. Just to avoid breaking MSP. ("global_conf.currentSet" in msp documentation) Here's a quick diff: --...
by disq
Sun Oct 06, 2013 5:48 pm
Forum: Software development
Topic: KV Team Multiwii OSD
Replies: 1021
Views: 392515

Re: SW Development on Minim Osd

Any plans to make it compatible with FrSky telemetry data? ie. connect a single wire from a flight controller (MultiWii with frsky patch, Baseflight, etc) to both the RX and OSD and get the data on both using a single serial connection on the FC side. Of course that would mean removing all the MSP c...
by disq
Sun Jul 21, 2013 1:15 pm
Forum: Ideas
Topic: Direct Frsky telemtry data from MW FC
Replies: 359
Views: 1159198

Re: Direct Frsky telemtry data from MW FC

Here is my branch, based on QuadBow's FrSky Telemetry code. m Update 2: Also added a Multiwii 2.2 based branch, at m disq, I finally got a chance to try your code tonight with not so favorable results. I have a witespy Mega Ez 3 (ATMega2560) with baro, mag, GPS. While I did receive telemetry data b...
by disq
Sat Jun 22, 2013 4:31 pm
Forum: Software development
Topic: V2.2 - ACRO PID implementation is wrong, right?
Replies: 282
Views: 184286

Re: V2.2 - ACRO PID implementation is wrong, right?

Just took this process loop implementation on baseflight/stm32 for a test flight, very nice! Great work alex.k!!! The values posted here by Phil.S are great, though I added a little more RC Expo.. I'll maiden it on one of my Crius AIO Pros on the weekend... Also in baseflight i_level is limited to ...
by disq
Sat Jun 15, 2013 2:13 pm
Forum: Ideas
Topic: Direct Frsky telemtry data from MW FC
Replies: 359
Views: 1159198

Re: Direct Frsky telemtry data from MW FC

I'm assuming you mean the dohicky to connect the Multiwii to the Frsky RX ? I've been using this : multiwii_to_frsky.png That one works better than the PNP version that's been floating around on the interwebs so use it Btw still, if you're short of serial ports but have a few kb of extra space, you...
by disq
Fri Jun 14, 2013 7:04 pm
Forum: Software development
Topic: Airplane mode
Replies: 512
Views: 210985

Re: Airplane mode

thanks but helped not so mutch: after #define MEGA_HW_PWM_SERVOS both wings are now on D11 and D12, but throttle still on D3, elevator ant rudder dissapeared (checked by connecting servo to pins 44-46 and 2,5-10). on 44-46 pwm egzists, but no reaction for rudder or elevator moving (in mwiiconf I se...
by disq
Fri Jun 14, 2013 5:05 pm
Forum: Software development
Topic: KV Team Multiwii OSD
Replies: 1021
Views: 392515

Re: SW Development on Minim Osd

(Yeah that trace goes into the MAX chip as well) Good news, PAL jumper FTW then :) Can't solder a pin there, but at least soldering a wire will be easy.
by disq
Fri Jun 14, 2013 12:41 pm
Forum: Software development
Topic: Airplane mode
Replies: 512
Views: 210985

Re: Airplane mode

thanks but helped not so mutch: after #define MEGA_HW_PWM_SERVOS both wings are now on D11 and D12, but throttle still on D3, elevator ant rudder dissapeared (checked by connecting servo to pins 44-46 and 2,5-10). on 44-46 pwm egzists, but no reaction for rudder or elevator moving (in mwiiconf I se...
by disq
Fri Jun 14, 2013 11:06 am
Forum: Software development
Topic: KV Team Multiwii OSD
Replies: 1021
Views: 392515

Re: SW Development on Minim Osd

PWM is "solved because I will code it to use digital PD3 instead of MISI,(something Itai and me figured while chatting other day) or you can easily do it also if you like, just the input please, the code is OK. The only bug is with the ADC value on screen when using the OSD analogue input (it ...
by disq
Sun Jun 02, 2013 1:50 pm
Forum: Software development
Topic: [patch] i2c gps_hold typo introduced in r1369
Replies: 2
Views: 1238

[patch] i2c gps_hold typo introduced in r1369

Hi, Looks like this was missed during code refactoring, in the I2C code GPS-Hold P value is sent twice instead of P&I. File: m #if defined(I2C_GPS) i2c_rep_start(I2C_GPS_ADDRESS<<1); i2c_write(I2C_GPS_HOLD_P); i2c_write(conf.pid[PIDPOS].P8); i2c_write(conf.pid[PIDPOS].P8); /* this should be .I8 ...
by disq
Tue May 28, 2013 10:57 pm
Forum: Software development
Topic: An Official 2.2 Release soon?
Replies: 26
Views: 10668

Re: An Official 2.2 Release soon?

I added a modified i2c-gps-nav fork to my github. It has DISTANCE_TO_HOME_IN_METERS as an option in config.h. (You still need to modify MultiWii for this to work) I couldn't resist and also added FrSky telemetry, so if you don't have space for a FC in your fuselage you can still have the GPS-coordin...
by disq
Mon May 27, 2013 3:16 am
Forum: Software development
Topic: An Official 2.2 Release soon?
Replies: 26
Views: 10668

Re: An Official 2.2 Release soon?

For the max 655-meter distance-to-home stuff, instead of waiting for a fix/release you could easily follow these steps to convert the distance to home unit in transmission to meters. 1. Comment out (or remove) this line in MultiWii GPS.ino GPS_distanceToHome = GPS_distanceToHome / 100; //register is...
by disq
Tue May 21, 2013 3:23 pm
Forum: Ideas
Topic: Direct Frsky telemtry data from MW FC
Replies: 359
Views: 1159198

Re: Direct Frsky telemtry data from MW FC

Here is my branch, based on QuadBow's FrSky Telemetry code. m I converted the code to be compatible with the latest Multiwii (r1424, but vbat/motors/rpm not tested) and also added Softserial support, using SendOnlySoftwareSerial. This way you don't need to dedicate a serial port for the telemetry, i...