Search found 11 matches
- Sun Jan 26, 2014 9:41 pm
- Forum: Software development
- Topic: GPS NAV
- Replies: 964
- Views: 541833
Re: GPS NAV
Hi Andràs, Dont ask why I dont know the reason but the connexion is established. I put traces in firmware (protocol.cpp) and realised that the characters received were weird. I tried several speed and the slower, the more errors I had. At last I tried 115200 and all sent characters were received cor...
- Fri Jan 24, 2014 9:35 am
- Forum: Software development
- Topic: GPS NAV
- Replies: 964
- Views: 541833
Re: GPS NAV
Hi Andras, I dig in the setup code. I was surprised, I expected to find initialisation for port 0 as link to GUI. What I find is the following code (line582): void setup() { #if !defined(GPS_PROMINI) SerialOpen(0,SERIAL0_COM_SPEED); #if defined(PROMICRO) SerialOpen(1,SERIAL1_COM_SPEED); #endif #if d...
- Thu Jan 23, 2014 6:05 pm
- Forum: Software development
- Topic: GPS NAV
- Replies: 964
- Views: 541833
Re: GPS NAV
Andras, would you know a means to listen at FC - a very basic tool like serial sniffer or terminal - I could use to debug that situation? I remember that in the former versions of multiwii, if you send a character (a) to the FC using a terminal, it sends all the variables in serial mode. Is there a ...
- Wed Jan 22, 2014 10:41 am
- Forum: Software development
- Topic: GPS NAV
- Replies: 964
- Views: 541833
Re: GPS NAV
I tried on a Vista machine. It's the same except that the software no longer complains with the internet connexion (wired connexion to the modem). I have tested the arduino port (com4) at two speed rates 57600 and 115200. It seems that navB5 is configured to exchange at 57600? So no significant prog...
- Tue Jan 21, 2014 12:39 am
- Forum: Software development
- Topic: GPS NAV
- Replies: 964
- Views: 541833
Re: GPS NAV
EOSBandi wrote:It is quite outdated. Please download the Beta5 code from http://code.google.com/p/mw-wingui/downloads/list alongside with the pre8(b5) WinGUI.
I tried with beta 5 and pre8 (b5) but no success. It reacts as before. "check port number".
Furthermore, it says I have no internet connexion.
- Mon Jan 20, 2014 11:18 pm
- Forum: Software development
- Topic: GPS NAV
- Replies: 964
- Views: 541833
Re: GPS NAV
It is weird. Please send me your config.h I'll test it on my test board...
Here it is. I was obliged to zip it for forum regulation.
Thank you for checking.
- Mon Jan 20, 2014 6:21 pm
- Forum: Software development
- Topic: GPS NAV
- Replies: 964
- Views: 541833
Re: GPS NAV
Yes the line #define USE_MSP_WP is uncommented. I tryed another time and I have the same message "please check if you have selected the right com port". Furthermore, when I launch the GUI, a message appears "no internet connexion available". I left the serial0 baud rate to 57600 ...
- Mon Jan 20, 2014 1:29 pm
- Forum: Software development
- Topic: GPS NAV
- Replies: 964
- Views: 541833
Re: GPS NAV
I am stuck with the GUI. Is there a reason why I cannot get my FC connected? The GUI tells me to check the port number. Could it be because I have not yet wired my GPS (FMP04)? 1. can you connect with MultiWiiConf ? 2. Which opsys ? 3. What FC and GUI version and which board? 4. FMP04 will be probl...
- Mon Jan 20, 2014 1:08 pm
- Forum: Shields, boards and sensors
- Topic: Need help with mixed stick commands!
- Replies: 3
- Views: 1752
Re: Need help with mixed stick commands!
You can play with the code to reallocate pins. The relevant code is located in def.h . The section is titled as below : /************************** atmega32u4 (Promicro) ***********************************/ and below : //Standart RX #define THROTTLEPIN 3 #if defined(A32U4ALLPINS) #define ROLLPIN 6 #...
- Mon Jan 20, 2014 12:55 pm
- Forum: Software development
- Topic: GPS NAV
- Replies: 964
- Views: 541833
Re: GPS NAV
I am stuck with the GUI.
Is there a reason why I cannot get my FC connected? The GUI tells me to check the port number. Could it be because I have not yet wired my GPS (FMP04)?
Is there a reason why I cannot get my FC connected? The GUI tells me to check the port number. Could it be because I have not yet wired my GPS (FMP04)?
- Sat Jan 18, 2014 1:25 pm
- Forum: Software development
- Topic: GPS NAV
- Replies: 964
- Views: 541833
Re: GPS NAV
Thank you EOS for that great work. I had a very old Multiwii board with a Mega as FC and tried to renew it. I uploaded your firmware 2.3 navi b4, updated my PC (net 4.0 and so on) and tried to connect but without success. I got the message "check you have choosen the right com port". I tri...