[Patch] MultiwiiConf displays wrong GPS data
[Patch] MultiwiiConf displays wrong GPS data
The current trunk version of MultiWiiconf displays wrong GPS data; I uploaded a fix here: https://github.com/wertarbyte/multiwii- ... re/fix_gps
Re: [Patch] MultiwiiConf displays wrong GPS data
I've changed this but the values of latitude and longitude stay the same in the Gui.
Re: [Patch] MultiwiiConf displays wrong GPS data
Did you do a recompile of the Processing App?
Re: [Patch] MultiwiiConf displays wrong GPS data
I changed it with arduino. I think its wrong.
Can you give me a good description on how to do this for dummies.
Can you give me a good description on how to do this for dummies.
Re: [Patch] MultiwiiConf displays wrong GPS data
KeesvR wrote:I changed it with arduino. I think its wrong.
Can you give me a good description on how to do this for dummies.
Open MultiWiiConf.pde in your Processing IDE; then locate the lines in the compare view (somewhere around line 654); you can also just download the file from the github site, but unless you are using the latest Multiwii firmware on your copter, it's probably not working.
Simply replace the one line ("text(GPS_latitude,530,290);") with this: "text(GPS_longitude,530,290);"; Hit the "play" button in the icon bar, and Processing should compile and start the GUI.
Re: [Patch] MultiwiiConf displays wrong GPS data
Thanks, but I can't get it to work. I also downloaded your file, when I look inside I see the same typo.
I think its better for me to wait for a updated version.
I think its better for me to wait for a updated version.
Re: [Patch] MultiwiiConf displays wrong GPS data
I don't give so fast.
Now I've found out what I did wrong, I had not installed the IP5 control.
But its only working when I use it with Processing after pushing play, when I save it and start the Gui the normal way its like before.

Now I've found out what I did wrong, I had not installed the IP5 control.
But its only working when I use it with Processing after pushing play, when I save it and start the Gui the normal way its like before.
Re: [Patch] MultiwiiConf displays wrong GPS data
What is the "normal way"? You did export a new application from the new source file, did you?
Re: [Patch] MultiwiiConf displays wrong GPS data
The normal way = double click on the exe file.
I just saved it not export, when I try to export I get: Could not find the applet size.
I just saved it not export, when I try to export I get: Could not find the applet size.
Re: [Patch] MultiwiiConf displays wrong GPS data
Here's a thread explaining how to compile with Processing
viewtopic.php?f=18&t=190
viewtopic.php?f=18&t=190
Re: [Patch] MultiwiiConf displays wrong GPS data
Thanks Patrik and Tommie, I got it working now.